新使用MySQL,說起來是個簡單的事情,但是卻費了些周折:1、登陸伺服器端,進入命令行,windows cmd;2、設置用戶、密碼讓指定的IP訪問:mysql -u root -p 或安裝的快捷方式進入:MySQL Command Line Client,使用grant命令:grant 許可權1,許可權2,…許可權n on ...
blog.csdn.net