mariadb mysql 报'Access denied for user 'root'@'localhost' (using password: NO)'错误的解决


C:\Program Files\MariaDB 10.2\bin>mysql admin -u root password "x123456789"
mysql  Ver 15.1 Distrib 10.2.4-MariaDB, for Win64 (AMD64)
Copyright (c) 2000, 2016, Oracle, MariaDB Corporation Ab and others.


C:\Program Files\MariaDB 10.2\bin>mysql -u root -p
Enter password: **********
Welcome to the MariaDB monitor.  Commands end with ; or \g.
Your MariaDB connection id is 14
Server version: 10.2.4-MariaDB mariadb.org binary distribution

Copyright (c) 2000, 2016, Oracle, MariaDB Corporation Ab and others.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.



MariaDB [(none)]> set password for 'root'@'localhost'=password('x123456789');
Query OK, 0 rows affected (0.00 sec)

MariaDB [(none)]> flush privileges;
Query OK, 0 rows affected (0.00 sec)

  


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM