Beginning MySQL Tutorial One of the fastest SQL (Structured Query Language) database servers currently on the market is the MySQL server, developed by T.c.X. DataKonsultAB. MySQL, available for download at http://www.mysql.com, offers the data base programmer with an array of options and capabilities rarely seen in other database servers. What's more, MySQL is free of charge for those wishing to use it for private and commercial use.
| Name: |
Paul Coogan |
| Subject: |
Re: How to install MYSQL on NT??????? |
| Date: |
08-03-1999 11:27PM |
This installs MySql and sets it up as a service:
Put all the files in one place.
Open a Command Prompt in the mysql/bin directory.
enter mysqld -install
Go to control panel and open services
Find MySql on the list, it should have the start up as Automatic. You can either Start it or it will kick in on teh next reboot.
Go to Control Panel, System and the Environment Tab
Add the path the the MySql/bin directory.
This way you can start the mysql interface from anywhere.
Query Away!
|
Other posts in this thread:
Reply to this post:
|
 |
Visit the MySQL Forum!
New On DevShed:
Hot Forum Topics:
|