setupwordpressubuntu22
This is an old revision of the document!
Setup Wordpress - Ubuntu 22
sudo mysql
mysql -u root -p
CREATE DATABASE wordpress DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci;
Change wordpressuser and password to whatever you want:
CREATE USER 'wordpressuser'@'%' IDENTIFIED WITH mysql_native_password BY 'password';
FLUSH PRIVILEGES;
setupwordpressubuntu22.1745882631.txt.gz · Last modified: 2025/04/28 23:23 by tektinkers