Why won't PHP Toolbox start my MySQL?
tiger
tiger 2017-09-25 09:48:34
0
5
2016

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?

tiger
tiger

reply all(5)
tiger

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?

橘ふ丢孒

Check whether mysql has been enabled in the service, or whether mysql has been successfully installed

本Q已中毒

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


赵军

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.

Ty80

That is an integrated environment and does not need to be installed separately. Installing it alone will cause conflicts.

  • reply But I installed these first and then used the PHP toolbox. Can I set the toolbox to use the apache and MySQL I installed before?
    tiger author 2017-09-25 09:56:47
  • reply The php toolbox can only use its own environment package to start Apache and MySql. If you configure it separately, the software cannot read and write the configuration, resulting in failure to start. It is recommended that if you are familiar with setting up the environment, you can manually configure it yourself. If you are a novice, use php. The environment that comes with the toolbox.
    Day author 2017-09-25 10:02:51
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template