About 1,320,000 results
Open links in new tab
  1. MySQL Forums

    Jul 22, 2025 · Forum to discuss quality assurance techniques, such as bug reports, test cases, code patches

  2. MySQL :: MySQL ODBC Connector 9.1.0 - Connection Issues in …

    Oct 30, 2024 · I have downloaded/ tried installing the MySQL ODBC Connector Version 9.1.0 from the General Availability Releases page; the installation completes successfully, but when …

  3. Announcing October 2024 Releases featuring MySQL Server 9.1.0 ...

    Oct 16, 2024 · MySQL NDB Cluster is the distributed, shared-nothing variant of MySQL. MySQL Server 9.1.0 and MySQL NDB Cluster 9.1.0 are Innovation releases, which means it will have …

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

    Apr 11, 2016 · 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?

  5. MySQL :: Re: CVE-2024-7254

    Sep 23, 2024 · CVE-2024-7254 is currently in "awaiting analysis" state. However, Connector/J users should not be affected by it. Definitely not if using the JDBC implementation (protobuf …

  6. MySQL :: Database initialization Issue

    Nov 15, 2024 · MySQL Forums Forum List » Newbie New Topic Database initialization Issue Posted by: Rafael Harmon Date: November 15, 2024 12:42AM

  7. MySQL :: Re: MySQL error 1042: Unable to connect to any of the ...

    Jun 8, 2020 · Currently, the best known workaround for users affected by this issue is to install an older version of MySQL Installer (8.0.17) and proceed to install MySQL Server from there.

  8. How to connect to MySQL from the command line - Stack Overflow

    Feb 27, 2011 · How can you connect to MySQL from the command line in a Mac? (i.e. show me the code) I'm doing a PHP/SQL tutorial, but it starts by assuming you're already in MySQL.

  9. MySQL :: MySQL Forums :: MySQL Workbench

    Sep 17, 2024 · 1,955 Jim Edvardsson 10/25/2024 07:59AM MySQL Workbench crashing on Reverse Engineering, Forward Engineering, and Model Sync 742 Jorge Pimentel 10/14/2024 …

  10. mysql root password forgotten - Stack Overflow

    And change the root password: mysql> FLUSH PRIVILEGES; mysql> ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'MyNewPass'; Revert back …