Can I Open DB Using MySQL Workbench?

I cannot connect using MySQL Workbench.I’ve tried both:

  1. Put Default Schema (epiz_31909582_db)
  2. Leave empty Default Schema

As for the port I put 3306 as usual.

I tried to ping “sql205.epizy.com” but not success. If I open phpMyAdmin from the cPanel, the URL is:

http://185.27.134.10/db_structure.php?server=1&db=epiz_31909582_db&table=transaction

Then I try to ping 185.27.134.10 and got success. Then in Workbench, I change the Hostname to 185.27.134.10 but still not success

This is the my real DB and password (I’ll change later after I got answer from this post).

MySQL Username epiz_31909582
HIDDEN BY MOD
MySQL Hostname sql205.epizy.com
MySQL Port (optional) 3306
Database Name epiz_31909582_db

I forgot to tell, this is the popup error message:

[Window Title]
MySQL Workbench

[Main Instruction]
Failed to Connect to MySQL at 185.27.134.10:3306 with user epiz_31909582

[Content]
Unable to connect to localhost

[OK]

Read this

Take note

7 Likes

Oh! I didn’t know this. Thank you so much!

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.