VJ Ranga Asked: 2017-09-10 03:18:41 +0800 CST2017-09-10 03:18:41 +0800 CST 2017-09-10 03:18:41 +0800 CST I've installed XAMPP but I cannot start MySQL 772 I've installed XAMPP but I cannot start MySQL and phpmyadmin is not working. But I installed MySQL Workbench and that is working. 16.04 1 Answers Voted George Udosen 2017-09-10T04:01:17+08:002017-09-10T04:01:17+08:00 Please look for where your phpmyadmin config file is ( should be in the phpmyadmin folder) and open terminal and run: sudo chmod 700 /path/to/config.inc.php Now restart apache serverand mysql: sudo apche2ctl restart sudo systemctl restart mysql
Please look for where your phpmyadmin config file is ( should be in the phpmyadmin folder) and open terminal and run:
Now restart
apache server
andmysql
: