当前位置:首页 > 数据库 > Mysql

mysql设立远程访问

mysql 设置远程访问 grant all privileges on *.* to 'myuser'@'%' identified by 'mypassword' with grant option;

mysql 设置远程访问
grant all privileges on *.* to 'myuser'@'%' identified by 'mypassword' with grant option; .syntaxhighlighter{padding-top:20px;padding-bottom:20px;}

【说明】本文章由站长整理发布,文章内容不代表本站观点,如文中有侵权行为,请与本站客服联系(QQ:254677821)!