Question d’entretien chez Rackspace Technology

Bob cannot access the MySQL database, please give him access to database test.

Réponse à la question d'entretien

Utilisateur anonyme

5 juill. 2012

at mysql prompt: grant all privileges on db.* to bob@'ip-from-where-to-allow' identified by 'password'; flush privileges; Regards, Manoj http://linuxtroubleshoot.blogspot.com/

1