Untuk bisa diingat dihari berikutnya.
Go to
/etc/mysql/my.cnf
or any other my.cnf file which is used to configure your mysql.
Under
[mysqld]
, add the line
lower_case_table_names=1
Run
sudo service mysql restart
/etc/mysql/my.cnf
[mysqld]
lower_case_table_names=1
sudo service mysql restart
0 Komentar