problem:
In order to be able to write greek in my cms, i need to change the collation of my database (all tables, all fields inside phpmyadmin) from 'latin-swedish-ci' >>to>> 'utf8-general-ci'...It is a manual process that takes about 20-30 minutes...
question:
I was wondering if there is an automatic way through phpmyadmin, perhaps using an sql query to change the collation...
p.s.
why 'latin-swedish-ci' ?