View Single Post
Old 04-04-2007, 02:50 AM  
spacedog
Yes that IS me. Bitch.
 
Industry Role:
Join Date: Nov 2001
Posts: 14,149
Quote:
Originally Posted by hjnet View Post
Don't know where you're trying to run these queries, but a proper SQL query should look like:

create table 'producers' ('producer_server' varchar(255) not null);

so it depends how you're trying to run these queries, but you might wanna check your syntax
Well, the script instructions say to generate tables via;

shell > mysqladmin -h <host> -u <user> -p create <dbname>
Enter password: *******
shell > mysql -h <host> -u <user> -p <dbname> < load_tables
Enter password: *******


but that's all greek to me, so took the file named load_tables & tried running it as queries.
spacedog is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote