Open an SSH connection on the server. 2. Enter the following commands: mysql CREATE USER 'admin'@'%' IDENTIFIED BY 'password'; GRANT ALL PRIVILEGES ON * ...
確定! 回上一頁