I looked at the MySql Connection Options and it doesnt seem to be there. Is there a way to create a read only connection/command for .NET? With SQLite i could specify read only=true to do this. What can i do with MySQL?
I looked at the MySql Connection Options and it doesnt seem to be there.
Share
You need to add
SELECTprivileges to a user usingGRANTeg:Resources:
The MySQL Access Privilege System
MySQL grant