使用root賬戶進入mysql create user 'test'@'localhost' indentified by '123456'; grant all privileges on *.* to 'test'@'localhost' identified ...
確定! 回上一頁