Setup MySQL
MySQL Installation sudo apt-get -y install mysql-server mysql-client be sure to be root install mysql server + client Secure the mysql Installation sudo mysql_secure_installation Enter password for user root: <– Enter the MySQL root password Press y|Y for Yes, any other key for No: <– Press y if you want this function or press Enter otherwise. Using existing password weiterlesen…