Mysql
 sql >> Database >  >> RDS >> Mysql

Connettiti al database MySQL con C# come utente non root?

È possibile utilizzare la grant sintassi, come root per concedere autorizzazioni ad altri utenti. Es.:

GRANT ALL PRIVILEGES ON mydatabase.* TO pfinferno