有时候我们需要远程连接mysql数据库,就需要注意下面的问题,方便大家解决,脚本之家小编特为大家准备了一些资料
一、如何新建独立帐号并设置权限
这里我使用Navicat作为我的数据库管理工具,打开Navicat。
选择“用户”--“新建用户”
输入用户名、主机、密码,需要注意的是,主机那不是写“localhost”,而是写“%”
然后可以设置“服务器权限”
和指定数据库的权限,最后保存退出即可
二、远程连接慢
慢是一个很大的问题,网上的办法是在my.ini的“”下面加入一行“”,就像这样:
然后保存并重启mysql服务即可。
Statement:The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn