我有一个Windows的MYSQL需要连接到Linux服务器的MySQL。但我想知道有没有什么办法可以在Linux服务器连接MYSQL,而无需在Windows中的MYSQL。
Follow the following instructions: 1. Open Terminal and type in : sudo apt-get install putty 2. Click Y on subsequent messages that appear and let the installation complete. To use Putty, go to Menu > Internet > Putty SSH client To connect to a remote server that supports ssh login , enter the host name or the IP address of the remote host, in case you need to frequently need to login to this server , save the session by naming it something nice. If the connection is initiated for the first time or if the server hardware configuration has changed, you may see the message. This is to ensure that you are logging in only to the trusted server that you know and not something else.Accept that. Finally, enter user name and password to login to the server remotely, if all goes well you will see the terminal on the remote end. connect to mysql : type mysql -u username -p password
你可以使用腻子软件。 这里是下载的链接。
你可以使用putty来连接mysql。 连接字符串会这样
mysql -uDBUSER -pDBPASSWORD DBNAME -hHOST-IP
或者你也可以使用navicat或sql yog软件在远程的linux系统上连接mysql。