> >

Connecting to MySQL through SSH.

602 views

Use the following outline to connect and begin querying the MySQL server from a SSH session.

  • Connect To The MySQL Server
    bash$ mysql -u USERNAME -p
    Enter Password: PASSWORD
  • Connect To The Database
    bash$ use DATABASENAME;
  • Receving Help
    bash$ help
Top
Free Website and Account Transfer