Hi,
I rebooted my RHEL and the segmentation fault is gone.
regards.
On Tue, Sep 28, 2010 at 1:58 PM, Sharath Babu Dodda wrote:
> Hi,
> Any more solutions on this please.
>
> Thanks,
> Sharath.
>
> On Mon, Sep 27, 2010 at 6:17 PM, Sharath Babu Dodda <
> sharath.do..
Hi,
Any more solutions on this please.
Thanks,
Sharath.
On Mon, Sep 27, 2010 at 6:17 PM, Sharath Babu Dodda wrote:
> Hi there,
>
> I installed Apache, MySQL and PHP on Redhat Linux 64 bit. However, when I
> try to invoke MySQL, I'm getting the Segmentation fault error and I
Either 1. Use strace to find out where it's getting a segfault, or 2. Use gdb
and get the backtrace where crashes.
-Original Message-
From: Sharath Babu Dodda [mailto:sharath.do...@gmail.com]
Sent: Monday, September 27, 2010 3:17 PM
To: mysql@lists.mysql.com
Subject: Segmentation
Hi there,
I installed Apache, MySQL and PHP on Redhat Linux 64 bit. However, when I
try to invoke MySQL, I'm getting the Segmentation fault error and I'm not
able to see the "mysql" prompt.
Begin of problem:
###
[...@xyz12
This email may contain confidential information the use of which by an
unintended recipient is unauthorized. For details please go to
http://www.scotiabank.com/email_disclaimer/email_english.html
Cette transmission peut contenir de l'information confidentielle et son
utilisation par toute pe
I am trying top run these 2 SELECT queries using mysql_real_query in MySQL-C.
The only difference between them is changing the first hex value from 41 to 01.
It if is 41, the query runs fine. When I change it to 01 I get the following
segmentation fault.
segfault at 0 ip 00402be6 sp
:
> Welcome to the MySQL monitor. Commands end with ; or \g.
> Your MySQL connection id is 4
> Server version: 5.1.35 Source distribution
>
> Segmentation fault*
From your text, it seems "mysql" (the command line client) crashed.
If it happens again, please type (as the next
nds end with ; or \g.
>> Your MySQL connection id is 4
>> Server version: 5.1.35 Source distribution
>>
>> Segmentation fault*
>>
>> i can not get any helpfull message in the file:mysqld.log
>>
>> my configure command line is:
>> ./configure --pref
ord:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 4
Server version: 5.1.35 Source distribution
Segmentation fault*
i can not get any helpfull message in the file:mysqld.log
my configure command line is:
./configure --prefix=/export/data1/apps/local/my
SQL connection id is 4
Server version: 5.1.35 Source distribution
Segmentation fault*
i can not get any helpfull message in the file:mysqld.log
my configure command line is:
./configure --prefix=/export/data1/apps/local/mysql
--bindir=/export/data1/apps/bin --sbindir=/export/data1/apps/sbin
--sysconf
self or is this a
> binary download from a trusted source?
>
> - michael
>
>
> On 6/5/07, S Nassar <[EMAIL PROTECTED]> wrote:
> > Hi,
> >
> > I am running an application that interfaces with MySQL from c++. When
> > I try to run the application, I get a segme
Hi,
I am running an application that interfaces with MySQL from c++. When
I try to run the application, I get a segmentation fault at the line
where I call mysql_init. Here is part of the output from gdb
#0 0x081a0e78 in elf_machine_rel.0 () at ../sysdeps/i386/dl-machine.h:333
#1 0x081a113a
>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
On Sunday 23 July 2006 10:26 pm, ali asghar torabi parizy wrote:
> while ((row = mysql_fetch_row(res_set)) != NULL) {
while (row = mysql_fetch_row(res_set))
would do the same thing, NULL check shouldn't be necessary.
> for (i=0; i
hi to all.
thanks luiz and mike for response.
my code is compiled when i use -lmysqlclient option and executable file is now
exist but when i try to execute this file it prompts "Segmentation fault"
.what's the meaning of it and what i have to do?
##
gcc -o test -
Update. I downloaded the mysql-standard-4.1.18-pc-linux-gnu-i686.tar.gz
and extracted mysql. The 4.1 mysql client does not get a segmentation
fault when I do an up-arrow or anything else. It works just fine. The
plot thickens.
--
Barton L. Phillips
Applied Technology
causes a segmentation fault. Also if I up arrow once and then
press the right arrow a couple of times and then try to insert a
character or delete a character I also get a segmentation fault.
I looked through the archives and have not seen anything like this so I
expect it may have something to
Hello,
I am having issues with the MySQL C API. I have googled, and it seems
many other people are having this issue too, but unfortunately I have
yet to find a solution.
It seems that whenever anything calls mysql_ping(), it causes a
Segmentation fault. I am currently using MySQL 4.1.10a
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`)
nds end with ; or \g.
Your MySQL connection id is 34 to server version: 4.1.14-log
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql> \h
Segmentation fault
I had similar problems before. It was caused by older version of
client. Once clie
server version: 4.1.14-log
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql> \h
Segmentation fault
I had similar problems before. It was caused by older version of
client. Once client is updated this
problem goes away. This problem has also
: 4.1.14-log
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql> \h
Segmentation fault
My searches have not resulted in any solutions at this point - just thought
I'd throw it out to the list and see if anyone has had a similar experience.
Yes, I downloaded the 4.1 rpms from
http://dev.mysql.com/downloads/mysql/4.1.html
>Hello.
>
>
>
>You're sure that you are running an official binary?
>
>
>
>
>
>"Xu Hao" <[EMAIL PROTECTED]> wrote:
>
>> Hi!
>
>>
>
>> I installed the same rpms on a SuSE 9.2 box and tried to reproduce that
>> pr
Hello.
You're sure that you are running an official binary?
"Xu Hao" <[EMAIL PROTECTED]> wrote:
> Hi!
>
> I installed the same rpms on a SuSE 9.2 box and tried to reproduce that
> problem, but that problem didn't happen. It seems that this problem has
> something to do with RHEL3, ri
Hi!
I installed the same rpms on a SuSE 9.2 box and tried to reproduce that
problem, but that problem didn't happen. It seems that this problem has
something to do with RHEL3, right?
Thanks.
Hao Xu
>Hello.
>
>
>
>If you are able to reproduce this problem on another box with a similar
>
>conf
:
> Hi everyone!
>
> I downloaded and installed the mysql 4.1 rpms on my RedHat Enterprise Linux 3
> box and found a strange problem.
>
> If I invoke the client program by "mysql -u root -p'mypassword'" and then
> type "use mysql", then segmentatio
Hi everyone!
I downloaded and installed the mysql 4.1 rpms on my RedHat Enterprise Linux 3
box and found a strange problem.
If I invoke the client program by "mysql -u root -p'mypassword'" and then type
"use mysql", then segmentation fault happens, but if I invoke
. Execution Error:
i- I have retrieved desire result with respect to query.
ii- But Following error occur after print desire result
on screen at end:
I- Segmentation fault.
7. Experiments:
i-
Description:
When I try to call mysql_init() several times in my program it finishes with
segmentation fault.
This happens in different places of my program but always in mysql_init().
This is the gdb output:
#0 0x007ba6ae in malloc_consolidate () from /lib/tls/libc.so.6
#1 0x007b9e6a in
At 19:32 +0100 12/13/04, Alina Bikowska wrote:
Description:
When I try to call mysql_init() several times in
my program it finishes with segmentation fault.
This happens in different places of my program but always in mysql_init().
This is the gdb output:
#0 0x007ba6ae in malloc_consolidate
L 4.0.20
...and different (mainly newer) versions of the CMS called PostNuke, my
apache childs died on index.php with this in the Apache error log: child pid
xxxxx exit signal Segmentation fault (11). I tracked it to a PHP function
call to MySQL (in some PostNuke database include)
Tried:
- older Ap
It will more easier if you post the sample.c.
you can try compiling with -ggdb to debug
Leif Johnston wrote:
Any thoughts on what might be causing this error? I am runing both on cygwin under windows 2000 with 4.0.16 and using gcc to compile, linking using
gcc sample.c -o sample.exe -I/usr/in
Any thoughts on what might be causing this error? I am runing both on cygwin under
windows 2000 with 4.0.16 and using gcc to compile, linking using
gcc sample.c -o sample.exe -I/usr/include/mysql -L/lib/mysql/opt/ -lmysqlclient
-lmySQL -lz -lm
I assume that something in the libraries may not
I get this:
/usr/local/mysql/bin/mysqld_safe: line 342: 23172 Segmentation fault
$NOHUP_NICENESS $ledir/$MYSQLD
$defaults --basedir=$MY_BASEDIR_VERSION --datadir=$DATADIR
$USER_OPTION --pid-file=$pid_file --skip-locking >>$err_log 2>&1
When attempting to do:
Select n from table.n wh
ran it I get a segmentation fault.
Thought it might have been programmer's error so I reviewed my code
and it is not. I then compiled 'insert_test.c', a program that came
with the source distribution and it to compiled fine using the above
make line. When I ran this executable
Hi All
I'm trying to create a new database using the embedded server (MySQL 4.0.13). I
compiled the source distribution on linux as follows:
./configure --prefix=/fs32/b/sgsubram/bin/MySQL-with-new-hash/LINUX --enable-assembler
--with-mysqld-ldflags=-all-static
--localstatedir=/fs32/b/sgsubram
On Wed, 2003-06-11 at 01:55, Danny Cron wrote:
> I have three boxes. Mysqlhotcopy works on box1, but it generates a
> segmentation fault on box2 and box3. I want it to work on all boxes.
> I am prepared to upgrade them all to the level of box3 (but
> mysqlhotcopy doesn'
I have three boxes. Mysqlhotcopy works on box1, but it generates a
segmentation fault on box2 and box3. I want it to work on all boxes.
I am prepared to upgrade them all to the level of box3 (but
mysqlhotcopy doesn't work with that configuration). Does anyone know
of a solution?
Box 1: D
Hi there,
I've installed MySql 4.0.12 under Linux glibc 2.2, Kernel 2.4.19, KDE 3.0.5, qt 3.1.2
and it works fine. But if I create a new table and want to change the data type from
varchar to another the application crashes with a segmentation fault. I've tried
mysqlcc 0.9.1 and it
l/bin/safe_mysqld: line 280: 9375 Segmentation fault
$NOHUP_NICENESS $ledir/$MYSQLD $defaults --basedir=$MY_BASEDIR_VERSION
--datadir=$DATADIR $USER_OPTION --pid-file=$pid_file --skip-locking
>>$err_log 2>&1
Number of processes running now: 1
mysqld process hanging, pid 9385 - killed
03030
Dear list,
I've installed mysql 3.32.55
And for some reason, I'm getting this error message on my screen:
/usr/local/mysql/bin/safe_mysqld: line 280: 8207 Segmentation fault
$NOHUP_NICENESS $ledir/$MYSQLD $defaults --basedir=$MY_BASEDIR_VERSION
--datadir=$DATADIR $USER_OPTION
I am receiving a "Segmentation Fault" error when closing the connection to a
database. Using MySQL 4.0.10-0 on Redhat linux 7.3
static void closeDatabase( DBMS_STATE_INFO *dbmsInfo )
{
mysql_close( dbmsInfo->connection );
dbmsInfo->c
Hello,
I am using Version : 3.23.40 under Linux and 3.23.51-Max under Windows XP
I get the following error message while dumping my database. The
segmentation fault is caused by the -c option. (It also occurs under
Windows XP).
Pierre-Yves Saumont
Red Hat Linux release 6.2 (Zoot)
Kernel
Hello,
yep, this one fixed it:
ftp://ftp.suse.com/pub/suse/i386/update/8.1/rpm/i586/glibc-2.2.5-161.i586.rpm
mysql - gotta love that filter
--
Manuel Kiessling
-
Before posting, please check:
http://www.mysql.com/manua
nz, iConnect (Berlin)" <[EMAIL PROTECTED]>
Cc: "Benjamin Pflugmann" <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>
Sent: Sunday, January 26, 2003 11:07 AM
Subject: Re: Segmentation fault when scanning mysqld port
> hello,
>
> Stefan Hinz, iConnect (Berlin) wrote:
>
Hi,
found some advise here (in german):
http://groups.google.de/groups?q=suse+glibc+mysql&hl=de&lr=&ie=UTF-8&oe=UTF-8&selm=apkaeo%242cspr%242%40ID-121729.news.dfncis.de&rnum=3
--
Manuel Kiessling
-
Before posting, please chec
Manuel, Benjamin,
> > /usr/local/mysql/3.23.55/bin/safe_mysqld: line 280: 1757
Segmentation
> > fault
And again, this looks like the "SuSE bug" to me. Here's my posting about
an error like this on Red Hat:
> Synopsis: Server crashes on remote connect
llowing message:
>
> /usr/local/mysql/3.23.55/bin/safe_mysqld: line 280: 1757 Segmentation
> fault $NOHUP_NICENESS $ledir/$MYSQLD $defaults
> --basedir=$MY_BASEDIR_VERSION --datadir=$DATADIR $USER_OPTION
> --pid-file=$pid_file --skip-locking >>$err_log 2>&1
>
Hello,
i just installed MySQL 3.23.55 on a SuSE Linux 8.1 system (compiled
myself), and after firing up mysqld and starting a scan (via nmap; my
server has no firewall) from another server, i get the following message:
/usr/local/mysql/3.23.55/bin/safe_mysqld: line 280: 1757 Segmentation
20449 Segmentation fault $NOHUP_NICENESS
$ledir/$MYSQLD $defaults --basedir=$MY_BASEDIR_VERSION --datadir=$DATADIR
$USER_OPTION --pid-file=$pid_file --skip-locking >>$err_log 2>&1
Number of processes running now: 0
021216 14:42:05 mysqld restarted
021216 14:42:05 mysqld ended
"
..
Hi all,
I am now writing an C++ application with the use of
MySQL. When I follow the tutorial in MySQL++ manual,
the application go into segmentation fault during
execution. What's the mistake I have made?
The followings are the codes and the error messages
during execution.
Codes:
#in
I am writing an Apache module that has to perform some queries against a
MySQL database. For the most part, it is working properly. However, when I
get an empty result set for my query (that is, the select returns no rows) I
get a segmentation fault when trying to call mysql_num_rows.
Here is
system, from PHP or just using mySQL, I
get a ang or a segmentation fault .
Server
- Mysql version 3.23.52-log
- Suse 8.1 professional
Client
- Suse ??
- Mysql version 3.23.32
On server machine start up mysqld in the standard way ...
mysql /etc/init.d/mysql start
On client machine, try
ine 273: 5979 Segmentation fault
$NOHUP_NICENESS $ledir/$MYSQLD $defaults --basedir=$MY_BASEDIR_VERSION
--datadir=$DATADIR $USER_OPTION
L> --pid-file=$pid_file --skip-locking >$err_log 2>&1
>How-To-Repeat:
L>That is a thing, that I don't know...
Please, downgrade yo
>Description:
I've installed mysql 3.23.52 from source on RedHat Linux 7.3 ... when I try to
access the server from a non-local host, it gives the following error:
/usr/local/mysql-3.23.52/bin/safe_mysqld: line 273: 5979 Segmentation fault
$NOHUP_NICENESS $ledir/$MYSQLD $
Red Hat Network users who have applied all recent "critical updates"
will experience segmentation faults when accessing MySQL with remote
clients (including MyODBC). Access from localhost seems to be OK.
The solution is to upgrade to MySQL 3.23.53. At this time RedHat does
not have updated 3.23
show: Lost connection to MySQL server during query
caddn> [root@monitor bin]#
caddn> At the same you do this on the client machine.. you get this on the host
machine :
caddn> /usr/local/bin/safe_mysqld: line 269: 26209 Segmentation fault
$NOHUP_NICENESS $ledir/$MYSQ
ent machine.. you get this on the host machine :
/usr/local/bin/safe_mysqld: line 269: 26209 Segmentation fault $NOHUP_NICENESS
$ledir/$MYSQLD $defaults
--basedir=$MY_BASEDIR_VERSION --datadir=$DATADIR $USER_OPTION --pid-file=$pid_file
--skip-locking >>$err_log 2>&1
Number of proce
sitnikov,
Friday, August 30, 2002, 8:34:03 PM, you wrote:
>Description:
s> Segmentation fault when starti mysqld with --help
>How-To-Repeat:
s> mysqld --help
I tested it and mysqld --help worked without any problem.
Today Michael Tam reported about crush if he used
>Description:
Segmentation fault when starti mysqld with --help
>How-To-Repeat:
mysqld --help
Server version: mysql-4.0.3-beta-pc-linux-gnu-i686
>Environment:
System: Linux gap 2.4.18 #3 SMP Fri Mar 15 14:40:03 EET 2002 i686 unknown
Architecture: i686
Some pat
Yes, both run 3.23.49a
- Original Message -
From: "Jeremy Zawodny" <[EMAIL PROTECTED]>
To: "Mihail Manolov" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Thursday, August 29, 2002 3:24 AM
Subject: Re: mysqlhotcopy problem - Segmentation fault
On Wed, Aug 28, 2002 at 04:50:22PM -0400, Mihail Manolov wrote:
> I have strange problem - I get Segmentation fault error when I am trying to
> execute mysqlhotcopy.
>
> When I remove the [mysqlhotcopy] section in my /etc/my.cnf
> configuration it works. Meanwhile, on another
I have strange problem - I get Segmentation fault error when I am trying to
execute mysqlhotcopy.
When I remove the [mysqlhotcopy] and [client] sections in my /etc/my.cnf
configuration it works. Meanwhile, on another server it works just fine with
the same configuration file.
There is nothing
I have strange problem - I get Segmentation fault error when I am trying to
execute mysqlhotcopy.
When I remove the [mysqlhotcopy] section in my /etc/my.cnf configuration it
works. Meanwhile, on another server it works just fine with the same
configuration file.
There is nothing fancy in the
use SQLFreeStmt with SQL_UNBIND and SQL_CLOSE
one by one.
at the time of disconnect i use SQLFreeStmt with
SQL_DROP.
all the fuction in this sequence does work. but when i
use query Select * from
It does not work and gives Segmentation fault in the
function SQLFreeStmt with SQL_CLOSE, if
On Friday 26 April 2002 08:19 pm, [EMAIL PROTECTED] wrote:
> >Description:
> After installing MySQL on my RedHat Linux 7.2 server with
MySQL-3.23.49a-1.i386.rpm I can't run mysqladmin. mysqladmin with any
parameter results in a segmentation fault and core dump. I can run mysql a
>Description:
After installing MySQL on my RedHat Linux 7.2 server with MySQL-3.23.49a-1.i386.rpm I
can't run mysqladmin. mysqladmin with any parameter results in a segmentation fault
and core dump. I can run mysql and connect to the test database just fine. Here is the
output from
--- [EMAIL PROTECTED] wrote:
> >Description:
> When connecting to mysql database using Perl DBI AND specifying a
> mysql_read_default_file, this causes a Segmentation Fault. However
> if a mysql_read_default_file is not used then no error occurs.
> Linux version is 7.2
>Description:
When connecting to mysql database using Perl DBI AND specifying a
mysql_read_default_file, this causes a Segmentation Fault. However
if a mysql_read_default_file is not used then no error occurs.
Linux version is 7.2 Redhat and DBI and DBD-mysql were installed from redhat.com
Hi,
After following the procedure on the web site for installing the MySQL
database on Solaris machine we encountered Segmentation fault (during the
Configuring mySQL for your machine step).
Please help me with this.
Regards,
Prachi
>Description:
Whenever I try to start up the daemon it gives a
'Segmentation fault '
message and shuts down.
>How-To-Repeat:
Just try to start the daemon up
>Fix:
?
>Submitter-Id: [EMAIL PROTECTED]
>Origi
Hey all,
Just did a compile and install of v4.01 for multiprocessor Sparc. Server
has started, runs OK, have fiddled with privileges successfully...
Naturally, next step: I¹d like to test everything.
But now, I get a Segmentation Fault immediately at run-all-tests¹ script in
sql-bench.
Any
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 -
Hi,
I've just installed MySQL 3.23 binary on Solaris.
When I try:
bin/safe_mysqld &
it crashes out like this:
bash-2.03# bin/safe_mysqld &
[2] 9106
bash-2.03# Starting mysqld daemon with databases from
/export/mysql-3.23.39-pc-solaris2.8-i386/data
Segmentation Fault - core dum
Bill Kurland writes:
> Thanks for the reply.
>
> gcc and g++ are both version 2.95.3
>
> I've tried installing three different binaries, one from the mysql site
> and
> two different versions from the Bull site. All failed with different
> problems
> on this machine so I tired them all on a di
Thanks for the reply.
gcc and g++ are both version 2.95.3
I've tried installing three different binaries, one from the mysql site
and
two different versions from the Bull site. All failed with different
problems
on this machine so I tired them all on a different model machine, but
running the
[EMAIL PROTECTED] writes:
> >Description:
> ##After building mysql and installing the GRANT tables I start the daemon
> ##and then try to run the mysql client to alter the GRANT tables to a
> ##useful configuration. Subcommands like connect and use seem to work
> ##ok, but if I tr
'\h' for help. Type '\c' to clear the buffer.
mysql> show table
Program received signal SIGSEGV, Segmentation fault.
0xe0002fa0 in ?? () from (unknown load module)
(gdb) q
The program is running. Exit anyway? (y or n) y
## If I then try to shutdown the server, which is PI
al/mysql/data
shell> chgrp -R mysql /usr/local/mysql
shell> chown -R root /usr/local/mysql/bin
shell> bin/safe_mysqld --user=mysql &
9800
shell> Starting mysqld daemon with databases from
/usr/local/mysql-3.23.39-pc-solaris2.8-i386/data
Segmentation Fault - core dumped
0110
I am getting a segmentation fault on a solaris i86pc when executing either
with:
./bin/safe_mysqld &
./bin/mysql -h active_mysql_host
On this solaris i86pc, I got the following binary install:
mysql-3.23.39-pc-solaris2.8-i386.tar.gz
Then untarred it with GNU tar (
e tried on several machines with the same configuration,
> and got the same result):
> ./scripts/mysql_install_db
> Installing all prepared tables
> ./scripts/mysql_install_db: line 1: 2821 Segmentation fault
> ./bin/mysqld --bootstrap --skip-grant-tables --basedir=. --datadir=./d
):
./scripts/mysql_install_db
Installing all prepared tables
./scripts/mysql_install_db: line 1: 2821 Segmentation fault
./bin/mysqld --bootstrap --skip-grant-tables --basedir=. --datadir=./data
--skip-innodb --skip-gemini --skip-bdb
Installation of grant tables failed!
A 3.22 version of mysql runs fine on
;
>
> from the manual that came with the
> mysql-3.23.39-pc-solaris2.8-i386.tar.gz. I assumed
> that it was pretty obvious since I believe that all
> of
> you guys have read the manual before and I assumed
> this part:
>
> 1759
> # Starting mysqld daemon with databases fr
hat it was pretty obvious since I believe that all of
you guys have read the manual before and I assumed
this part:
1759
# Starting mysqld daemon with databases from
/usr/local/mysql-3.23.39-pc-solaris2.8-i386/data
Segmentation Fault - core dumped
010711 16:21:08 mysqld ended
have obviously
PROTECTED]>
>To: Breughel Macabuhay <[EMAIL PROTECTED]>
>Cc: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
>Date: Thursday, 12 July 2001 12:36
>Subject: Re: segmentation fault
>
>
> >I really don't believe you downloaded mysql-VERSION-OS.tar.gz.
> >
> >
and where it's
finding the actual files...
Just a hunch (try removing the symbolic link, and renaming your MySQL
directory to "mysql")
- Original Message -
From: "Breughel Macabuhay" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, July
essage-
> From: Gerald Clark <[EMAIL PROTECTED]>
> To: Breughel Macabuhay <[EMAIL PROTECTED]>
> Cc: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
> Date: Thursday, 12 July 2001 12:36
> Subject: Re: segmentation fault
>
> >I really don't believe you downl
July 2001 12:36
Subject: Re: segmentation fault
>I really don't believe you downloaded mysql-VERSION-OS.tar.gz.
>
>How can anyone help you if you hide what you are doing?
>
>Breughel Macabuhay wrote:
>
>> Hi,
>>
>> I am a just a solaris newbie. I tried in
ql /usr/local/mysql/data
> #chgrp -R mysql /usr/local/mysql
> #chown -R root /usr/local/mysql/bin
> #bin/safe_mysqld --user=mysql &
>
> And this happened:
> 1759
> # Starting mysqld daemon with databases from
> /usr/local/mysql-3.23.39-pc-solaris
> 2.8-i386/dat
s
2.8-i386/data
Segmentation Fault - core dumped
010711 16:21:08 mysqld ended
Can anybody help?
Breugh
__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail
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
Hung Hing Fai wrote:
>> Description:
>
> mysqld segmentation fault on starting
>
>> How-To-Repeat:
>
> # mysqld
> Segmentation Fault
> # ldd mysqld
> ldd: mysqld: execution failed due to signal 11
>
> Configure comma
SEND-PR: -*- send-pr -*-
SEND-PR: Lines starting with `SEND-PR' will be removed automatically, as
SEND-PR: will all comments (text enclosed in `<' and `>').
SEND-PR:
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: mysqld segmentation fault on starting
>Des
Hi all,
I hava a little problem for developping a windows mysql client program in
C++.
I compile it using cygwin. there is no problem during the compilation but
when I execute it, it seems that when I execute a select query and retrieve
the data, it access memory that it shouldn't. I tested my pr
ns under
>>> > >> Linux
>>> > >> across to an AIX box.
>>> > >>
>>> > >> We have MySQL is running under AIX - using mysql we can create tables,
>>> > >> insert rows, etc and even access data via a C program.
&g
> >> We have MySQL is running under AIX - using mysql we can create
>> tables,
>> > >> insert rows, etc and even access data via a C program.
>> > >>
>> > >> PHP is running as an Apache module - a simple phpinfo() works.
>> > &g
running under AIX - using mysql we can create tables,
> > >> insert rows, etc and even access data via a C program.
> > >>
> > >> PHP is running as an Apache module - a simple phpinfo() works.
> > >>
> > >> If our PHP scripts are invoked when mysq
nd even access data via a C program.
> > >>
> > >> PHP is running as an Apache module - a simple phpinfo() works.
> > >>
> > >> If our PHP scripts are invoked when mysqld is not active we get a
> > >> database
> > >> error "Ca
1 - 100 of 120 matches
Mail list logo