Skip to content
Snippets Groups Projects
Unverified Commit fb32f1cc authored by Stefano Borzì's avatar Stefano Borzì Committed by GitHub
Browse files

chore: support mysql 8.0, related of #1327

parent 55b5e0a9
No related branches found
No related tags found
No related merge requests found
......@@ -43,23 +43,6 @@ To use Keira3, you don't need to install any dependency. Just [download](https:/
If you are using Arch Linux you can find the package on [AUR](https://aur.archlinux.org/packages/keira3/)
If you're using a MySQL8.0 database you might encounter this error:
_Client does not support authentication protocol requested by server; consider upgrading MySQL client_
Before logging using Keira in remember to run this query on your database for your desired users:
```
ALTER USER 'acore'@'localhost' IDENTIFIED WITH mysql_native_password BY 'acore';
flush privileges;
```
- The first `acore` refers to the user. Which uses AzerothCore by default.
- `localhost`, is the type of connection.
- The second `acore`, is the password, which by default is that.
[More information about this issue here](https://stackoverflow.com/questions/50093144/mysql-8-0-client-does-not-support-authentication-protocol-requested-by-server)
## How to run Keira3 in development mode
### Dependencies
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment