Category: MySql
-
how to change phpmyadmin url in apache ubuntu
For ubuntu (i used ubuntu 12.04), the default phpmyadmin apache configuration can be found at /etc/phpmyadmin/apache.conf You can open it by type sudo nano /etc/phpmyadmin/apache.conf and change the third To restart apache service
-
how many employees in department MySQL query
Get the department name and number of employees in the department
-
Maximum execution time of 300 seconds exceeded in
Xampp Users Go to xampp\phpMyAdmin\ Open config.inc.php Search for $cfg[‘ExecTimeLimit’] = 300; Set a larger value or change to 0 for unlimited If not found add $cfg[‘ExecTimeLimit’] = 900; (or 0 for unlimited) Save the file and restart the server Important: setting the execution time limit to unlimited is not recommended.
-
after copy paste ibd is not working centos 7
remove mysql install in centos 7 Install MySQL server centos 7 OR
-
#1030 – Got error 176 “Read page with wrong checksum” from storage engine Aria
Follow the below steps. Select “mysql” database from the list of database. Select all tables inside “mysql” database. Scroll down and select “Repair Table” option in combobox. Click on Go button.
