Segmentation Fault - core dumped

2007-03-14 Thread Nadia Saifuddin \(nsaifudd\)
>Description: ./mysql_install_db --user=mysql Installing all prepared tables Segmentation Fault - core dumped Installation of system tables failed! >How-To-Repeat: run ./mysql_install_db --user=mysql >Fix: please suggest. >Submitter-Id: >Originator: >Organization

Re: Mysqldump segmentation fault(core dumped)

2005-12-08 Thread Dan Nelson
idTCiudad`) and (`d`.`TEstado_idTEstado` = `e`.`idTEstado`)); > Segmentation fault (core dumped) ... > apps# uname -a > FreeBSD apps.medel.com.mx 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Sun May 8 > 10:21:06 UTC 2005 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC i386 I can't reproduc

Mysqldump segmentation fault(core dumped)

2005-12-08 Thread ISC Edwin Cruz
AS `nombre`,`a`.`km` AS `km`,concat(`c`.`estado`,_utf8', ',`b`.`ciudad`) AS `origen`,concat(`e`.`estado`,_utf8', ',`d`.`ciudad`) AS `Destino` from ((((`TRuta` `a` join `TCiudad` `b`) join `TEstado` `c`) join `TCiudad` `d`) join `TEstado` `e`) where ((`a`.`TCiudad_origen` = `b`.`idTCiudad`)

Segmentation fault - core dumped on Solaris 8 x86

2002-01-28 Thread Egor Egorov
Adolfo, Saturday, January 26, 2002, 6:52:20 PM, you wrote: AEZ> I have instaled MYSQL on Solaris 2.8 on Intel plataform, and did this AEZ> as says the manual, but when try to run it sends a message : AEZ> Segmentation fault - core dumped AEZ> # bin/safe_mysqld --user=mysql &

Segmentation fault - core dumped on Solaris 8 x86

2002-01-26 Thread Adolfo Escobedo Zamora
I have instaled MYSQL on Solaris 2.8 on Intel plataform, and did this as says the manual, but when try to run it sends a message : Segmentation fault - core dumped # bin/safe_mysqld --user=mysql & # Starting mysqld daemon with databases from /usr/local/mysql/data Segmentation Fault -

Segmentation Fault - core dumped

2001-07-10 Thread bobbrom
hello I am trying to run a mysql data base on a sparc20 running solaris 2.6. The data base loads and works fine, but when I load Msql-Mysql-modules. I get a " Segmentation Fault - core dumped ". when I run a cgi script from the command line the data is obtained from the data

Re: ERROR : Segmentation Fault (core dumped)

2001-04-04 Thread Sinisa Milivojevic
Sudheer Palapparambil writes: > Hi, > > I am using MySql on Redhat Linux 7.0. Recently I downloaded mySql++. > I installed and confugured it as per the instruction given. But when > I try to run the files in the examples directory I get the error > 'Segmentation Fa

ERROR : Segmentation Fault (core dumped)

2001-04-03 Thread Sudheer Palapparambil
Hi, I am using MySql on Redhat Linux 7.0. Recently I downloaded mySql++. I installed and confugured it as per the instruction given. But when I try to run the files in the examples directory I get the error 'Segmentation Fault (core dumped)', pls help