Quote:
Originally Posted by hjnet
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.