Are you looking for a way to access phpMyAdmin with MySQL Workbench? Our experts have the answer, Read on to learn more. Our MySQL Support Services team is here to lend a hand with your queries and issues.
How to access phpMyAdmin with MySQL Workbench
Connecting phpMyAdmin to MySQL Workbench is easy as long as you have the right set of instructions. Here is a handy guide put together by our in-house experts to help you get started. It comprises of 2 steps:
- Connecting to the database.
- Accessing the database from phpMyAdmin
Step 1: Connecting to the database
- First, we have to open the MySQL Workbench control panel and choose Manage Connections under the Database menu.
- Then, click the New button at the bottom of the window listing out currently stored MySQL connections.
- Next, enter the following information:
- Connection Name
- Hostname
- Username
- Password
- Now, we will test the connection by clicking the Test Connection button.
Step 2: Accessing the database from phpMyAdmin
- First, we have to log in to the control panel and then select Databases from the main menu.
- Next, select the database name that we require access to.
- After that, click Log in to phpMyAdmin button.
- Then, enter the database access details and click Go as seen below:
- Now that we have logged into phpMyAdmin, choose the database from the menu on the left panel and click the SQL tab.
- Then enter the code seen below in the box provided:
SET session old_passwords = 0;
SET PASSWORD for 'user' = PASSWORD('password'); - After that, click GO. Now, we can access phpMyAdmin with MySQL Workbench.
[Need assistance with a different issue? Our team is available 24/7.]
Conclusion
To sum up, we got a firsthand look at how to access phpMyAdmin with MySQL Workbench with this step-by-step guide from our experts.
PREVENT YOUR SERVER FROM CRASHING!
Never again lose customers to poor server speed! Let us help you.
Our server experts will monitor & maintain your server 24/7 so that it remains lightning fast and secure.
0 Comments