This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
computing:selfhostedwp [2021/11/20 14:35] – oemb1905 | computing:selfhostedwp [2022/02/02 12:49] (current) – oemb1905 | ||
---|---|---|---|
Line 46: | Line 46: | ||
sudo mysql -u root -p | sudo mysql -u root -p | ||
- | | + | CREATE DATABASE databasename DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci; |
- | | + | GRANT ALL ON databasename.* TO ' |
- | | + | FLUSH PRIVILEGES; |
- | | + | EXIT; |
Next up, it is time to allow overrides in your primary apache configuration: | Next up, it is time to allow overrides in your primary apache configuration: |