My computer has installed apache2.4, php7.0.12 and MySQL5.7.16. I installed the php toolbox today. Apache can be used, but its configuration file does not seem to be the original apache configuration file. Which one should I use? Another key problem is that my MySQL always needs to be started with net start MySQL and cannot be started with the toolbox. At the same time, MySQL used to be able to display Chinese database names, but now it cannot, even if I use set names utf8 to set the string. Type is useless too?
tiger2017-09-25 17:02:53
Check the win service, apache is still installed before. Now the problem about apache is that it does not start my http.conf configuration but the configuration file in the tool. I don’t know why?
橘ふ丢孒2017-09-25 15:41:28
Check whether mysql has been enabled in the service, or whether mysql has been successfully installed
本Q已中毒2017-09-25 14:56:35
php toolbox is an integrated environment, php+apache+mysql. So after installing the php toolbox, you no longer need to install it independently. It is recommended that you uninstall mysql and apache
赵军2017-09-25 14:41:00
Check in "Services" whether mySQL is started, and then check the path of the database to check. If it is not the database you want, just uninstall it.
PHP中文网2017-09-25 09:52:57
That is an integrated environment and does not need to be installed separately. Installing it alone will cause conflicts.