Skip to main content

MySQL Connection

Create a PawSQL Workspace from a MySQL connection.

Requirements

  • MySQL Server 8.0, 5.7, or 5.6.
  • Make sure your database is accessible from the machine running PawSQL

Information Needed

When we choose a MySQL connection as the workspace type, we need to supply following connection information. PawSQL will connect to the database server and retrieve the table, view and indexes definition.

Host * - The host name of the database. Port * - The port to connect to. Database * - The database name. Username * - The user name which is used to access the database. Password * - The password associated with the user name.

How to access your database from internet?