Entering edit mode
11.0 years ago
zhaolin20042008
▴
30
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
Hi all,
I tried the following command:
What I got was this:
Any idea what is wrong here?
Thanks in advance.