|
Key
This line was removed.
This word was removed. This word was added.
This line was added.
|
Changes (17)
View Page HistoryThis documentation will guide you to the installation and configuration of MySQL, but Petals ESB has also been tested with PosgreSQL and Oracle database management systems.
h1. MySQL installation
h1. Installing & using MySQL
First you may need to install MySQL on your computer. To do so, you can either use this quick tutorial or refer to the MySQL documentation matching your OS.
h2. MySQL installation
h2. Ubuntu Linux
First you may need to install MySQL on your computer. To do so, you can either use this quick tutorial or refer to the MySQL documentation. We choose not to detail the Windows installation since there is a lot of pre-bundled installer for this OS, all of which came with a different configuration.
h3. Ubuntu Linux
The following steps will guide you through the installation of Ubuntu systems :
This will install the default MySQL version for your Ubuntu server. You may also read the following documentation for further informations : http://doc.ubuntu-fr.org/mysql .
h23. RedHat / Fedora Linux
The following steps will guide you through the installation of MySQL on RedHat / Fedora systems :
{noformat}
h12. MySQL use
This chapter will give you some basic commands to launch, stop, reload MySQL. For more advanced documentation, feel free to check the [MySQL website|http://www.mysql.com/].
h23. Linux systems
Checking the MySQL status :
{noformat}
h2. Windows systems
h2. Configuring MySQL character set
todo
h1. Configuring MySQL character set
h1. Configuring MySQL character set
By default, Petals ESB uses the UTF8 character set, which is not the default character set of MySQL. This chapter will help you to configure MySQL to use this character set.
h23. Linux systems
* Add the following to lines at the end of the section "{{\[mysqld]}}" of the file */etc/my.cnf* (copy */usr/share/mysql/my-huge.cnf* dans */etc/my.cnf*)
* Done :)
h2. Windows systems
h2. Creating & configuring a new database
todo
h1. Creating & configuring a new database
h1. Creating & configuring a new database
* Open a new connection to MySQL :
{noformat}
{noformat}