Do you need mysql server for mysql workbench

Connect to a database with MySQL Workbench on your shared, VPS, or Dedicated hosting account. MySQL Workbench is a free tool you can use to connect to your server databases from your personal computer. MySQL Workbench can be Downloaded for free at the following link:

Do you need mysql server for mysql workbench

You will want to use the Windows (x86, 64-bit), MSI Installer if you are on Windows. The file we are installing in this tutorial is the mysql-workbench-gpl-5.2.47-win32.msi file.

Once you have downloaded MySQL Workbench, you can install it onto your computer. After you have the program installed, follow the steps below to set up a remote connection.

Don’t have time to read the article? Watch our walk-through video.

Add IP to your Remote MySQL

In order for you to be able to connect to your databases remotely you will need to add your local computer IP address to the Remote MySQL in cPanel. You can get your IP address by going to the following link:

What’s My IP address?

Steps to connect to your database remotely

  1. Open MySQL Workbench.
  2. Click New Connection towards the bottom left of MySQL Workbench.
    Do you need mysql server for mysql workbench
  3. In the “Set up a New Connection Dialogue” box, Type your Database connection credentials. The credentials will be like the following:

    Connection Name: You can name this whatever you like.
    Connection Method: Standard (TCP/IP).
    Hostname: You can use your domain our your cPanel IP address.
    Port: 3306
    Username: Your cPanel username or the user you created for the database.
    Password: cPanel password or the password for the database user that was created.
    Default Schema: This can be left blank.

    Click Test Connection.

    Do you need mysql server for mysql workbench

  4. Type your password and click the “Save Password in Vault” check box.Click Ok.

    Do you need mysql server for mysql workbench

  5. MySQL Workbench should say “Connection parameters are correct“. Click Ok.
    Do you need mysql server for mysql workbench
  6. Click Ok again to accept the connection settings.
    Do you need mysql server for mysql workbench
  7. Now under the SQL Development section you will see your connection listed in the Open Connection to Start Querying box. Click your newly created account.
    Do you need mysql server for mysql workbench

    Now you will see the databases list in the area on the left.

    Do you need mysql server for mysql workbench

MySQL Workbench is a cross-platform software powered by Oracle, which lets you perform development with MySQL Databases. MySQL Workbench is an open-source, fast, reliable, and highly scalable database management system.

What is MySQL?

MySQL is a publicly accessible Relational Database Management System (RDBMS) that uses Structured Query language (SQL) to interact with databases. MySQL stores data in the form of tables that can be modified using Structured Query Language. Its adaptability with different computing systems like Windows, Linux, macOS, and Ubuntu has made it an easy-going RDBMS software option.

Do you need mysql server for mysql workbench
  

Also Read: MySQL Tutorial for Beginner

Why MySQL?

  • Open Source - MySQL is open-source software. You don’t have to spend a single penny to access its services.
  • Cross-Platform - MySQL can run on Windows, Linux, Unix, and other operating systems.
  • High Availability - MySQL possesses a high processing system that makes MySQL process bulk queries and transactions while ensuring unique memory caches.
  • Reliability - SSH and SSL provide secure connections in MySQL. MySQL comes with features such as data encryption and data backup for recovery.

What is MySQL Workbench?

MySQL Workbench is a unified software used to add functionality and ease to SQL development work. MySQL Workbench provides data modeling, SQL development, and various administration tools for configuration. It also offers a graphical interface to work with the databases in a structured way.

 

Do you need mysql server for mysql workbench

How to Install MySQL Workbench?

Moving on, you will look at how to install MySQL Workbench on Windows. The installation process is similar to other operating systems.

1. Open the MySQL website on a browser. Click on the following link: MySQL Downloads.

2. Select the Downloads option.

Do you need mysql server for mysql workbench

3. Select MySQL Installer for Windows.

Do you need mysql server for mysql workbench

4. Choose the desired installer and click on download.

Do you need mysql server for mysql workbench

5. After the download, open the installer.

 

6. It will ask for permission; when it does, click Yes. The installer will then open. Now, it will ask to choose the setup type. Here, select Custom.

Do you need mysql server for mysql workbench

7. Click on Next. With this, you will install MySQL server, MySQL Workbench, and MySQL shell.

8. Open MySQL Servers, select the server you want to install, and move it to the  Products/Features to be installed window section. Now, expand Applications, choose MySQL Workbench and MySQL shell. Move both of them to ‘Products/Features to be installed’.

Do you need mysql server for mysql workbench

9. Click on the Next button. Now, click on the Execute button to download and install the MySQL server, MySQL Workbench, and the MySQL shell.

Do you need mysql server for mysql workbench

10. Once the product is ready to configure, click on Next. Under Type and Networking, go with the default settings and select Next.

Do you need mysql server for mysql workbench

11. For authentication, use the recommended strong password encryption.

12. Set your MySQL Root password and click on next.

Do you need mysql server for mysql workbench

13. Go for the default windows service settings and under apply configuration, click on execute. Once the configuration is complete, click on finish.

Do you need mysql server for mysql workbench

14. Complete the installation. This will now launch the MySQL Workbench and the MySQL Shell.

Do you need mysql server for mysql workbench

Once MySQL Workbench is installed, select the Local instance and enter the password.

Do you need mysql server for mysql workbench

Now, you can use the MySQL query tab to write your SQL queries. 

Get a firm foundation in Java, the most commonly used programming language in software development with the Java Certification Training Course.

Conclusion

With its comprehensive features, MySQL Workbench is a popularly used software by businesses to manage their structured databases.

In this tutorial, you learned the steps to install MySQL Workbench on Windows.

Do you have any questions regarding the ‘MySQL Workbench’ installation? If you do, then please put it in the comments section. Our team will help you solve them, at the earliest!

To learn more on SQL, check out our course on SQL Training.

What is required for MySQL Workbench?

MySQL Workbench 8.0 is the current release and is recommended for MySQL 8.0. It also works with MySQL 5.7. ... Minimum Hardware Requirements..

Is MySQL Workbench and MySQL server same?

MySQL Workbench is a graphical tool for working with MySQL servers and databases. MySQL Workbench fully supports MySQL server version 5.7 and higher. Deprecated versions of MySQL Server (prior to version 5.7) are incompatible with MySQL Workbench and should be upgraded before you attempt to make a connection.

Is MySQL server necessary?

The client and server are developed in tandem and the client is also used by the MySQL cli. MySQL provides a client only install option that only installs the client libraries (and mysql cli command), which are fairly light-weight. You do not need the full MySQL server installed on the web server.

Does MySQL Workbench install MySQL?

MySQL Workbench for Windows can be installed using the MySQL Installer that installs and updates all MySQL products on Windows or the standalone Windows MSI Installer package.