ensure to open 3306 port or disable iptables
mysql -uroot -p
mysql> GRANT ALL PRIVILEGES ON *.* TO root@‘%‘ IDENTIFIED BY ‘your paaaword‘;
mysql> flush privileges;
本文出自 “Ilovecat(个人笔记)” 博客,请务必保留此出处http://hj192837.blog.51cto.com/655995/1545104
2022-09-25 19:26:12
ensure to open 3306 port or disable iptables
mysql -uroot -p
mysql> GRANT ALL PRIVILEGES ON *.* TO root@‘%‘ IDENTIFIED BY ‘your paaaword‘;
mysql> flush privileges;
本文出自 “Ilovecat(个人笔记)” 博客,请务必保留此出处http://hj192837.blog.51cto.com/655995/1545104
下一篇:Oracle 分析函数