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

c++ - llvm function pass ReplaceInstWithInst malloc -

java.lang.NoClassDefFoundError When Creating New Android Project -

Decoding a Python 2 `tempfile` with python-future -