dataBase

사용자 조회

북스페이스 2020. 12. 29. 06:20

// root로 mysql 에 진입

#mysql -u root -p

mysql>SELECT user, host FROM mysql.user;