Sollicitatievraag bij Rackspace Technology

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

Antwoord op sollicitatievraag

Anoniem

5 jul 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