ubuntu - MySQL command-line dont work -


i have ubuntu-server lamp. if try execute in command-line no answer, , command don't work.

#mysql -u root -p enter password:   mysql> grant privileges on *.* root@10.4.0.109 indentified "mypassword"     ->  

this -> got. no query ok or errors. why wont work? doing wrong?

add ";" close query otherwise mysql doesn't close it.


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -