Connexion sans privilège à une instance MYSQL

Hi everyone,

After creating a mysql application, I can connect to it without any problem via proxy.
But I don’t have any privilege to access the variables such as connect_timeout.
To solve my current problem on my web application: the error SQLSTATE[HY000] [2006] MySQL server has gone away

I would like to know why when I connect with my login I don’t have these privileges when I am the creator and only user of the db?

Thanks a lot!

Hi, you’ll need to log in as the root user to change connect_timeout in MySQL.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.