Forum Moderators: open
ALTER wp_(what's the wildcard symbol that goes here?) CHARACTER SET utf8;
What would be the correct code to convert all tables with the prefix wp_ to the correct character set and collate values? (and how would I alter collate values as well?
I am using MySQL Version 4.0
Thanks!