Enable the Slow Query Log
Enable the Slow Query Log Check if Slow Query Logging is Enabled: After login to mysql SHOW VARIABLES LIKE ‘slow_query_log’; If it returns OFF, you need to enable it. Enable Slow Query
Read More...Enable the Slow Query Log Check if Slow Query Logging is Enabled: After login to mysql SHOW VARIABLES LIKE ‘slow_query_log’; If it returns OFF, you need to enable it. Enable Slow Query
Read More...Step 1 – Installing Apache Update the package list for upgrades and new packages: sudo apt-get update Now Apache can be installed. sudo apt-get install apache2 Step 2 – Installing MySql Install
Read More...Exporting from MySQL : Eg. : mysqldump -u root -p blueheri > blueheri.sql Importing to MySQL : Eg. mysql -u root -p blueheri < blueheri.sql
Read More...