Recently, I decided to get a VPS server and host my own forums, as we have become too large for your medium platform for general hosting. I thought it would be easy to set up and get started, and that was for the most part, but I hit a brick wall with a hellish MySQL error.
Basically, I'm trying to load my old database into PHPMYADMIN, but I still return the same error. I followed great tutorials like Digital Ocean, but it doesn't seem to be that much and the information does not work for me.
Here is the error: SQL query error: documentation
MySQL said: Documentation
I tried to add show_compatibility_56 = ON inside my /etc/mysql/my.cnf configuration file, I get the following error:
"The operation for mysql.service failed because the management process failed with an error code." add, when I go to PHPMYADMIN, it says: "The connection for controluser, as defined in your configuration, failed." and "# 2002 - There is no such file or directory
Server is not responding (or local server socket is not configured correctly).
I can say that show_compatibility_56 is turned off because it shows that it is turned off inside PHPMYADMIN.
Can someone tell me how to turn it on?
I am using Ubuntu 16.04 with LAMP
source share