mirror of
https://github.com/hermensbas/azerothcore_installer.git
synced 2026-01-13 08:37:17 +00:00
Create install_mysql_8.4.2_lts.md
This commit is contained in:
10
install_mysql_8.4.2_lts.md
Normal file
10
install_mysql_8.4.2_lts.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# Install
|
||||
Go to https://dev.mysql.com/downloads/repo/apt/ and download the latest package.
|
||||
|
||||
```bash
|
||||
wget https://dev.mysql.com/get/mysql-apt-config_0.8.32-1_all.deb
|
||||
sudo dpkg -i mysql-apt-config_0.8.32-1_all.deb
|
||||
|
||||
sudo apt update
|
||||
sudo apt install mysql-server
|
||||
````
|
||||
Reference in New Issue
Block a user