vovs03 / desertos

It's time, when desert dominates in a clean operating system. And you need to build everything from scratch here.
0 stars 0 forks source link

MySQL #81

Open vovs03 opened 2 years ago

vovs03 commented 2 years ago

🐬 MySQL

==> mysql
We've installed your MySQL database without a root password. To secure it run:
    mysql_secure_installation

MySQL is configured to only allow connections from localhost by default

To connect run:
    mysql -uroot

To restart mysql after an upgrade:
  brew services restart mysql
Or, if you don't want/need a background service you can just run:
  /usr/local/opt/mysql/bin/mysqld_safe --datadir=/usr/local/var/mysql

OSX

75