Re: Converting to UTF-8 without shell access
Posted by: Contra Fibularity
Date: March 15, 2011 04:11PM

Thanks, I'll try to familiarise myself with whatever's discussed in the manual as well some of the PHPMyadmin basics.

By the way, I haven't converted anything yet (that's why I posted here). The current settings, accordng to PHPmyadmin, are as follows:

Collation:
* MySQL connection = "UTF_general_ci"
* Database = "latin1_general_ci"

Charset (per SHOW VARIABLES LIKE 'character_set%';):
* The character sets of the client, connection, system and results are all "utf8".
* Those of the database and server are "latin1".
* That of the file system is "binary".

The manual speaks of testing before production. Do I need to duplicate the database and try things there?

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Converting to UTF-8 without shell access
2090
March 15, 2011 04:11PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.