How to connect to MySQl db on linux server using toad?

℡╲_俬逩灬. 提交于 2019-12-25 02:44:21

问题


How to connect to MySQl db on linux server using toad?

what i should give on host?

i get the error

Can't connect to MySQL server on 'tinywall' (10061)


回答1:


Do you use Toad for MySQL? If so, check out this installation guide if you missed anything, or this PDF guide from ToadSoft.

Also, have a look at this quote from MySQL's page on connection problems:

The error (2003) Can't connect to MySQL server on 'server' (10061) indicates that the network connection has been refused. You should check that there is a MySQL server running, that it has network connections enabled, and that the network port you specified is the one configured on the server.




回答2:


Please check you /etc/mysql/my.conf

  • Is "skip-networking" active?
  • Is "bind-address" set to 127.0.0.1?


来源:https://stackoverflow.com/questions/3344331/how-to-connect-to-mysql-db-on-linux-server-using-toad

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!