MySQL table "char" causes problems
Brought to you by:
konkers
One of the tables in the web side of things is called
"char", which is a MySQL reserved keyword. While it
works, it makes it tricky to do manual selects against
the table in the mysql client (need to use wow.char),
and mysqldump spits the dummy and dies.
Can this table please be renamed to something else?
Logged In: YES
user_id=1038448
Well I use php-nuke therefore my table is named nuke_wow_char
But I understand where this could cause a problem, soo maybe
"player" would be a good rename.
Logged In: YES
user_id=575134
How about just "character"? Since character is more apt
(since a single Player can have several Characters...)
Logged In: YES
user_id=1038448
That is true, but character seems to be a long string, soo
what about "toon".