To create user in MySQL/MariaDB 5.7.6 and higher, use CREATE USER syntax: CREATE USER 'new_user'@'localhost' ...
確定! 回上一頁