About 1,290,000 results
Open links in new tab
  1. mysql - Disable ONLY_FULL_GROUP_BY - Stack Overflow

    I accidentally enabled ONLY_FULL_GROUP_BY mode like this: SET sql_mode = 'ONLY_FULL_GROUP_BY'; How do I disable it?

  2. Error during MySQL Installation ("Initializing database" Failure)

    May 27, 2021 · During the last steps of the installation of MySQL Community Server (Apply Configurations) in Windows 10, I get an error initializing the database. This is the Log :

  3. mysql - How to change max_allowed_packet size - Stack Overflow

    Nov 9, 2011 · The max_allowed_packet variable can be set globally by running a query. However, if you do not change it in the my.ini file (as dragon112 suggested), the value will reset when the server restarts, even if you set it globally. To change the max allowed packet for everyone to 1GB until the server restarts: SET GLOBAL max_allowed_packet=1073741824;

  4. MySQL :: MySQL Community Server 5.5.61 has been released

    Jul 27, 2018 · MySQL Forums Forum List » Announcements New Topic MySQL Community Server 5.5.61 has been released Posted by: Jocelyn Ramilison Date: July 27, 2018 01:28PM Dear MySQL users, MySQL Server 5.5.61 is a new version of the 5.5 production release of the world's most popular open source database. MySQL 5.5.61 is recommended for use on …

  5. 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: Click me if you don't know how to set the path and system variables.

  6. How do I rename a MySQL database (change schema name)?

    How do I quickly rename a MySQL database (change its schema name)? Usually I just dump a database and re-import it with a new name. This is not an option for very big databases. Apparently RENAME {

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

  8. How do I restore a dump file from mysqldump? - Stack Overflow

    I was given a MySQL database file that I need to restore as a database on my Windows Server 2008 machine. I tried using MySQL Administrator, but I got the following error: The selected file was

  9. 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 directory in local.

  10. mysql - SQL select only rows with max value on a column - Stack …

    How do I select one row per id and only the greatest rev? With the above data, the result should contain two rows: [1, 3, ...] and [2, 1, ..]. I'm using MySQL. Currently I use checks in the while loop to detect and over-write old revs from the resultset. But is this the only method to achieve the result? Isn't there a SQL solution?

Refresh