Hi! I believe I have lost enough time with this one
I can get a dump file (dump.sql) from my server and I want to upload the data on my laptop. I am told to type
SHELL>mysqlimport db_name dump.sql
First question : how do I get to SHELL> ? All I seem able to get is either C:\MySQL\BIN> or mysql>
Second question : Once I am there - if I need to be there that is - how do I exactly type the command in order to avoid the infamous "ERROR 1064 You have an error in your SQL syntax." ?
Third question : does anyone have a sugggestion about a CLEAR AND SIMPLE book on MySQL which would be "the unchallenged reference" please ?
Many thanks for even one reply to one of the above questions
John