[Err] 1055 - Expression #1ofORDERBY clause isnotinGROUPBY clause and contains nonaggregated column 'information_schema.PROFILING.SEQ' which isnot functionally dependent on columns inGROUPBY clause; this is incompatible with sql_mode=only_full_group_by
[mysqld_safe]
socket = /var/run/mysqld/mysqld.sock
nice = 0
[mysqld]
## * Basic Settings#
user = mysql
pid-file = /var/run/mysqld/mysqld.pid
socket = /var/run/mysqld/mysqld.sock
port = 3306
basedir = /usr
datadir = /var/lib/mysql
tmpdir = /tmp
lc-messages-dir = /usr/share/mysql
skip-external-locking
lower_case_table_names=1
character-set-server=utf8
sql_mode=STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION
## Instead of skip-networking the default is now to listen only on# localhost which is more compatible and is not less secure.#bind-address = 127.0.0.1## * Fine Tuning#
key_buffer_size = 16M
max_allowed_packet = 16M
thread_stack = 192K