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


How to connect to MySQL DB on a Linux server?

What should I give to the host?

I get an error

Can not connect to MySQL server at 'tinywall' (10061)

Do you use Tod for MySQL? If so, check if you have not left anything, or this.

Also, see this quote from here:

Error (2003) can not connect to 'server' (10061) on the MySQL server indicates that the network The connection has been denied. You should see that a MySQL server is running, the network connection is enabled in it, and the network port that you specify is configured on the server.


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -