The bundle should have installed mysql with the software. One way of checking is to create a new file, and see if everythings set up in your php.ini settings. Simply put this file in the /www/ directory that your localhost (127.0.0.1) points to.
CODE
<?php
phpinfo();
?>
Scroll down through it and see if mysql has a section in there. If so, php is configured. You can also look through your services to see if mysql has been installed on your system.
Start->Run->services.msc
Scroll through that and see if mysql is running (or look in your processes by using alt+ctrl+delete). After that you're probably in business. It would have asked you for a user name and password for mysql database, just use those when you access it.
If you're not very strong in SQL, I would recommend finding a package that has phpMyAdmin with it so you can have a GUI and very friendly environment to work with. Here's a list of other packaged web servers.
QUOTE
FoxServ
http://www.foxserv.net/portal.php-FoxServ is an Apache / mySQL / PHP installer package for Windows. FoxServ features the latest version of all included pacakges, user defined configuration during installation, PHP as a module, PEAR, and the Zend Optimizer
Fire Pages
http://www.firepages.com.au-Large number of installer packages, always with the latest and greatest version of PHP, Apache, MySQL, phpMyAdmin etc. Usually has news/installing programs for Beta versions as well.
PHP Triad For Windows
http://sourceforge.net/projects/phptriad-An installer of Apache, MySQL and PHP for Windows
AppServ
http://academic.cmri.ac.th/appserv/-An automatic installation of PHP, MySQL, Apache, phpMyAdmin, PHP-Nuke.
Taken from
http://www.flash-db.com/Board/index.php?bo...y;threadid=2926If you're wanting to learn sql then I suggest
http://www.htmlgoodies.com/beyond/php/ and scroll down to where you see the introductory to databases. There's better resources, but you should be able to understand these tutorials/primers well enough to get the jist of everything. Once you get the hang of it you can try more advanced guides.
Comment/Reply (w/o sign-up)