create database testdb; create user 'testuser'@localhost identified by 'password'; grant all on testdb.
確定! 回上一頁