In addition to using the embedded HyperSQL database, you can install a MySQL database or use an existing MySQL or Oracle database. The following procedure explains how to install a new MySQL database.
None
MySQL-server-5.6.11-2.el6.x86_64.rpm
.root
.Install MySQL Server.
rpm –i MySQL-server-5.6.11-2.el6.x86_64.rpm
MySQL should be automatically configured to start when the system starts.
To start MySQL manually:
/etc/init.d/mysql start
To stop MySQL manually:
/etc/init.d/mysql stop
To restart MySQL manually:
/etc/init.d/mysql restart
mysql-installer-community-5.6.11.0.msi
.C:\Users\All Users\MySQL
.Add the MySQL bin folder to the system PATH. For example:
set PATH=%PATH%;C:\Program Files\MySQL\MySQL Server 5.6\bin
MySQL will be automatically configured to start when the system starts.
To start MySQL manually, run services.msc
and look for the MySQL56 service.