RE: How do you reset port 3306?
Locate on the php installation folder (most probably inside XAMP folder) a file called "httpd.conf" (obviously without the quotes), and open it with notepad or something. There should be something saying DocumentRoot, that's the folder apache will be serving files.
Also, for PHP in safe mode, go to your PHP installation folder (also probably inside XAMP folder), there should be a file called "php.ini". There must be a line saying SAFEMODE= if you open this file with notepad, CTRL + F and type SAFE and search for it. The only thing you need to do is change it to ON.
|