[RESOLVED] Mysql read-only user
Hi guys,
I have a vb.net project that connects to my mysql server and it works, but only with the root user.
So I've been googling around on how to make a new mysql-read-only-user but as soon as I try to connect with that user on my project I get:
"MySQL: access denied for user: (Using password: YES)".
If I run "Select * from mysql.user" I can see my new account listed, I tried to make the user both localhost and the specific address but still no go.
Any solutions?
Best regards,
Macbrutal :wave: