Error when installing mysql-5.5.9 server on Linux Redhat OS

2011-06-17 Thread Philippe Mokrani
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

 



 




 



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

2011-06-17 Thread Reindl Harald


Am 17.06.2011 19:53, schrieb Philippe Mokrani:

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

default-character-set=latin1 is way too old for 5.5
character-set-server should be used



signature.asc
Description: OpenPGP digital signature


error in installing

2005-04-01 Thread prathima rao
hello,

i have windows 2000 i was not able to finish the server configuration i read
in one of the site that sc.exe should be present i searched but could not
get the same can anyone help me


regards

p rao



-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.296 / Virus Database: 266.9.0 - Release Date: 3/31/2005


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Re: error in installing

2005-04-01 Thread Gleb Paharenko
Hello.



Usually it is possible to install MySQL without sc.exe. See:



  http://dev.mysql.com/doc/mysql/en/windows-troubleshooting.html





prathima rao [EMAIL PROTECTED] wrote:

 hello,

 

 i have windows 2000 i was not able to finish the server configuration i read

 in one of the site that sc.exe should be present i searched but could not

 get the same can anyone help me

 

 

 regards

 

 p rao

 

 

 



-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.NET http://www.ensita.net/
   __  ___ ___   __
  /  |/  /_ __/ __/ __ \/ /Gleb Paharenko
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.NET
   ___/   www.mysql.com




-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Re: error in installing

2005-04-01 Thread prathima rao
hello gleb,

thanks for the suggestion

i could solve the problem in installing mysql on win 2000 the solution is
below for reference


Error: Cannot create Windows service for MySql. Error: 0
This error is encountered when you re-install or upgrade MySQL without first
stopping and removing the existing MySQL service and install MySQL using the
MySQL Configuration Wizard. This happens because when the Configuration
Wizard tries to install the service it finds an existing service with the
same name.

One solution to this problem is to choose a service name other than mysql
when using the configuration wizard. This will allow the new service to be
installed correctly, but leaves the outdated service in place. While this is
harmless it is best to remove old services that are no longer in use.

To permanently remove the old mysql service, execute the following command
as a user with administrative privileges, on the command-line:

C:\sc delete mysql
[SC] DeleteService SUCCESSregardsprathima rao
- Original Message - 
From: prathima rao [EMAIL PROTECTED]
To: mysql@lists.mysql.com
Sent: Friday, April 01, 2005 6:09 AM
Subject: error in installing


 hello,

 i have windows 2000 i was not able to finish the server configuration i
read
 in one of the site that sc.exe should be present i searched but could not
 get the same can anyone help me


 regards

 p rao



-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Re: error after installing mysql 4.1

2004-11-10 Thread Gleb Paharenko
Hello.



Not enough info to make a conclusion. 

Send us information about version of Windows you use, contents of my.ini.





Dave Dyer [EMAIL PROTECTED] wrote:

 

 After installing mysql 4.1 over an existing mysql 4.0.x, the

 service refuses to start with this complaint:

 

 Fatal error: Can't open privilege tables: File 
 '\\pumpkin\f\mysql\share\charsets\?.conf' not found (Errcode: 22)

 

 This is windows, with mysql installed in a nondefault directory.

 

 



-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.NET http://www.ensita.net/
   __  ___ ___   __
  /  |/  /_ __/ __/ __ \/ /Gleb Paharenko
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.NET
   ___/   www.mysql.com




-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



error after installing mysql 4.1

2004-11-09 Thread Dave Dyer

After installing mysql 4.1 over an existing mysql 4.0.x, the
service refuses to start with this complaint:

Fatal error: Can't open privilege tables: File 
'\\pumpkin\f\mysql\share\charsets\?.conf' not found (Errcode: 22)

This is windows, with mysql installed in a nondefault directory.


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Error while installing

2002-09-09 Thread Niranjan Patel

Hello Everybody,

I am tring to install MYsql 3.23 on Solaris 2.5.1
AS there is no binary available . I have downloaded
the source code and compiling . I am running gcc 2.6
I am getting the following error (as below) while
compiling. 
Any help is appreciated. I checked the line 126 in
file mf_tempfile.c I was not able to find anything.

# Hence  do we have to do gcc above a certain
version. 
# Also do we have a binary for installing mysql as a
user other than root in my directory structure.

