On 21/08/14 5:26 AM, Giovanni Bechis wrote:
On 08/19/14 23:15, Brad Smith wrote:
Here is a diff to make attempt #2 at switching to MariaDB.
what about the upgrade path ?
a default install of mysql-server will not upgrade easily (see log file), atm I
have 2 options:
1) change the default values of iblog and ibdata file size to match the ones of
mysql-5.0.x
2) add an entry in current.html to proceed this way:
# mysqladmin flush logs
# /etc/rc.d/mysql stop
# pkg_add -ui mysql
# rm -f /var/mysql/ib_logfile[0-9]
uncomment the line "innodb_data_file_path = ibdata1:10M:autoextend" in
/etc/my.cnf
# /etc/rc.d/mysqld start
I think that 1) should be the way to go, if you changed my.cnf it will not be
overwritten and mariadb will not start but you should know how to fix it.
and just to clarify this isn't MariaDB specific. This is due to a
change with the default parameters with MySQL 5.6 and which comes
in via MariaDB 10.0.
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.