|
Installation of the MySQL Database
|
5 of 5
|
DataBreeze utilizes the MySQL Database for the main SQL data storage. In the near future, many more SQL databases will be supported. Installation of MySQL is simplified by using RPMs. Download MySQL from the MySQL Website: www.mysql.com/downloads/
Files downloaded from mysql for this demonstration:
MySQL-3.23.47-1.i386.rpm
MySQL-bench-3.23.47-1.i386.rpm
MySQL-devel-3.23.47-1.i386.rpm
MySQL-client-3.23.47-1.i386.rpm
Files downloaded from the RedHat CD:
perl-DBI-1.18-1.i386.rpm
perl-DBD-MySQL-1.2216-4.i386.rpm
|
Install MySQL rpms and Perl DBI/DBD
|
# cd /opt/tmp/
# rpm -Uvh --nodeps MySQL-*
# rpm -Uvh perl-D*
|