```sql. CREATE USER 'login'@'localhost' IDENTIFIED BY 'pass';. GRANT SELECT,UPDATE,INSERT ON dbname.* TO 'login'@'localhost';.
確定! 回上一頁