if you want to remove case sensitive option in mysql table then go to /etc/mysql/my.cnf
vim my.cnf
open that file and find that line
[mysqld]
Write there
lower_case_table_names=1
then table in mysql if your mysql not loading table then you put "2" in place of "1".
Then it is work.
Thank
jiten jha
No comments:
Post a Comment