![]() |
Installing MySQL on Windows
I've successfully installed Apache 2 and PHP 5 (on Windows XP), which I'm using for website testing. I'd also like to install MySQL for database use with PHP.
I've tried to install MySQL using some instructions I have and the instructions in the MySQL manual, but that's kind of confusing and, though it seems that MySQL was installed on the computer, it doesn't show up with the phpinfo() function and it doesn't seem to be recognized by Apache or PHP. Can anybody help with this? Are there any websites with clear, step by step instructions for installing MySQL with Apache and PHP from the beginning for someone who doesn't necessarily know a lot about system configuration or using the command line? Thanks, Dan |
Re: Installing MySQL on Windows
Hey there Dan,
I don't know any good sites out there for tutorials or such, but for managing the databases once you set things up, there are two good programs available from the same people who made MySQL called MySQL Query Browser and MySQL Administrator, which add nice GUI based management functions. I know that this probably won't help until after you've set this up, but it takes care of the command line problem :rolleyes: Good luck, Rohan |
Re: Installing MySQL on Windows
Install the MyODBC driver, that will allow PHP to talk to MySql, you can get the driver at the MySql website.
|
Re: Installing MySQL on Windows
What I would suggest doing is downloading and installing Xampp . It has Apache2, PHP 5, and MySQL with a bunch of plugins. And it is installed so they are allc ommunicating with eachother already.
|
Re: Installing MySQL on Windows
Thanks for the quick responses.
Quote:
First, will I be able to safely and cleanly use Add/Remove Programs to remove Apache, PHP, and MySQL, or will that cause problems since Apache and MySQL are listed as services? |
Re: Installing MySQL on Windows
Here's a tutorial I had written for a couple of my friends to install Apache2, PHP 5.x and MySQL. It is slightly outdated however.
Quote:
|
Re: Installing MySQL on Windows
It took me a couple of weeks before I got to it, but I installed MySQL (and the other things that come with it) with Xampp. It worked.
Quote:
Thanks for your help! |
Re: Installing MySQL on Windows
Quote:
|
Re: Installing MySQL on Windows
Hi Dan...
Although I don't really like windows, I had a need recently to install a MySQL database / server on my local machine to do some database debugging with PHP. I found a website that helped me STEp-BY-STEP get mysql running on my Windows XP desktop so I could complete my task. Hopefully this will help you: http://www.devside.net/web/server/windows/mysql Quote:
|
Re: Installing MySQL on Windows
Thanks again!
|
| All times are GMT -5. The time now is 16:23. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi