Answers for "default password for mysql_secure_installation in mac"

SQL
0

default password for mysql_secure_installation in mac

$ 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 -uroot
Posted by: Guest on January-30-2021

Code answers related to "default password for mysql_secure_installation in mac"

Code answers related to "SQL"

Browse Popular Code Answers by Language