About 16,300,000 results
Open links in new tab
  1. 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 …

  2. MySQL workbench error de conexión - Stack Overflow en español

    Jul 30, 2024 · Mil gracias @A.Cedano , parece ser que MySQL Workbench todavía no tiene una versión compatible con MySQL 8.4 , tendré que hacer lo segundo o buscar otra interfaz …

  3. Cannot connect to Database server (mysql workbench)

    Could you help me solve this problem? When I try to click "query database" under database menu in MySQL workbench. It gives me an error: Cannot Connect to Database …

  4. Failed to Connect to MySQL at localhost:3306 with user root

    Aug 15, 2015 · mysql -h localhost -P 3306 -u root -p If you successfully connect to your database, then same thing has to happen with Mysql Workbench. If you are unable to connect then I …

  5. mysql - Execute statement by shortcut in MySQLWorkbench

    Nov 12, 2021 · Change the default mapping Open: C:\Program Files\MySQL\MySQL Workbench 6.3 CE\data\main_menu.xml If you search for Execute (All or Selection) and for Execute …

  6. Can't connect to MariaDB with MySQL Workbench - Stack Overflow

    May 15, 2023 · Today, I installed MariaDB on my Debian 11 Server. Now I want to connect with MySQL Workbench, but it doesn't work. I also created a new user named "Simone" and if I try …

  7. Failed to connect to mysql at 127.0.0.1:3306 with user root access ...

    Apr 27, 2017 · First check if it's a workbench or connection problem. 1) In your windows run 'cmd' to open a terminal Try both 2a) mysql -u root -p -h 127.0.0.1 -P 3306 2b) mysql -u root -p -h > …

  8. Where is MySQL's my.ini located on Windows? - Stack Overflow

    Then why the heck does even MySQL workbench suggests in many places, that the one from Installation directory is used? And why is this not mentioned in MySQL docs (linked from my …

  9. 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 …

  10. 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 …