Error when installing mysql-5.5.9 server on Linux Redhat OS

Error when installing mysql-5.5.9 server on Linux Redhat OS

am 17.06.2011 19:53:53 von Philippe Mokrani

------=_NextPart_000_0004_01CC2D28.498D23B0
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: 7bit

Hello,



I tried to install mysql-5.5.9 server on Redhat 2.6.18-194.el5 x86_64
GNU/Linux operating system using the binary distribution
openlogic-mysql-5.5.9-linux-amd64-bin-1.zip from
http://olex.openlogic.com/packages/mysql/5.5.9



After installed the above archive in a "/moteurs" directory, and
executed the following installation commands under root:



# unzip openlogic-mysql-5.5.9-linux-ia32-bin-2.zip

# cd mysql-5.5.9

# chown -R mysql .

# chgrp -R mysql .

# scripts/mysql_install_db --user=mysql



I have the following error messages:



Installing MySQL system tables...

110617 19:46:25 [ERROR] ./bin/mysqld: unknown variable
'default-character-set=latin1'

110617 19:46:25 [ERROR] Aborting



110617 19:46:25 [Note] ./bin/mysqld: Shutdown complete



Installation of system tables failed! Examine the logs in

../data for more information.



You can try to start the mysqld daemon with:



shell> ./bin/mysqld --skip-grant &



and use the command line tool ./bin/mysql

to connect to the mysql database and look at the grant tables:



shell> ./bin/mysql -u root mysql

mysql> show tables



Try 'mysqld --help' if you have problems with paths. Using --log

gives you a log in ./data that may be helpful.



Please consult the MySQL manual section

'Problems running mysql_install_db', and the manual section that

describes problems on your OS. Another information source are the

MySQL email archives available at http://lists.mysql.com/.



Please check all of the above before mailing us! And remember, if

you do mail us, you MUST use the ./bin/mysqlbug script!





No log file was created in ./data directory.

I have tried all the actions mentioned on the above messages, I have read
the documentation, I have searched for the error message [ERROR]
../bin/mysqld: unknown variable 'default-character-set=latin1' , but without
success.



May have I help ?



Best regards,

Philippe Mokrani













------=_NextPart_000_0004_01CC2D28.498D23B0--

Re: Error when installing mysql-5.5.9 server on Linux Redhat OS

am 17.06.2011 22:30:28 von Reindl Harald

--------------enig585F8FB363615551F3E9222E
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable



Am 17.06.2011 19:53, schrieb Philippe Mokrani:

> I have the following error messages:
>=20
> Installing MySQL system tables...
>=20
> 110617 19:46:25 [ERROR] ./bin/mysqld: unknown variable
> 'default-character-set=3Dlatin1'

"default-character-set=3Dlatin1" is way too old for 5.5
"character-set-server" should be used


--------------enig585F8FB363615551F3E9222E
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/

iEYEARECAAYFAk37uWQACgkQhmBjz394AnlzjQCfUTmO9fCDU3F5zavLW33m +15R
FUQAoJV+9rdkHIO9YIY1UJPo+6to4+NI
=WYMi
-----END PGP SIGNATURE-----

--------------enig585F8FB363615551F3E9222E--