[DiscordArchive] I set up a new server, MySQL 8.0 DB, and when I run the create_mysql.sql script I get this error:
[DiscordArchive] I set up a new server, MySQL 8.0 DB, and when I run the create_mysql.sql script I get this error:
Archived author: Veiled Fury • Posted: 2022-08-29T16:30:40.806000+00:00
Original source
I set up a new server, MySQL 8.0 DB, and when I run the create_mysql.sql script I get this error:
```ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'reate_mysql.sql' at line 1```
Since the manual still references MySQL 5.7, is 8.0 the problem here?
Archived author: Bench • Posted: 2022-08-29T16:36:02.956000+00:00
Original source
There isn't a `create_mysql.sql` on line one of the script
Archived author: Veiled Fury • Posted: 2022-08-29T16:36:58.203000+00:00
Original source
It's a freshly downloaded copy of what is linked in the manual: https://github.com/azerothcore/azerothco..._mysql.sql
[Embed: azerothcore-wotlk/create_mysql.sql at master · azerothcore/azerothc...]
Complete Open Source and Modular solution for MMO. Contribute to azerothcore/azerothcore-wotlk development by creating an account on GitHub.
https://github.com/azerothcore/azerothco..._mysql.sql
Archived author: Veiled Fury • Posted: 2022-08-29T16:37:35.619000+00:00
Original source
Just to check: I run it from the MySQL 8.0 CLI with the source command, right?