一个判断能否远程连接MySQL主机的方法

来自http://tunps.com/mysql-root-connctable

如果无法连接:

D:\phpnow\MySQL-5.0.83\bin>mysql -h111.111.111.111-utest -ptest
ERROR 2003 (HY000): Can't connect to MySQL server on '111.111.111.111' (10061)

如果可以连接

D:\phpnow\MySQL-5.0.83\bin>mysql -h111.111.111.111-utest -ptest
ERROR 1045 (28000): Access denied for user 'test'@'111.111.111.111' (using password: YES)

About tunpishuang

just 4 fun·····
This entry was posted in 未分类 and tagged . Bookmark the permalink.

发表评论

电子邮件地址不会被公开。 必填项已用 * 标注

*

您可以使用这些 HTML 标签和属性: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>