在window下链接mysql出现2003- cant connect to MYSQL server on localhost 的解决办法

**首先确认是否打开mysql服务
,----,window+r,打开运行框,输入 services.msc ,打开mysql服务,
打开后,运行cmd,输入mysql -u root -p ,在输入密码,root
***若出现 —mysql ERROR 1045 (28000): Access denied for user ‘ODBC’@‘localhost’ (using password: YES) 错误问题,
----解决方法:windows下,以上两个错误的解决方法

1、找到配置文件my.ini ,然后将其打开,可以选择用记事本打开
在window下链接mysql出现2003- cant connect to MYSQL server on localhost 的解决办法_第1张图片打開my.ini文件,在mysqlid下面添加skip-grant-tables
在window下链接mysql出现2003- cant connect to MYSQL server on localhost 的解决办法_第2张图片
3、开始按钮+R,打开运行对话框,输入“services.msc”,打开服务窗口
4、重啓MySQL服務。

你可能感兴趣的:(在window下链接mysql出现2003- cant connect to MYSQL server on localhost 的解决办法)