Thanks for your answers. I did what you recommended:

mysql> show variables like "character_set_database";
+------------------------+-------+
| Variable_name          | Value |
+------------------------+-------+
| character_set_database | utf8  |
+------------------------+-------+
1 row in set (0.00 sec)

mysql> SHOW CREATE DATABASE openmeetings;
+--------------+-----------------------------------------------------------------------+
| Database     | Create Database                                                
       |
+--------------+-----------------------------------------------------------------------+
| openmeetings | CREATE DATABASE `openmeetings` /*!40100 DEFAULT CHARACTER SET 
utf8 */ |
+--------------+-----------------------------------------------------------------------+
1 row in set (0.00 sec)


I have utf8  (as far as I can tell), but it does not work.

What now?

uwe














Am Di, 19/02/2013 18:12, hat "Stephen Cottham" 
<stephen.cott...@robertbird.com.au> geschrieben:
> 




You can check the encoding by doing this
 
mysql –u root –p
Enter password
 
Then select the DB:
 
use openmeetings;
 
now check for the encoding:
 
show variables like "character_set_database";
 
will produce something like this
 
+------------------------+-------+
| Variable_name          | Value |
+------------------------+-------+
| character_set_database | utf8  |
+------------------------+-------+
1 row in set (0.08 sec)
 
In this case its utf8
 
Best Regards
 
 
 
From: Mahmut Teker [mailto:teker.mah...@gmail.com] 
> Sent: 19 February 2013 17:08
> To: user@openmeetings.apache.org
> Subject: Re: Error Missing 204 556 642
 
I use like what Maxim said:
 
CREATE DATABASE openmeetings DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
 
and check with:
 
SHOW CREATE DATABASE openmeetings;
 
and no problem during the installation.
 
 
 
2013/2/19 Maxim Solodovnik <solomax...@gmail.com>
I'm not sure how to chack MySQL DB encoding, but I'm creating DB using 
following statement:
 
CREATE DATABASE openmeetings DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
 
On Tue, Feb 19, 2013 at 11:26 PM, Uwe Kremmin <uwe.krem...@vnmonline.de> wrote:
 
Hi,
after the installation, when it offers to enter the application, I get this 
error:
> 
> Error Missing [204]
> Error Missing [556]
> Error Missing [642]

> I know this has been reported and solved before, but I cannot get it to work.
> 
> 
 
My database is utf8, so that should not be the problem:
> 
> mysql> show variables like 'char%';
> +--------------------------+----------------------------+
> | Variable_name            | Value                      |
> 
> 
 
+--------------------------+----------------------------+
> | character_set_client     | utf8                       |
> | character_set_connection | utf8                       |
> | character_set_database   | utf8                       |
> 
> 
 
| character_set_filesystem | binary                     |
> | character_set_results    | utf8                       |
> | character_set_server     | utf8                       |
> | character_set_system     | utf8                       |
> 
> 
 
| character_sets_dir       | /usr/share/mysql/charsets/ |
> +--------------------------+----------------------------+
> 
> Any ideas what causes this error message? I am desperate here, after many 
> unsuccessful attempts of installing openmeetings.
> 
> 
 

> Cheers
> 
> uwe
> 
> 

> 
> 

> 
> 
 
-- 
> WBR
> Maxim aka solomax 

> 
> 
 
-- 
> "Bilgi, paylaştıkça artan bir hazinedir." Bhartrihari 
Stephen 
Cottham
> Group 
IT Manager (Associate)
> 
> Robert 
Bird Group
> Level 
5, 333 Ann St
> Brisbane, 
Queensland, 4000, Australia

Phone: 
+6173 319 2777 (AUS)

Phone: +44207 633 2880 (UK)

Fax: 
+6173 319 2799

 

Mobile:  
+61400 756 963 (AUS)

Mobile:  +447900 918 616 (UK)

Web: 
www.robertbird.com


> 
> This 
email and any attachments are confidential and may contain legally privileged 
information or copyright material. Unless expressly stated, confidentiality 
and/or legal privilege is not intended to be waived by the sending of this 
email. The contents of this email, including any attachments, are intended 
solely for the use of the individual or entity to whom they are addressed. If 
you are not an intended recipient, please contact us immediately by return 
email 
and then delete both messages. You may not otherwise read, forward, copy, use 
or 
disclose this email or any attachments. Any views expressed in this email are 
those of the individual sender except where the sender expressly, and with 
authority, states otherwise. It is your responsibility to check any attachments 
for viruses or defects before opening or sending them on. None of the sender or 
its related entities accepts any liability for any consequential damage 
resulting from this email containing computer viruses. 



> Disclaimer added by CodeTwo Exchange Rules
> www.codetwo.com
> 

Reply via email to