1. Linux

1.1. Installation

  • Uninstall MySQL. ???

Enter the following commands at a Command Line.

sudo apt-get install mysql-server       # Level 1 password for MySQL administrative "root" user
sudo apt-get install php5-mysql         # PHP 5
sudo apt-get install php7.0-mysql       # PHP 7
sudo vdir /etc/mysql/debian.cnf
sudo cat /etc/mysql/debian.cnf
sudo mysqladmin -p status
sudo apt-get install mysql-server       # Level 1 password for MySQL administrative "root" user

1.2. Configuration

1.3. Configuration for smru user

1.4. Configuration for another user

2. Windows