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

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

  2. sql - MySQL select where column is not empty - Stack Overflow

    Mar 18, 2014 · In MySQL, can I select columns only where something exists? For example, I have the following query: select phone, phone2 from jewishyellow.users where phone like '813%' …

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

    Jun 22, 2023 · 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.

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

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

  6. What does mysql -u root -p do? - Stack Overflow

    Apr 7, 2017 · I am trying to figure out what the mysql -u root -p command does. I have googled the command but I can't find any good results.

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

  8. MySQL :: MySQL Forums :: MySQL Workbench

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

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

    Oct 28, 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 …

  10. sql - MySQL query String contains - Stack Overflow

    it appears the author wanted to construct the MySQL query using PHP. Since the question was asked 12 years ago, current practice would be to use preprepared statements to prevent SQL …