Well... That's just introduction that I sometimes work with XAMPP-Windows server.
In that case, I found trouble when importing MySQL database on XAMPP-Windows. Every single table name on it renaming to lower case. This situation made my application didn't work at all. And here's what I have done to rename every single table name (case sensitive);
- Find
[drive]\xampp\mysql\bin\my.ini
- Look up for:
# The MySQL server [mysqld]
- Add line
lower_case_table_names = 2
In some case that I have read, you must add that line at the end of file - Save that file and restart your MySQL
Tidak ada komentar:
Posting Komentar