Instmysqlwin
Instmysqlwin
15 Database On Windows
MySQL is a really popular, Relational DataBase Management System
(RDBMS), from the open source domain. It is used extensively by
communities that wish to establish a dynamic web presence.
All software that wishes to participate in the Open Source game plan must
abide by the GNU Public License (GPL). The GPL dictates that all software,
(in this case MySQL) can be used at no cost and that its source code is
also made available under GPL.
This also means that if MySQL code is required for the application to
function or if MySQL is distributed along with the software application, the
application's source code must be also made available at no cost.
MySQL works in perfect harmony with PHP, Perl, Python and Pascal and a
host of other languages. If any ANSI SQL / DBMS technical skills exist in
the organization of adoption, these can be leveraged on when using
MySQL, to ensure that MySQL does whatever is required of it.
Installation Process
The next step is to select the server type for the Server Instance. The
selection will have a direct impact on memory, disk and CPU usage. As
shown in diagram 1.9. There are three server type options available:
o Developer Machine: This is used for a development environment
where many other applications run concurrently along with MySQL.
Memory usage for the MySQL DBMS Server will be kept minimum
o Server Machine: This is used when configuring MySQL on a server
where many server type application processes run, such as
application, web and mail server processes. Memory usage of
MySQL DBMS Server will be kept medium
The next step is to select the drive and the directory where the
InnoDB tablespace will be placed. Just below the selection of drive
and directory the details of the drive selected (i.e. its volume name
and the file system used) are displayed as shown in diagram 1.11.
Keep the defaults displayed and click
There are two options i.e. Install As Windows Service to run MySQL
Server as a service on Windows and Include Bin Directory in
Windows PATH for including the directory containing the server/client
executables in the Windows PATH variable. This will allow calling
MySQL from any directory via the command line.
The next step is to set the security options bound to the root user's
password. Select the first option i.e. Modify Security Settings. Here
a root password and its confirmation have to be given as shown in
diagram 1.16. Click
The next step indicates that the wizard is getting ready to execute the
following:
o Prepare configuration
o Write configuration file
o Start service
o Apply security settings
Diagram 1.18.1: MySQL Db Server Instance Diagram 1.18.2: MySQL Db Server Instance
Configuration Wizard - Processing Configuration Wizard - Configuration
Configuration Finished
OR
mysql> SHOW TABLE TYPES;