开发者社区> 问答> 正文

linux下MySQL授权其他机器访问的问题?报错

grant all privileges on *.* to root@'%' identified by 'root';

语句如上

Linux下的MySQL授权其他机器访问报错:

mysql> grant all privileges on *.* to root@'%' identified by 'root';
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'identified by 'root'' at line 1

 

mysql 版本为8.0.11

 

展开
收起
爱吃鱼的程序员 2020-06-06 20:59:40 504 0
1 条回答
写回答
取消 提交回答
  • https://developer.aliyun.com/profile/5yerqm5bn5yqg?spm=a2c6h.12873639.0.0.6eae304abcjaIB
                        <p>grant all privileges on *.* to ‘root’@'%' identified by 'root1';  加上引号</p>
    
                    
    
                            好了,谢谢
                        
    
                            https://www.cnblogs.com/xyabk/p/8967990.html,这篇文章会帮到你
                        
    
                            mysql 版本为8.0.11
                        
    
                            mysql> grant all privileges on *.* to 'root'@'%' identified by 'root';
    

    ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the

                        <p>mysql8改变很大.不少语句的管理方法都不一样了,看看官方文档吧.</p>
    

    讲真,不是必要,暂时不要升级到8

     

                            弄好了,谢谢
                        
    
                        <p>设置远程访问(使用root密码):</p>
    

    grant all privileges on *.* to 'root' @'%' identified by '123456';

    flush privileges;

                            解决了,谢谢
    
    2020-06-06 20:59:54
    赞同 展开评论 打赏
问答排行榜
最热
最新

相关电子书

更多
One Box: 解读事务与分析一体化数据库 HybridDB for MySQL 立即下载
One Box:解读事务与分析一体化数据库HybridDB for MySQL 立即下载
如何支撑HTAP场景-HybridDB for MySQL系统架构和技术演进 立即下载