home | Manual index
CHECK !! : Installing MySQL


MySQL is not a necessary component in RaidenHTTPD, but many web programs such as forum softwares use it. It is better to have one so you can make use of many free web programs on the internet.

1. Download latest v3.5x or v4.x builds for Win32 from www.mysql.com

mysql's primary download page: http://www.mysql.com/downloads/index.html

mysql 3.2x download page: http://www.mysql.com/downloads/mysql-3.23.html

mysql 4.x download page: http://www.mysql.com/downloads/mysql-4.0.html

Note: Please download Windows downloads versions if you are running Win32 Platform

Note: Downloading v4.0x is strongly recommended.

2. Un-zip the package and run setup.exe.

Please make sure to install to the c:\mysql, the default location. We'll use this path throughout the whole tutorial. Unless you know what you are doing, otherwise, please do not change it.

3. Starting up the administration interface

Open this file with Windows Explorer c:\mysql\bin\winmysqladmin.exe . Double click on this executable file to launch the application.

Once it has been started, please notice its icon on will appear in the icon tray.

If your mysql server is active, the application's indicator light is green. Now, initiate a mouse's right-click on the icon in the icon tray and left-click on 'Show me'

You will see the server options and startup options for setting up the system service. However, you still need another tool for database management up to this point.

Now, we are going to teach you how to create a database. First of all, start a command prompt (start cmd.exe) and change to c:\mysql\bin\ directory. Run mysql.exe -u root (This means you login as root but the password is empty). Simply type CREATE DATABASE raiden; and hit enter. As of now, your database has been created. If you are not getting used to this command prompt style, please do not panic because a GUI-based administration tool will assist you in handy. Although GUI-based administration tool requires a little bit extra setup effort, it will benefit those of you who do not get used to the classic command prompt. Please following the link in '5. A few words' on this page for the tutorial on the GUI-based administration tool. .

Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 2 to server version: 3.23.56-nt

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql> CREATE DATABASE raiden;
Query OK, 1 row affected (0.02 sec)

mysql>

4. Plase DO remember your default database manager account and password!

After you installed MySQL™ Your default root account is root

and your default root account password is empty (an empty string , 0 byte long).

And yet, you will be allowed to connect to your MySQL™ with this account and password via localhost loopback network.

5. A few words

You need to setup phpmyadmin web interface if you prefer the GUI-based server administration. The tutorial can be found here

CHECK !! : MySQL resources

MySQL official web site http://www.mysql.com/

PHPMyAdmin official web site http://phpmyadmin.sourceforge.net/

SEO

© 2002-2009, RaidenHTTPD TEAM

ftp server web server dns server mail server streaming server

© http://www.raidenhttpd.com/, 2002-2012 all rights reserved. The copyrighted works contained in this information service shall not be copied, reproduced, varied, altered, modified, adapted, distributed, performed and displayed in any form without the written permission of the copyright owner. All trademarks belong to their respective owners.