====== installatie====== [[mysql:mysql|{{ :mysql:icon.jpg?120|}}]] ===== 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 ''; - 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 ===== * [[https://www.cyberciti.biz/faq/installing-mysql-server-on-ubuntu-22-04-lts-linux/|installatie]] * [[mysql:werking|MySQL werking]] {{tag>mysql}}