About 2,690,000 results
Open links in new tab
  1. MySQL :: MySQL Workbench Manual :: 5.2 Creating A New MySQL Connection

    This tutorial adds a new connection that can be either an initial connection or an additional connection. An instance of MySQL server must be installed, started, and accessible to MySQL Workbench before you begin. To create a new connection, follow these steps:

  2. How to Connect to a MySQL Server Remotely with MySQL Workbench

    Oct 21, 2016 · For MySQL Hostname and MySQL Server Port, use the default values. For Username, enter the MySQL username. For Password, you can either enter the password or leave it blank. If you do not store the MySQL password in MySQL Workbench, a prompt will request the password each time you attempt to connect to the database.

  3. Install and Configure MySQL Workbench on Ubuntu Linux

    May 29, 2020 · Further down we must setup the basic connection parameters: the hostname (name or IP address) of the machine on which the MySQL server is running, and the port used for the connection, which by default is 3306.

  4. MySQL :: MySQL Workbench Manual :: 10.5.3.2 Linux

    Hostname: the address and instance name of the SQL server, such as "example.org". Port: the port number. Port number 1433 is commonly used for MySQL server. Username: the user name on the SQL server, with "sa" being a commonly used name.

  5. How to Connect MySQL Workbench to MySQL Server on Linux

    Aug 23, 2024 · Connection Name: the connection name that we want to use, i.e., MySQL in this case; Connection Method: the connection method that we want to use, i.e., Standard (TCP/IP) (default) in this case; Hostname: the hostname or IP address of the server, i.e., 127.0.0.1 (default) in this case; Port: the TCP/IP port of the server, i.e., 3306 (default) in ...

  6. How to Connect to a Remote MySQL Host on Linux Using MySQL Workbench

    Oct 10, 2024 · Launch MySQL Workbench and click on the “+” button to add a new connection. Set up the connection details: Connection Name: Any descriptive name for the connection. Connection Method: Select Standard (TCP/IP). Hostname: Enter the IP address or hostname of the remote Linux machine. Port: Default is 3306, unless you have configured a ...

  7. MySQL :: MySQL Workbench Manual :: 5.3.3 Standard TCP/IP …

    SSH Hostname: The name of the SSH server. An optional port number can also be provided. For example, localhost:22. SSH Username: The name of the SSH user to use to make a connection. SSH Password: The SSH password. It is recommended that an SSH key file is also used. SSH Key File: A path to the SSH key file

  8. How To Install MySQL Workbench on Ubuntu 24.04 LTS

    In this guide, we’ll walk you through the process of installing MySQL Workbench on Ubuntu 24.04, from updating your system to configuring and using the application.

  9. Connect remote MySQL server to MySQL Workbench - ArturoFM

    Oct 2, 2018 · For SSH Hostname, enter your MySQL server's IP address. If your server accepts SSH connections on a different port, enter the IP address, followed by a colon and port number. For example, in the case of AWS, write your IPv4 Public IP. For SSH Username, enter the username you use to log into the server via SSH. This could vary, for instance ...

  10. Connect to Remote MySQL database | Computer Science Tech …

    Mar 19, 2024 · This is a generalized set of instructions on how to connect to a MySQL database stored on a remote server using SSH. Currently these instructions were tested in Microsoft Windows using the application MySQL Workbench to connect to the Codd server but should work for other operating systems and servers that support MySQL Workbench.

  11. Some results have been removed
Refresh