Answers for "can remember mysql password mac"

SQL
5

forgot my mysql password mac

MacOSX MySql root Password Reset master solution
Step by step guide-
$ brew services stop mysql
$ pkill mysqld
$ rm -rf /usr/local/var/mysql/ # NOTE: this will delete your existing database!!!
$ brew postinstall mysql
$ brew services restart mysql
$ mysql -u root
Posted by: Guest on February-04-2021

Code answers related to "SQL"

Browse Popular Code Answers by Language