I ran
Code:
apt-get upgrade
today for the first time in a while to get the newest version of Apache and it said that there was an update to MySQL which I decided to install.
Now I am getting this prompt:
Quote:
Setting up mysql-common (5.2.8-mariadb102~lucid) ...
Configuration file `/etc/mysql/my.cnf'
==> Modified (by you or by a script) since installation.
==> Package distributor has shipped an updated version.
What would you like to do about it ? Your options are:
Y or I : install the package maintainer's version
N or O : keep your currently-installed version
D : show the differences between the versions
Z : background this process to examine the situation
The default action is to keep your current version.
*** my.cnf (Y/I/N/O/D/Z) [default=N] ?
I originally created the server with the Linode LAMP StackScript which evidently optimizes MySQL is some way. What do I need to look for in my.ini?
I should note that I am very good with Apache and PHP configuration, but the extent of my MySQL configuration knowledge is how to change the
Code:
lower_case_table_names
flag (on Windows it really should default to 2, otherwise it breaks compatibility with Pear MDB2).