I tried it in cmd (windows) under mysql bin directory, it works. Thank you.
• 0 views
•
link
I have a simple question for mysql. I am not sure where I should paste the command below.
UCSC suggest to connect to the MySQL server using the command:
mysql --user=genome --host=genome-mysql.cse.ucsc.edu -A
My results:
mysql>mysql --user=genome --host=genome-mysql.cse.ucsc.edu -A
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual.....
How to connect to genome-mysql.cse.ucsc.edu. by mysql workbench correctly? Thanks
mysql>mysql --
shows that you are trying to run the mysql client program inside another mysql client program! Just exit mysql and from the SHELL (sh, bash,...) re-type your command:
$ mysql --user=genome --host=genome-mysql.cse.ucsc.edu -A
I tried it in cmd (windows) under mysql bin directory, it works. Thank you.
Log in to answer this question.
Hi all,
I tried the following command:
What I got was this:
Any idea what is wrong here?
Thanks in advance.