mirror of
https://github.com/MariaDB/server.git
synced 2026-04-20 15:25:33 +02:00
update /etc/my.cnf.d/server.cnf to say 10.0, not 5.5
This commit is contained in:
parent
6574c45ecb
commit
ed2c573451
1 changed files with 5 additions and 7 deletions
|
|
@ -14,15 +14,13 @@
|
|||
# this is only for embedded server
|
||||
[embedded]
|
||||
|
||||
# This group is only read by MariaDB-5.5 servers.
|
||||
# If you use the same .cnf file for MariaDB of different versions,
|
||||
# use this group for options that older servers don't understand
|
||||
[mysqld-5.5]
|
||||
|
||||
# These two groups are only read by MariaDB servers, not by MySQL.
|
||||
# This group is only read by MariaDB servers, not by MySQL.
|
||||
# If you use the same .cnf file for MySQL and MariaDB,
|
||||
# you can put MariaDB-only options here
|
||||
[mariadb]
|
||||
|
||||
[mariadb-5.5]
|
||||
# This group is only read by MariaDB-10.0 servers.
|
||||
# If you use the same .cnf file for MariaDB of different versions,
|
||||
# use this group for options that older servers don't understand
|
||||
[mariadb-10.0]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue