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

RE: creating tables from the shell

2001-02-06 Thread Roger Ramirez
L PROTECTED] > Subject: creating tables from the shell > > > Hey - > > sorry for being too much of a pinhead to figure this out, but the > server is really not giving me too many clues to work with. > > I'm trying to execute commands from the shell to create new table

creating tables from the shell

2001-02-06 Thread Michael Tuminello
Hey - sorry for being too much of a pinhead to figure this out, but the server is really not giving me too many clues to work with. I'm trying to execute commands from the shell to create new tables (I'm walking through the new riders book). the book says % mysql samp_db < create_member.sql