有没有大神帮忙看一下,弄一天了[无语]
mysql> show datebases;
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'datebases' at line 1
mysql>
是错误的呀,因为你单词写错了 databases
show databases;
show databases;