Closed 20tps closed 3 years ago
This seems like it's probably because you are using MySQL 8 which is causing a lot of incompatibilities. In fact the oldest open issue also states this fact. The options you have right now seem to be to downgrade to MySQL 5 or 6 or to just disable SSL on the serverside (which might be unacceptable).
I am working on a new version that uses MariaDB's connector that includes SSL support and also some support for MySQL 8, in fact you can already try compiling that version yourself on the mariadb-connector branch. (although I am not sure if the 64 bit version works, the 32 bit version should.)
Issue: I made a fresh installation of Garrys Mod with DarkRP and DarkRP Modification Addon, on a virtual server within my dedicated server. I am fairly new to MySQL so I set up and installed phpMyAdmin to make things simpler. I'm not sure if I just made a dumb mistake when setting up everything or if it is an issue with MySQLOO.
Versions: MySQL:
8.0.23
MySQLOO:9.6.1
Server:Ubuntu 20.04 x86_64
Error:
I know this isn't a help forum, but if it isn't a bug could I still get some assistance solving the issue?