PDA

View Full Version : Configuring MySql server on my own machine?


Mechtech
12-9-02, 12:59 PM
I want to run MySql on my own machine just to test code

i already have apache and PHP running and working fine for the localhost

I installed MySQL, just curious what i need to setup to allow my PHP scripts to connect to it, Or what i need to use to connect to it.

antizero
12-9-02, 03:43 PM
I use PHPMyAdmin:

http://www.phpmyadmin.net/

Download the appropriate file for your system, and it should contain a set of instructions. If you need more help, just ask...plenty of us here use this package. :cool:

HalfaBee
12-9-02, 05:43 PM
I am pretty sure the latest builds for windows have mysql support built in.

It should just work :)

HalfaBee

mjp
12-9-02, 06:32 PM
It can be difficult to get MySQL/PHP/Apache all working harmoniously on a Windows machine. There is a cool all-in-one MySQL/PHP/Apache (and more) installation available from abriasoft.com called Merlin server that makes the whole process very simple. It's also *free* if you can believe that, so you might want to check it out.

http://abriasoft.com/

mjp

Wade
12-11-02, 12:09 PM
I don't know how far along you are, but this site helped me get php, apache and mysql running.

http://www.net-language.com/workshops/Default.asp?Workshop=21

Hope this helps