ผลต่างระหว่างรุ่นของ "Translations:คู่มือการพัฒนา EAI Mail Server บน CentOS 7/50/en"

จาก Wiki_EAI
ไปยังการนำทาง ไปยังการค้นหา
(สร้างหน้าด้วย "'''[mysqld] '''<span style='color:red'>character-set-server = utf8</span>''' '''<span style='color:red'>collation-server = utf8_general_ci</span>''' '...")
 
(ไม่แตกต่าง)

รุ่นแก้ไขปัจจุบันเมื่อ 12:35, 12 กรกฎาคม 2564

ข้อมูลเกี่ยวกับข้อความ (ช่วยเขียน)
ข้อความนี้ไม่มีคำอธิบายการใช้งาน ถ้าคุณทราบว่าข้อความนี้ใช้ตรงส่วนไหนหรือใช้อย่างไร คุณสามารถช่วยเพิ่มคำอธิบายการใช้งานของข้อความนี้ เพื่อเป็นประโยชน์แก่ผู้แปลคนอื่นได้
นิยามข้อความต้นฉบับ (คู่มือการพัฒนา EAI Mail Server บน CentOS 7)
'''[mysqld]
 '''<span style='color:red'>character-set-server = utf8</span>'''
 '''<span style='color:red'>collation-server = utf8_general_ci</span>'''
 '''<span style='color:red'>skip-character-set-client-handshake</span>'''
 '''<span style='color:red'>bind-address=127.0.0.1</span>'''
 '''datadir=/var/lib/mysql
 '''socket=/var/lib/mysql/mysql.sock
 '''# Disabling symbolic-links is recommended to prevent assorted security risks
 '''symbolic-links=0
 '''# Settings user and group are ignored when systemd is used.
 '''# If you need to run mysqld under a different user or group,
 '''# customize your systemd unit file for mariadb according to the
 '''# instructions in http://fedoraproject.org/wiki/Systemd
 
 '''[mysqld_safe]
 '''log-error=/var/log/mariadb/mariadb.log
 '''pid-file=/var/run/mariadb/mariadb.pid
 
 '''#
 '''# include all files from the config directory
 '''#
 '''!includedir /etc/my.cnf.d'''

[mysqld]

character-set-server = utf8
collation-server = utf8_general_ci
skip-character-set-client-handshake
bind-address=127.0.0.1
datadir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock
# Disabling symbolic-links is recommended to prevent assorted security risks
symbolic-links=0
# Settings user and group are ignored when systemd is used.
# If you need to run mysqld under a different user or group,
# customize your systemd unit file for mariadb according to the
# instructions in http://fedoraproject.org/wiki/Systemd

[mysqld_safe]
log-error=/var/log/mariadb/mariadb.log
pid-file=/var/run/mariadb/mariadb.pid

#
# include all files from the config directory
#
!includedir /etc/my.cnf.d