RE: creating tables from the shell

2001-02-06 Thread Michael Tuminello
Thanks for the responses. Both those comments will no doubt help me out next time. this time around, pathetically enough, it was bad line breaks due to the fact I decompressed it on a mac and then uploaded it. how embarasskin. MT --

RE: creating tables from the shell

2001-02-06 Thread Quentin Bennett
Hi, mysql -vvv samp_db < create_member.sql should tell what commands mysql is executing. Regards Quentin -Original Message- From: Michael Tuminello [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 7 February 2001 10:05 To: [EMAIL PROTECTED] Subject: creating tables from the shell Hey -

RE: creating tables from the shell

2001-02-06 Thread Roger Ramirez
ok it looks like your funneling whatever query you have in create_member.sql into mysql and executing it on the samp_db database. From your filename I'm assuming that you have a "create table" query within create_member.sql. Is the table not being created within samp_db? Try this: ./bin/mysql s