To show a list of all users on the MySQL database, query the mysql.user table: SELECT user, host FROM mysql.user;. The results are: ...
確定! 回上一頁