08.08.2017, 10:23
Quote:
It probably isn't a Windows vs Linux thing, rather it is the configuration of the specific MySQL server.
|
Quote:
On your Windows machine, can you execute:
PHP код:
Also that SQL script is horribly unoptimized. A single table shouldn't contain more than 30 fields or so, much less 300. That whole "accessory" section especially can and should be moved to a different table that has 13 columns rather than 84. Each new accessory constitutes a new row, not a new set of columns. Same thing with guns, licenses, times, inventory item, bans and whatever. |
Quote:
It probably isn't a Windows vs Linux thing, rather it is the configuration of the specific MySQL server.
|
Also, shall I set it for every field or what?