Yes.Oyabun1 wrote:Did you get a message 'The MySQL Upgrader has been run successfully'?
Is the database version 4.0.x or 4.1.x? The version will be shown in the Administration Control Panel.themrb wrote:Which database type/version are you using? MySQL 4
The limitation in that thread is not the same as your problem. The mysql_upgrader should have fixed your problem.Thanks in advance wrote:Does the limitation discussed in that thread still exist with phpBB 3.0.8 or 3.0.9 and might be the reason? Does the MySQLUpgrader solve the problem or is the mentioned work-around the "solution"
What are you using now? The post_text field in the posts table should be utf8_bin. If it is not, set it with this query:Thanks in advance wrote:Shall I use UTF8mb4? uft8_bin? utf8_general_ci? utf8_unicode_ci? *really confused*
Code: Select all
ALTER TABLE phpbb_posts CHANGE post_text post_text MEDIUMTEXT CHARACTER SET utf8 COLLATE utf8_bin NOT NULL
post_text should be mediumtext utf8_binThanks in advance wrote:post_text mediumtext utf8_unicode_ci