>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
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
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`)
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 &
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 -
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
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
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