About 2,230,000 results
Open links in new tab
  1. Failed to Connect to MySQL at localhost:3306 with user root

    Aug 15, 2015 · I use Mysql Workbench to connect my database,[ Hostname Port and Username are as shown in figure ,and password is right.When I click Test Connection ,it show as above.But if i use …

  2. MySQL :: MySQL Forums :: MySQL Workbench

    Sep 17, 2024 · 271 Krzysztof Wróblewski 07/25/2025 04:51AM MySQL Server v8.4 LTS - not fully supported by latest Workbench 1,660 YSJ Developers 05/01/2025 10:34AM

  3. MySQL :: Re: Error while loading image - MySQL Workbench

    Dec 28, 2023 · Ensure that you have the necessary permissions to access the MySQL Workbench installation directory and the image file. File or directory permissions issues can lead to loading errors.

  4. Error Code: 2013. Lost connection to MySQL server during query

    New versions of MySQL WorkBench have an option to change specific timeouts. For me it was under Edit → Preferences → SQL Editor → DBMS connection read time out (in seconds): 600 Changed …

  5. How do I find out my MySQL URL, host, port and username?

    Nov 4, 2010 · I need to find my MySQL username. When I open the MySQL command line client, it only asks me for my password. I don't remember my username. And for connectivity with JDBC, I need …

  6. Unable to connect to database with MySQL Workbench

    Oct 22, 2024 · 5 I am trying to connect to a legacy database using MySQL Workbench (8.0). MySQL version is 5.6. I don't know much about MySQL, but I believe the problem may be to do with native …

  7. Authentication plugin 'caching_sha2_password' cannot be loaded

    Mar 9, 2018 · This work, thanks. I think it works because MySQL workbench uses legacy password encryption to connect to the DB server. Can also be done while installing MySQL and choosing the …

  8. mysql - Execute statement by shortcut in MySQLWorkbench - Stack …

    Nov 12, 2021 · How can I execute any statement in MySQLWorkbench using shortcut? Now I have to press button (yellow lightning). Of course I have read this in the documentation: Table 14.6 - query …

  9. mysql - ssl connection error: unknown error number - Stack Overflow

    Apr 4, 2017 · 2 I have the same problem, but it seems to be something with MySQL workbench. I downloaded heidisql and can connect using the same credentials. The MySQL workbench …

  10. MySQL changing authentication type from standard to caching_sha2 ...

    Apr 20, 2018 · Mine was on caching_sha2_password. Changing it to mysql_native_password, clicking apply and restarting MySQL Workbench worked for me. Administration - Options File preview I had …