Posts Tagged: mysql

Linux CentOS MySQL 5.7
MySQL “Order By Clause” Not Working with “SELECT DISTINCT and ORDER BY” after MySQL Update to 5.7
April 8, 2021
0
, , ,
I have recently updated our MySQL server to MySQL 5.7. Then I have found that in all the projects that has “SELECT  DISTINCT and ORDER BY” SQL statements, are not working anymore. In Order to Fix that I followed the below procedure: Logged in To Server (CentOS 7). In console mode typed # mysqld –help […]
MySQL
Restore Database from backup SQL file
November 6, 2014
0
, , , ,
MySQL
Taking Backup of MySQL DB
November 6, 2014
0
, ,