01、show database;ERROR 1064 (42000): You have an error in your SQL syntax;
解决办法:把show database; 改为 show databases; 漏了一个s
02、待续。。