mysql:installatie
Table of Contents
installatie
context
dit document beschrijft de installatie van MySQL op Ubuntu 20.02
stappenplan
apt get install mysql-server
- stel wachtwoord in van gebruiker root:
ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY '<wachtwoord>';
- beveilig MySQL:
mysql_secure_installation
- validate password component: Y
- Level password Validation: 2
- Change password for root: N
- remove an anonymous user: Y
- disallow root login remotely: Y
- remove the test database: Y
- reload privilege tables now: Y
meer info
mysql/installatie.txt · Last modified: 2024/11/16 18:14 by 127.0.0.1