Jump to content

Easy question


gforce8856@yahoo.com

Recommended Posts

I am new to MySQL, but have a question that has caused me a problem more than once.

 

When using the command line client and having typed in the info for a create table (say 20 fields) hitting enter after every field, and I cause a syntax error is there any way to just recall all of the information while fixing the syntax error or do I have to enter everything again?

 

Thanks for any help.

Link to comment
Share on other sites

you should pre-type your command in a file,

you can then execute your statement that way.  If there is a problem, you simply just edit your file.

 

ie:

$> echo "SELECT * FROM mytable;" >cmd.sql

 

Then from your command prompt:

$> sql -u <username> -p < cmd.sql

 

but to answer your question: you are correct in thinking there is no other way to recall the last information you typed.

 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.