MySQL selection syntax
Enverex
Worcester, UK Icrontian
I'd like to change the default character set and character sets of every table and entry structure in the entire MySQL system or selected database. Is there actually any way of doing that? At the moment I have to do every one individually like:
ALTER TABLE `blah` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci
So, any idea?
ALTER TABLE `blah` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci
So, any idea?
0
Comments
Why does SM only selectively email me to tell me someone has replied? Sometimes it will email me and other times (like now) it wont.... grrr....
Why does SM only selectively email me to tell me someone has replied? Sometimes it will email me and other times (like now) it wont.... grrr....
I hope that makes sense...
Like altering everything to be a primary key or some such but they can't be...(bad example). Just...I don't think you can.