About 95 results
Open links in new tab
  1. Announcing January 2025 Releases featuring MySQL Server 9.2.0 ...

    Jan 22, 2025 · MySQL NDB Cluster is the distributed, shared-nothing variant of MySQL. MySQL Server 9.2.0 and MySQL NDB Cluster 9.2.0 are Innovation releases, which means it will have new features, …

  2. MySQL :: Error code 1290 - secure-file-priv not working

    May 14, 2024 · The MySQL server is running with the --secure-file-priv option so it can not execute this statement. The output of SHOW VARIABLES LIKE 'secure_file_priv'; is "C:\mySQL"

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

    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 I configure the …

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

  5. MySql ODBC driver on Windows 11

    May 29, 2024 · MySql ODBC driver on Windows 11 PHLIP Pretorius May 29, 2024 03:19AM Re: MySql ODBC driver on Windows 11 Bogdan Degtyariov July 08, 2024 12:31AM

  6. MySQL :: MySQL Server 8.0.29 failed install (server won't start)

    Jun 8, 2022 · C:\Program Files\MySQL\MySQL Server 8.0\bin\mysqld.exe (mysqld 8.0.29) initializing of server in progress as process 2472 InnoDB initialization has started. InnoDB initialization has ended. …

  7. MySQL Forums

    Oct 25, 2025 · The world's most popular open source database MySQL.com Downloads Documentation Developer Zone Forums Bugs Worklog Labs Planet MySQL News and Events Community

  8. MySQL :: Re: Database initialization Issue

    Feb 1, 2025 · Even though permissions were granted, make sure the MySQL directories (`data` and `install`) have the appropriate write permissions for the user account running MySQL. 5. **Reinstall …

  9. MySQL :: MYSQL Workbench installation failed with Visual C++ 2019 ...

    Aug 3, 2020 · MySQL Forums Forum List » MySQL Workbench New Topic MYSQL Workbench installation failed with Visual C++ 2019 redistributable Posted by: Udara Ratnayake Date: August 03, …

  10. Newest 'mysql' Questions - Stack Overflow

    Dec 17, 2012 · When updating a MySQL database with python3 or PHP, one ensures that the user-supplied values are appropriately protected by using something like: statement = "INSERT INTO t1 …