employer cover photo
employer logo
employer logo

Rackspace Technology

Is this your company?

Rackspace Technology Interview Question

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

Interview Answer

Anonymous

Jul 5, 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