Setting up MySQL on win9x
I must give creidt to jethro (i hope i spelled that right ;) he helped me find the right file to download after weeks of me looking. thanks again jethro.
========================
Downloading and installing mySQL
========================
1. Go download http://www.mysql.com/downloads/downl....23.51-win.zip
just get a mirror near you.
2. Extract that file and install to c:/mysql
3. Open the command propt.
4. Change to c:/mysql/bin
5. Type mysqld --standalone *note* You should see that you are now in mysql. you should see "mysql>" instead of the c:/mysql/bin. If all is well then you have successfully ran the mysql server on a win9x box.
==============
Creating Databases
==============
1. Get to the working Dir (ex. c:/mysql/bin)
2. Type mysqladmin create database01 *note you may change database01 to a different name.*
3. Thats it, you have just made a database
plz e-mail me at [email protected] if you found this helpful.