Home > OS >  In Linux install mysql, perform in the scripts directory mysql_install_db - user=mysql, prompt comma
In Linux install mysql, perform in the scripts directory mysql_install_db - user=mysql, prompt comma

Time:10-07

In Linux install mysql, perform in the scripts directory mysql_install_db - user=mysql, prompt command was not found, how to do?

CodePudding user response:

Try
./mysql_install_db - user=mysql

CodePudding user response:

./mysql_install_db - user=mysql
  • Related