mysql> creat datebase test; 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 'creat datebase test' at line 1
·云扬·的博客当你遇到 `ERROR 2003 (HY000): Can't connect to MySQL server on '47.100.xxx.xx' (10061)` 错误,这个错误代码 10061 通常意味着客户端无法连接到指定的 MySQL 服务器,原因可能有多种,下面为你分析可能的原因及...