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 …

  2. mysql is not recognised as an internal or external …

    In my case, I resolved it by adding this path C:\xampp\mysql\bin to system variables path and then restarted pash/cmd. Note: if you don't know how to set the path and system variables.

  3. How can I import an SQL file using the command line in MySQL?

    Jul 10, 2019 · I have a .sql file with an export from phpMyAdmin. I want to import it into a different server using the command line. I have a Windows Server 2008 R2 installation. I placed the …

  4. Where does MySQL store database files on Windows and what are …

    In Windows 7, the MySQL database is stored at C:\ProgramData\MySQL\MySQL Server 5.6\data Note: this is a hidden folder. And my example is for MySQL Server version 5.6; change the …

  5. MySQL :: MYSQL8 will not start - Can't connect to local MySQL …

    May 14, 2023 · MySQL Forums Forum List » Newbie New Topic MYSQL8 will not start - Can't connect to local MySQL server through socket Posted by: Adam Wilshire Date: May 14, 2023 …

  6. error code 1292 incorrect date value mysql - Stack Overflow

    With mysql 5.7, date value like 0000-00-00 00:00:00 is not allowed. If you want to allow it, you have to update your my.cnf like:

  7. How do I use MySQL through XAMPP? - Stack Overflow

    I installed XAMPP v3.2.1 because I wanted to learn how to create database in MySQL and learn more about TOMCAT. However, I am a little confused about what to do now. I have read many …

  8. logging - How to see log files in MySQL? - Stack Overflow

    I've read that Mysql server creates a log file where it keeps a record of all activities - like when and what queries execute. Can anybody tell me where it exists in my system? How can I read it?

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

  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 = …