Re: [PHP-INST] stuck at -> prompt

2002-01-31 Thread David Jackson
At the mysql prompt -> \q should do it. Dan Campbell wrote: > > after logging into mysql and creating a db, I'm trying to log out and back > to the bash promp with "quit", like my book tells me, but "quit" leaves me > at the -> prompt, which won't allow any bash commands. I tried bye, exit, > qu

Re: [PHP-INST] stuck at -> prompt

2002-01-31 Thread Jason Cox
The correct command is exit but chances are that mysql probably thinks that your trying to issue a multiple line command. You probably typed a quote character and it's expecting the close quote but you can always just hit ctrl-c and kill the mysql session. Jason Cox - Original Message -

RE: [PHP-INST] stuck at -> prompt

2002-01-31 Thread Philip Snyder
My personal favorite is ^d (control-d). -Philip -Original Message- From: Dan Campbell [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 31, 2002 7:15 PM To: [EMAIL PROTECTED] Subject: [PHP-INST] stuck at -> prompt after logging into mysql and creating a db, I'm trying to log out and b