122 | | BOA installs MariaDB as the MySQL server using the debs from the MariaDB site. |
123 | | |
124 | | We have set MySQL to use a RAM disk for temp tables, see ticket:591 |
| 122 | The MySQL root password is available in {{{/root/.my.cnf}}}. |
| 123 | |
| 124 | BOA installs MariaDB as the MySQL server using the debs from the MariaDB site, see {{{/etc/apt/sources.list.d/mariadb.list}}}, these are the current (2013-01-13) packages which are installed (note the config files only remain for php5-mysql as PHP in now installed from source code by BOA): |
| 125 | |
| 126 | {{{ |
| 127 | dpkg -l | grep -i mysql |
| 128 | ii libdbd-mysql-perl 4.021-1+b1 amd64 Perl5 database interface to the MySQL database |
| 129 | ii libmysqlclient16 5.1.72-2 amd64 MySQL database client library |
| 130 | ii libmysqlclient18 5.5.34+maria-1~wheezy amd64 Virtual package to satisfy external depends |
| 131 | ii mariadb-common 5.5.34+maria-1~wheezy all MariaDB database common files (e.g. /etc/mysql/conf.d/mariadb.cnf) |
| 132 | ii mysql-common 5.5.34+maria-1~wheezy all MariaDB database common files (e.g. /etc/mysql/my.cnf) |
| 133 | ii mytop 1.6-6 all top like query monitor for MySQL |
| 134 | rc php5-mysql 5.3.27-1~dotdeb.0 amd64 MySQL module for php5 |
| 135 | ii python-mysqldb 1.2.3-2 amd64 Python interface to MySQL |
| 136 | }}} |
| 137 | |
| 138 | Tuning of the server is being tracked on ticket:587. |
| 139 | |
| 140 | We have set MySQL to use a RAM disk for temp tables, see ticket:591. |