About 1,510,000 results
Open links in new tab
  1. MySQL :: Announcing July 2025 Releases featuring MySQL Server …

    Jul 22, 2025 · Dear MySQL users, We are pleased to announce the release of the following products: * MySQL Server 9.4.0 Innovation, 8.4.6 LTS, and 8.0.43 * MySQL Shell, Router …

  2. ERROR 1130 (HY000): Host '' is not allowed to connect to this …

    Why oh why can I not connect to mysql? mysql -u root -ptest101 -h xxx.xxx.xxx.xxx ERROR 1130 (HY000): Host 'xxx.xxx.xxx.xxx' is not allowed to connect to this MySQL server In my.cnf I …

  3. MySQL :: MySQL Forums :: Connector/C++

    Jul 26, 2022 · 860 adam DKV-Auslandskrankenverischerung 10/08/2023 02:21PM Use MysQL connector client 6.1.11 with MySQL 8.0.32 858 Deepak Sharma 05/15/2023 07:14AM

  4. php - Recursive MySQL query? - Stack Overflow

    Sep 13, 2010 · MySQL doesn't support recursive queries. I would suggest that you look at Bill Karwin's presentation where he compares four different models for storing heirarchical data …

  5. MySQL :: MySQL Forums :: General

    Feb 20, 2024 · mysql should have a faster storage engine than "InnoDB" like MariaDB "RocksDB" ....

  6. How to find out the MySQL root password - Stack Overflow

    Jun 5, 2012 · I cannot figure out my MySQL root password; how can I find this out? Is there any file where this password is stored? I am following this link but I do not have directadmin …

  7. MySQL :: A pseudo PROPER (..) function outline

    Oct 10, 2005 · Unfortunately MySQL doesn't provide such a function. It has UPPER () and LOWER (). It got me into exploring if such a function could be coded using MySQL's functions. …

  8. mysql - Access Denied for User 'root'@'localhost' (using password: …

    For Mysql 8+ on Systemd distros (maybe also for Mysql 5.7 whether Centos Rocky or Ubuntu), when you are stuck with the mysqld_safe running and cannot stop it using sudo …

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

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