Articles

 How do I disable ONLY_FULL_GROUP_BY in MySQL?

To disable ONLY_FULL_GROUP_BY in MySQL, remove ONLY_FULL_GROUP_BY from the sql-mode setting in...

 How to configure MySQL / MariaDB to listen publicly so that remote connections will work

Introduction   In order to connect to MySQL or MariaDB from a computer outside of the server,...

 HowTo: Restore MySQL Database From the Command Line

HowTo: Restore MySQL Database From the Command Line   Do not use phpMyAdmin to...