12 2021 档案
摘要:#配置文件 cat >/etc/my.cnf<<EOF [client] socket=/tmp/mysql.sock [mysql] prompt=(\u@\h) [\d]>\_ no-auto-rehash [mysqld] basedir=/usr/local/mysql port=3306
阅读全文
摘要:修改charset和collation alter table tweets convert to character set utf8mb4 collate utf32_general_ci; 查看collation show collation;
阅读全文

浙公网安备 33010602011771号