About 1,470,000 results
Open links in new tab
  1. Cannot connect to Database server (mysql workbench)

    Please: Check that mysql is running on server 127.0.0.1 Check that mysql is running on port 3306 (note: 3306 is the default, but this can be changed) Check the root has rights to connect to …

  2. MySQL :: MySQL Forums :: Newbie

    Nov 13, 2024 · Sticky: MySQL Performance Tuning: The Perfect Scalability (1 Posts) Edwin Desouza 09/21/2019 04:16PM Sticky: MySQL 8.0: if I should optimize only one query, which …

  3. mysql - ERROR 1044 (42000): Access denied for user ''@'localhost' …

    11 You might want to try the full login command: mysql -h host -u root -p where host would be 127.0.0.1. Do this just to make sure cooperation exists. Using mysql -u root -p allows me to do …

  4. MySQL :: MySQL Forums :: Connector/ODBC

    Oct 30, 2024 · Re: MySQL ODBC Connector 9.1.0 - Connection Issues in ODBC Data Source Administrator and Connected Application 倩倩 卜 02/19/2025 02:52AM Re: MySQL ODBC …

  5. mysql - ERROR 1045 (28000): Access denied for user …

    Actually for mysql community server 5.7, the default root password is randomly generated when you install. Check your /var/log/mysqld.log for a line talking about a "temporary password". …

  6. MySQL Forums

    Oct 25, 2025 · Forum for MySQL Enterprise Monitor & Oracle Enterprise Manager for MySQL

  7. How to reset or change the MySQL root password? - Stack Overflow

    How do I change the MySQL root password and username in ubuntu server? Do I need to stop the mysql service before setting any changes?

  8. MySQL :: MySQL Data Connection for VS 2022 / MySQL for Visual …

    Jul 27, 2023 · Googling issues with MySQL not being in the Data Connections dropdown shows a lot of answers, I've tried a lot of them but am not even sure which versions of MySQL Server, …

  9. How to allow remote connection to MySQL - Stack Overflow

    I have installed MySQL Community Edition 5.5 on my local machine and I want to allow remote connections so that I can connect from external source. How can I do that?

  10. MySQL :: An existing connection was forcibly closed by the remote …

    Sep 21, 2012 · Hi, We are using an in house written WPF application which uses .Net Connector 6.3.4. The MySql database is running on SBS 2011 Standard. Problem Description The …