Quote:
Originally Posted by lerxst2112
Setting it to 1 should make it work like Windows does, but I'm no expert.
This may be relevant:
Looking at the database on my Windows box all the tables are lowercase, and it does say that MySQL converts all table names to lowercase on storage and lookup in those docs.
|
Your right lerxst, all of the tables in the database, by default from the current
download, (rev 1751) are all in lower case, which is confusing, since some of
the code, (like the query you posted from database.cpp), is set to look for a
table with mixed case. (Banned_IPs) (this is current source rev1873)