This tag is for the questions related to the version 5.6 of mysql database.
I have a custom app that required MySql 5.6. I was able to install MySql 5.7 on ubuntu 20.04 using this tutorial: https://…
mysql linux ubuntu mysql-5.6 ubuntu-20.04I have noticed a particular performance issue that I am unsure on how to deal with. I am in the …
mysql performance magento-1.9 mysql-5.6 mysql-5.7I am trying to enable logs on my MySQL server but with no success. What I have done : 1) I have …
mysql ubuntu mysql-5.6 ubuntu-15.04I currently have one master server and want to add another master server for fail over. On the primary server …
mysql replication database-replication mysql-5.6I have upgraded my MySQL Server to 5.6 from 5.0. Everything works great besides the option file. When I try, via Workbench 6.1, …
mysql mysql-5.6I want to create table whose name starts with capital letter in MySQL version 5.6 . In version 5.0 we can use lower_…
database-create mysql-5.6I need to install MySQL 5.6 on my Mac, running under Mojave. (Because AWS Aurora Serverless only allows MySQL 5.6) That wouldn't …
mysql macos-mojave mysql-5.6I have this weird issue with creation of foreign key. Given 2 tables: CREATE TABLE IF NOT EXISTS `groupdeals` ( `groupdeals_id` …
mysql foreign-keys mysql-5.6