Frage im Vorstellungsgespräch bei Rackspace Technology

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

Antwort im Vorstellungsgespräch

Anonym

5. Juli 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