Changes between Version 104 and Version 105 of PuffinServer


Ignore:
Timestamp:
01/13/14 13:12:38 (3 years ago)
Author:
chris
Comment:

mysql docs updated

Legend:

Unmodified
Added
Removed
Modified
  • PuffinServer

    v104 v105  
    116116The server is using [https://drupal.org/project/octopus Octopus] to manage [http://community.aegirproject.org/ Ageir] and also the updates to the Transition Network Drupal site, this system is installed and upgraded using [https://drupal.org/project/barracuda Barracuda], the Barracuda Octopus Aegir combination is documented on the [http://groups.drupal.org/node/163784 BOA wiki]. 
    117117 
    118 The BOA install script output has been saved on ticket:466#comment:22 
     118The initial BOA install script output has been saved on ticket:466#comment:22 and the updates are now documented on ticket:629. 
    119119 
    120120=== MariaDB === 
    121121 
    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 
     122The MySQL root password is available in {{{/root/.my.cnf}}}. 
     123 
     124BOA 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{{{ 
     127dpkg -l | grep -i mysql 
     128ii  libdbd-mysql-perl                       4.021-1+b1                    amd64        Perl5 database interface to the MySQL database 
     129ii  libmysqlclient16                        5.1.72-2                      amd64        MySQL database client library 
     130ii  libmysqlclient18                        5.5.34+maria-1~wheezy         amd64        Virtual package to satisfy external depends 
     131ii  mariadb-common                          5.5.34+maria-1~wheezy         all          MariaDB database common files (e.g. /etc/mysql/conf.d/mariadb.cnf) 
     132ii  mysql-common                            5.5.34+maria-1~wheezy         all          MariaDB database common files (e.g. /etc/mysql/my.cnf) 
     133ii  mytop                                   1.6-6                         all          top like query monitor for MySQL 
     134rc  php5-mysql                              5.3.27-1~dotdeb.0             amd64        MySQL module for php5 
     135ii  python-mysqldb                          1.2.3-2                       amd64        Python interface to MySQL 
     136}}} 
     137 
     138Tuning of the server is being tracked on ticket:587. 
     139 
     140We have set MySQL to use a RAM disk for temp tables, see ticket:591. 
    125141 
    126142=== php-fpm ===