Difference between revisions of "mysql set password"

From thelinuxwiki
Jump to: navigation, search
(Created page with " MariaDB [(none)]> '''SET PASSWORD FOR 'username'@'localhost' = PASSWORD('xxxxxxx');''' Query OK, 0 rows affected (0.04 sec) category:mysql")
 

Latest revision as of 16:14, 25 May 2019

MariaDB [(none)]> SET PASSWORD FOR 'username'@'localhost' = PASSWORD('xxxxxxx');
Query OK, 0 rows affected (0.04 sec)