다음 명령어로 서버에 접속use this command to connect mysql server
mysql -u {accountname} -p {password} -h {hostname}
mysql> SHOW STATUS WHERE variable_name = 'Threads_connected'; mysql> show processlist; mysql> select {databasename};
이렇게 입력해서 몇번 해보면 뭐가뭔지 다 알 수 있겠지just type it
좋은자료 올려주신 양키분들께 감사thanks..