
MySQL on Debian (Cheat sheet for my students)
05 janvier 2018
Install MySQL Server sudo apt-get install mysql-server During the installation process, you will be prompted to set a password for the MySQL root user as shown below. Choose a strong password and keep it in a safe place for future reference (Why not usin KeePass ?). MySQL will bind to localhost (127.0.0.1) by default. Then […]