Thanks
Niranjan

**

make  all-recursive
make[1]: Entering directory
`/homes/woprf/n/niranjan/tmpfiles/mysql-3.23.52'
Making all in include
make[2]: Entering directory
`/homes/woprf/n/niranjan/tmpfiles/mysql-3.23.52/include'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory
`/homes/woprf/n/niranjan/tmpfiles/mysql-3.23.52/include'
Making all in Docs
make[2]: Entering directory
`/homes/woprf/n/niranjan/tmpfiles/mysql-3.23.52/Docs'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory
`/homes/woprf/n/niranjan/tmpfiles/mysql-3.23.52/Docs'
Making all in readline
make[2]: Entering directory
`/homes/woprf/n/niranjan/tmpfiles/mysql-3.23.52/readline'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory
`/homes/woprf/n/niranjan/tmpfiles/mysql-3.23.52/readline'
Making all in libmysql
make[2]: Entering directory
`/homes/woprf/n/niranjan/tmpfiles/mysql-3.23.52/libmysql'
/bin/sh ../libtool --mode=compile gcc
-DDEFAULT_CHARSET_HOME=\/homes/woprf/n/niranjan/mysql\
  
-DDATADIR=\/homes/woprf/n/niranjan/mysql/var\ 

-DSHAREDIR=\/homes/woprf/n/niranjan/mysql/share/mysql\
-DUNDEF_THREADS_HACK -DDONT_USE_RAID  -I./../include
-I../include   -I./.. -I.. -I..-O3 -DDBUG_OFF  
-DHAVE_BROKEN_GETPASS -DSOLARIS -DHAVE_RWLOCK_T -c
mf_tempfile.c
rm -f .libs/mf_tempfile.lo
gcc
-DDEFAULT_CHARSET_HOME=\/homes/woprf/n/niranjan/mysql\
-DDATADIR=\/homes/woprf/n/niranjan/mysql/var\
-DSHAREDIR=\/homes/woprf/n/niranjan/mysql/share/mysql\
-DUNDEF_THREADS_HACK -DDONT_USE_RAID -I./../include
-I../include -I./.. -I.. -I.. -O3 -DDBUG_OFF
-DHAVE_BROKEN_GETPASS -DSOLARIS -DHAVE_RWLOCK_T -c
mf_tempfile.c  -fPIC -DPIC -o .libs/mf_tempfile.lo
mf_tempfile.c:126: unterminated string or character
constant
make[2]: *** [mf_tempfile.lo] Error 1
make[2]: Leaving directory
`/homes/woprf/n/niranjan/tmpfiles/mysql-3.23.52/libmysql'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/homes/woprf/n/niranjan/tmpfiles/mysql-3.23.52'
make: *** [all-recursive-am] Error 2

__
Do You Yahoo!?
Yahoo! Finance - Get real-time stock quotes
http://finance.yahoo.com

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




error when installing mysql, plz help

2001-10-19 Thread David Loszewski

I typed './mysqladmin -u root -p password my new password' and this
came up, ideas on what I could do to solve this problem that I'm having?
By the way, I'm using the MySQL 3.23

./mysqladmin: connect to server at 'localhost' failed
error: 'Can't connect to local MySQL server through socket
'/tmp/mysql.sock' (2)'
Check that mysqld is running and that the socket: '/tmp/mysql.sock'
exists!

In need of desperate help,
Dave


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




error when installing mysql, plz help

2001-10-19 Thread David Loszewski

I typed './mysqladmin -u root -p password my new password' and this
came up, ideas on what I could do to solve this problem that I'm having?
By the way, I'm using the MySQL 3.23

./mysqladmin: connect to server at 'localhost' failed
error: 'Can't connect to local MySQL server through socket
'/tmp/mysql.sock' (2)' Check that mysqld is running and that the socket:
'/tmp/mysql.sock' exists!

In need of desperate help,
Dave



-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: error when installing mysql, plz help

2001-10-19 Thread Carl Troein


David Loszewski writes:

 I typed './mysqladmin -u root -p password my new password' and this
 came up, ideas on what I could do to solve this problem that I'm having?

 Check that mysqld is running and that the socket: '/tmp/mysql.sock'
 exists!

Start mysqld before you try to connect to it. If it
doesn't start when you try to start it, read the error
log. If all else fails, read the FAQ.
http://www.bitbybit.dk/mysqlfaq/

Also, please not that it may tike more than a few minutes
before a mail to this mailing list is sent back out to
you. Don't repost unless you're fairly sure that your mail
didn't get through, i.e., wait for other mails to appear,
and check if they were sent after your mail.
(This list has a tendency to send mails in burst. I'm not
sure whether this is because of the server or the users'
habits.)

//C

-- 
 Carl Troein - CĂ­rdan / Istari-PixelMagic - UIN 16353280
 [EMAIL PROTECTED] | http://pixelmagic.dyndns.org/~cirdan/
 Amiga user since '89, and damned proud of it too.


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Error in installing mysql

2001-08-16 Thread Denny

Hi,

I am new to linux and i currently trying to install mysql on my redhat 7.1.
I always got this error message at the end of the make Internal error:
Segmentation fault..

I wonder if anyone would tell me what's going on?

My machine is running on cyrix P133 with 32MB ram.

Thanks,
Denny


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: Error in installing mysql

2001-08-16 Thread s. keeling

On Fri, Aug 17, 2001 at 10:51:17AM +0800, Denny wrote:
 
 I am new to linux and i currently trying to install mysql on my redhat 7.1.
 I always got this error message at the end of the make Internal error:
 Segmentation fault..
 
 I wonder if anyone would tell me what's going on?
 
 My machine is running on cyrix P133 with 32MB ram.

Why is it that everyone running mysql has to install from source?
This is wretched excess, unless you need something that the binaries
don't supply.  I installed from rpm's on Suse' 7.1 site and have had
nothing but good things happen.

Unix purists, ptheh!  I like source too, but go with the rpms until
you know what you're doing.  Sort it all out, blow it all away,
re-install from source as it should have been once you know what to do
...

database, ...

-- 
 Any technology distinguishable from magic is insufficiently advanced.
 TopQuark Software  Serv.  Contract programmer, server bum.
 [EMAIL PROTECTED]Give up Spammers; I use procmail.


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Symbol not found error when installing mySQL on Solaris 2.5.1

2001-06-08 Thread Rob Sedman

I am trying to install mySQL on my Solaris 2.5.1 system.  I have downloaded
the latest binary and followed the instructions as best I understand them
(not being very familiar with UNIX systems).  I have not used the default
directory (/usr/local/mysql).

I have not found a solution for the following error message;

ld.so.1: ./bin/mysqld: fatal: relocation error: symbol not found: fopen64:
referenced in ./bin/mysqld

This is generated when I run ./scripts/mysql_install_db.

My searching has found many instances of others experiencing the same
problem, but so far no fix!  Any suggestions most gratefully received.

RJS


Robert J Sedman.
Nimbus Technology  Engineering Limited



-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: Symbol not found error when installing mySQL on Solaris 2.5.1

2001-06-08 Thread Sinisa Milivojevic

Rob Sedman writes:
 I am trying to install mySQL on my Solaris 2.5.1 system.  I have downloaded
 the latest binary and followed the instructions as best I understand them
 (not being very familiar with UNIX systems).  I have not used the default
 directory (/usr/local/mysql).
 
 I have not found a solution for the following error message;
 
 ld.so.1: ./bin/mysqld: fatal: relocation error: symbol not found: fopen64:
 referenced in ./bin/mysqld
 
 This is generated when I run ./scripts/mysql_install_db.
 
 My searching has found many instances of others experiencing the same
 problem, but so far no fix!  Any suggestions most gratefully received.
 
 RJS
 
 
 Robert J Sedman.
 Nimbus Technology  Engineering Limited
 
 

Hi!

We do not build anymore 2.5 binaries, so you are probably using 2.6 or
2.7 binaries which will not work on 2.5.

So, either build it from source, or upgrade your Solaris.


-- 

Regards,

For technical support contracts, go to https://order.mysql.com/
   __  ___ ___   __
  /  |/  /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic [EMAIL PROTECTED]
 / /|_/ / // /\ \/ /_/ / /__   MySQL AB, FullTime Developer
/_/  /_/\_, /___/\___\_\___/   Larnaca, Cyprus
   ___/   www.mysql.com

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php