您现在的位置是:主页 > news > 网上银行/贵阳seo网站管理

网上银行/贵阳seo网站管理

admin2025/6/27 16:05:11news

简介网上银行,贵阳seo网站管理,做网站找客户,买了云服务器怎么做网站别人需要连接自己数据库的时候需要对其开发远程连接。 1、进入MySQL 2、使用mysql库执行use mysql; 3、查询表中 执行:select user,password,host from user; 4、执行:grant all privileges on *.* to root"xxx.xxx.xxx.xxx" identified by &q…

网上银行,贵阳seo网站管理,做网站找客户,买了云服务器怎么做网站别人需要连接自己数据库的时候需要对其开发远程连接。 1、进入MySQL 2、使用mysql库执行use mysql; 3、查询表中 执行:select user,password,host from user; 4、执行:grant all privileges on *.* to root"xxx.xxx.xxx.xxx" identified by &q…

别人需要连接自己数据库的时候需要对其开发远程连接。

1、进入MySQL

2、使用mysql库执行use mysql;

3、查询表中 执行:select user,password,host from user;

4、执行:grant all privileges on *.* to root@"xxx.xxx.xxx.xxx" identified by "密码";

xxx.xxx.xxx.xxx :表示为允许访问的主机ip;密码:表示本数据库的连接密码

5、执行之后再次查询:select user,password,host from user;

 

转载于:https://www.cnblogs.com/superxff/p/10831585.html