我知道这个问题已经问过很多次了,但我没能解决这个问题。我正在将本地主机数据库从sqlyog连接到我的webserver数据库,现在我在sqlyog中得到了2013年的错误信息。
这就是我试图从sqlyog访问now服务器数据库的方式,但现在我得到了错误编号.2013。
mysql host address:- 139......... // the ip address
mysql username :- abcxyz_co // username of mysql db
mysql password :- hello // mysql database password
port :3306 // this is the default sqlyog port i have also used port 2082
mysql database :- xyzdatabase发布于 2022-05-23 07:28:11
在安装SQYog之前,首先在系统中安装MySQl。
使用以下链接:- https://dev.mysql.com/downloads/mysql/
成功安装MySql并对其进行配置后,请记住密码,然后尝试运行SQLYog使用与配置MySql相同的密码。
对我来说很管用
https://stackoverflow.com/questions/36384386
复制相似问题