[DiscordArchive] How are you connecting to it?
[DiscordArchive] How are you connecting to it?
Archived author: Revision • Posted: 2025-07-19T20:44:44.609000+00:00
Original source
How are you connecting to it?
Archived author: Uncle Snowzo • Posted: 2025-07-19T20:46:34.023000+00:00
Original source
windows ssh command prompt
Archived author: Uncle Snowzo • Posted: 2025-07-19T20:46:37.803000+00:00
Original source
it was working fine before
Archived author: ddfgy • Posted: 2025-07-19T20:48:51.276000+00:00
Original source
Hi everyone,
I'm trying to build AzerothCore on Ubuntu 20.04 with CMake 3.16.3, but I get this error during the cmake configuration:
```
CMake Error at src/cmake/macros/FindMySQL.cmake:300 (message):
No REQUIRED_VARS specified for FIND_PACKAGE_HANDLE_STANDARD_ARGS()
```
It seems related to `find_package_handle_standard_args` missing required variables.
I have `libmysqlclient-dev` installed, but the error persists.
Also, my CMake version is 3.16.3.
Has anyone encountered this before or knows how to fix it?
Any advice would be much appreciated!
Archived author: Revision • Posted: 2025-07-19T20:51:26.087000+00:00
Original source
Do you have mysql-client installed?