sql - Start MySQL from the Windows Command Line -


i want add ip address user allowing him remote control, learn far need paste line in commend line.

grant privileges on *.* 'user'@'ip address' identified 'password'; 

but when did , received error

enter image description here * in original attempt, 'user' , 'ip', 'password' written, not in example.

why commend line beginning mysqluc> , not mysql> ?

i tried use how create localhost database using mysql? explanation but, doesn't help.

added : added environment variable, , when write mysql, ienter image description here recived following error "

if have installed mysql installation bin folder have been added %path% environment variable. in command prompt type mysql , issue respective grant command.

start mysql client command prompt below. see documentation more information.

mysql -u odbc -p  

Comments

Popular posts from this blog

c# - Better 64-bit byte array hash -

webrtc - Which ICE candidate am I using and why? -

php - Zend Framework / Skeleton-Application / Composer install issue -