MySQL Installation Continued
16 Jun 2006 @ 01:43PM

Updated: 8 Apr 2010 @ 12:39PM
Let's continue with the installation.

Install it as a service.Configure your root password. Don't forget it! Don't enable root access from remote machines.
It's finished!Go to Start | All Programs | MySQL | MySQL Server 5.0 | MySQL Command Line Client and log in with your root password. If you get in, it's working.


Congratulations. At this point both your web server and your database server are installed and working properly. The final major piece to our web development environment is PHP, which is the actual programming language. It's what will allow you to built robust, powerful applications. It's also our method for accessing the MySQL database. Forward and onward...
Comments (0)