欢迎来到Riguz的小站!这是一个私人wiki,用来记录一些我的笔记。
mysql(包括mariadb)在Linux下默认表名是大小写敏感的,需要修改一下/etc/my.cnf:
[mysqld] lower_case_table_names = 1