原文:navicat for mysql (10038)如何解决

授权 youpassword修改为你的密码 本机登陆mysql: :mysql u root p 改变数据库: mysql gt use mysql 从所有主机: mysql gt grant all privileges on . to root identified by youpassword with grant option mysql gt flush privileges 修改 e ...

2019-06-04 16:16 0 598 推荐指数:

查看详情

何解决MySql10038错误

第一种方法: 第一步: 先看报错窗口 2003 can't connect to MySQL server on '127.0.0.1'(10038).第二步: 原因是:远程3306端口未对外开放操作。第三步: 首先远程连接服务器,点击"开始"--> "管理工具 ...

Mon May 23 21:48:00 CST 2016 0 4638
解决 mysql (10038)

1、授权 mysql>grant all privileges on *.* to 'root'@'%' identified by 'youpassword' with grant option; mysql>flush privileges ...

Mon Feb 13 23:23:00 CST 2017 0 1446
centos 7 下安装mysql 远程连接出现10038错误如何解决

centos7 安装完mysql后想使用远程连接mysql进行管理,但是并没有那么简单 cant connect to mysql server on 10038 对没错,肯定会出现这样那样的问题,解决方案 首先 设置远程访问权限 在mysql中执行语句 *.* 允许远程访问 ...

Mon Apr 15 19:55:00 CST 2019 0 550
使用navicat连接mysql10038错时解决方法

使用navicat连接mysql10038错时解决方法: 1.mysql 赋予root权限(进入mysql数据库执行) GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY '密码 WITH GRANT ...

Tue Dec 26 22:04:00 CST 2017 1 7984
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM