SSH Secure Shell 을 이용하여 로그인 하신 후
[home@ns ~]$
[home@ns ~]$ mysql -u아이디 -p패스워드
이라고 입력합니다.
예를들어 아이디가 styx 이고 패스워드가 3131 이라면
[home@ns ~]$ mysql -ustyx -p3131
이라고 입력하시면 됩니다.
Welcome to the MySQL monitor. Commands end with ; or g.
Your MySQL connection id is 1419340 to server version: 5.0.22
Type 'help;' or 'h' for help. Type 'c' to clear the buffer.
mysql>
위와같은 텍스트가 출력되며 mysql> 프롬프트가 생겨나면 정상적으로 mysql에 접속 된 것입니다.