About 96 results
Open links in new tab
  1. MySQL Forums

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

  2. How can I solve "Error: MySQL shutdown unexpectedly"?

    Aug 3, 2013 · Rename folder mysql/data to mysql/data_old Make a copy of mysql/backup folder and name it as mysql/data Copy all your database folders from mysql/data_old into mysql/data (except …

  3. How repair corrupt xampp 'mysql.user' table? - Stack Overflow

    REPAIR TABLE mysql.db REPAIR TABLE mysql.user Step:2 follow image below: Check the corrupt tables and then click on the dropdown beside Check all and from the dropdown list select Repair …

  4. MySQL :: Connection Warning for MySQL Server 8.3.0 with MySQL …

    Feb 2, 2024 · So from what I interpreted from the warning is that mysql server 8.3 which is apparently the latest version of mysql server is not supported in the latest version of the mysql workbench?

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

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

  7. mysql ERROR 1064 (42000): You have an error in your SQL syntax;

    Sep 17, 2018 · mysql> GRANT ALL PRIVILEGES ON . TO 'yogi'@'%'; ERROR 1410 (42000): You are not allowed to create a user with GRANT

  8. How should I resolve --secure-file-priv in MySQL?

    Your MySQL server has been started with --secure-file-priv option which limits from which directories you can load files using LOAD DATA INFILE. Use SHOW VARIABLES LIKE "secure_file_priv"; to …

  9. How do I import CSV file into a MySQL table? - Stack Overflow

    7 The mysql command line is prone to too many problems on import. Here is how you do it: use excel to edit the header names to have no spaces save as .csv use free Navicat Lite Sql Browser to import …

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