2.7.2.6. MySQL Workbench

MySQL Workbench is a unified visual tool for developers, administrators and database architects.

  1. In main menu select "Database → Connect to Database" or press shortcut Ctrl+U:
  2. Select "Standart (TCP/IP)" in field "Connection Method" and specify the connection data on the tab "Parameters":
    • "Hostname" — host of database.
    • "Port" — 3306.
    • "Username" — login of database.
  3. Switch to tab "SSL", select "If available" in field "Use SSL" and press "OK":
  4. Enter password of database, if you want to save the password, select "Save password in vault", click "OK":
Content