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
* 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, i 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
Post a Comment