Forums

Not able to connect with DBeaver. Tried everything but it gives error Connection timed out: connect

I really need to look at my data in the GUI because I am not used to it of SQL console. As Python anywhere SQL database Console doesn't show data clearly and it gets messy if you have a more that 10 columns or so. SO my point it I want to connect it with the GUI but It doesn't connect I tried everything. Here is my configuration.

in Use SSh Tunnel: Host/IP: ssh.pythonanywhere.com Port: 22 User Name: uzairkhan Password: MyPythonANywhereLoginPassword

in Main: Server Host: uzairkhan.mysql.pythonanywhere-services.com Post: 3306 Database: uzairkhan$mydatabasename Authentication(Database Native) UsernameL: uzairkhan Password: myDatabasePassword

Please Help because If I am not able to look at my data, then this would be impossible to go on further with Pythonanywhere.com. Thank you

Are you able to connect to your MySQL database using the same credentials outside DBeaver? For example from python code.