欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  IT编程

允许远程用户访问mysql服务sql语句

程序员文章站 2024-03-01 23:05:16
mysql> grant all privileges on cakephp.* to cakephp@192.168.14.1 identified by 'lpf...

mysql> grant all privileges on cakephp.* to cakephp@192.168.14.1 identified by 'lpfukia';
query ok, 0 rows affected (0.01 sec)

mysql>
mysql>
mysql>

mysql> flush privileges;

$1 >> 第一条命令: 授权192.168.14.1 主机的cakephp用户访问cakephp数据库
$2 >> 第二条命令: 刷新授权表