mysqld-max: segfault at and auto restart mysql

2007-06-20 Thread Toan. Dang Anh
: mysqld-max[24953]: segfault at 416c7fe8 rip 003d45d68900 rsp 416c8018 error 6 Jun 20 16:03:34 PrivateData1 kernel: mysqld-max[3171]: segfault at 41541fe8 rip 003d45d68900 rsp 41542018 error 6 Jun 20 16:08:50 PrivateData1 kernel: mysqld-max[22925]: segfault

Re: problem starting mysqld-max

2005-01-23 Thread Chenri
i've restart the machine and it run ok thanx On Mon, 24 Jan 2005 07:42:41 +0700, Chenri <[EMAIL PROTECTED]> wrote: > i'm having problem starting mysqld-max, > when i use command line it just didn't start with > no error message. > > I've shutdown t

problem starting mysqld-max

2005-01-23 Thread Chenri
i'm having problem starting mysqld-max, when i use command line it just didn't start with no error message. I've shutdown the firewall, i'm using XP, and mysql 4.01 how can i get what have caused this it ran well before but after i install firewall utilites it bega

Re: mysqld-max startup unusual error

2003-12-29 Thread Egor Egorov
"David W. Brown" <[EMAIL PROTECTED]> wrote: > Hello mysql list, I have recently incurred an unusual error. Attempts to startup > mysqld-max fail with the following error: > > 031226 17:02:08 Error message file 'e:\mysql\share\english\errmsg.sys' had only

mysqld-max startup unusual error

2003-12-26 Thread David W. Brown
Hello mysql list, I have recently incurred an unusual error. Attempts to startup mysqld-max fail with the following error: 031226 17:02:08 Error message file 'e:\mysql\share\english\errmsg.sys' had only 192 error messages, but it should contain at least 237 error messages. Check that

Re: mysqld max

2003-07-09 Thread Paul DuBois
At 9:26 -0500 7/9/03, azamka wrote: Hi I am trying to make mysqld max so i can create innodb tables but I am getting the following error when i run mysqld No Variable Match for: -0 'innodb_buffer_pool_size = 40M' ./mysqld version 3.23.56 for pc-linux on i686 I am unable to figure out

RE: mysqld max

2003-07-09 Thread Rudy Metzger
e on a not supported system, above answer does of course not apply (but I still would use 4.0 even if you have to compile it yourself) /rudy -Original Message- From: azamka [mailto:[EMAIL PROTECTED] Sent: woensdag 9 juli 2003 16:27 To: [EMAIL PROTECTED] Subject: mysqld max Hi I am trying to m

mysqld max

2003-07-09 Thread azamka
Hi I am trying to make mysqld max so i can create innodb tables but I am getting the following error when i run mysqld No Variable Match for: -0 'innodb_buffer_pool_size = 40M' ./mysqld version 3.23.56 for pc-linux on i686 I am unable to figure out what to do. This shows that it

RE: AW: AW: multiple mysqld-max running ?

2003-03-28 Thread Don Read
On 28-Mar-2003 Gerald Fehringer wrote: > Hi Joseph, > > all connects are from localhost, no external connect and i never > saw this behavior on a bsd box ?! > FreeBSD as a default builds with it's own thread library, You'll only see the parent server thread. You can build the MySQL server with

AW: AW: multiple mysqld-max running ?

2003-03-28 Thread Gerald Fehringer
: AW: multiple mysqld-max running ? Hi, mysqld creates a few threads at startup (3, I think) plus one thread per active connection. The manual explains it better than myself: http://www.mysql.com/doc/en/MySQL_threads.html Chances are that you have 8 clients connected. Once again, your mysql

Re: AW: multiple mysqld-max running ?

2003-03-28 Thread Joseph Bueno
3 15:44 An: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Betreff: Re: multiple mysqld-max running ? Hi, ps,top,.. on Linux show threads as processes. What you see is ONE process (mysqld) with 11 threads sharing 40Mb of memory. Check http://www.mysql.com/doc/en/Memory_use.html Regards, Joseph Bu

AW: multiple mysqld-max running ?

2003-03-28 Thread Gerald Fehringer
ECTED] Cc: [EMAIL PROTECTED] Betreff: Re: multiple mysqld-max running ? Hi, ps,top,.. on Linux show threads as processes. What you see is ONE process (mysqld) with 11 threads sharing 40Mb of memory. Check http://www.mysql.com/doc/en/Memory_use.html Regards, Joseph Bueno Gerald Fehringer wrote:

Re: multiple mysqld-max running ?

2003-03-28 Thread Joseph Bueno
Hi, ps,top,.. on Linux show threads as processes. What you see is ONE process (mysqld) with 11 threads sharing 40Mb of memory. Check http://www.mysql.com/doc/en/Memory_use.html Regards, Joseph Bueno Gerald Fehringer wrote: hi list fellows, os: suse linux 8.1 myqld: mysql-max-4.0.12-pc-l

multiple mysqld-max running ?

2003-03-28 Thread Gerald Fehringer
hi list fellows, os: suse linux 8.1 myqld: mysql-max-4.0.12-pc-linux-i686 i'm using innoDB and a standard my.cnf (medium) config file. every time i start the mysqld, there are over 11 deamons running, each one with 40MB ! the same constellation on a freebsd 4.6.2, same mysqld vers

re: mysqld-nt vs mysqld-max-nt

2003-03-15 Thread Victoria Reznichenko
On Thursday 13 March 2003 04:45, Dan Cumpian wrote: > I've been running mysqld-nt on W2K and WinXP for awhile now (using > MyISAM tables) and I'm a bit confused by what's in the "max" binary. Is > the biggest difference InnoDB tables? Difference is described here: http://www.mysql.com/do

Re: mysqld-nt vs mysqld-max-nt

2003-03-13 Thread Bernhard Döbler
It's IMHO the only difference... Have you looked up the documentation? Bernhard - Original Message - From: "Dan Cumpian" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 13, 2003 3:45 AM Subject: mysqld-nt vs mysqld-max-nt > MyISAM tab

mysqld-nt vs mysqld-max-nt

2003-03-12 Thread Dan Cumpian
Hello, I've been running mysqld-nt on W2K and WinXP for awhile now (using MyISAM tables) and I'm a bit confused by what's in the "max" binary. Is the biggest difference InnoDB tables? Thank you, Dan Cumpian - Before posting,

Re: mysqld-max-nt.exe as a service

2003-02-23 Thread Stefan Hinz
Rob, > How do I open mysqld-max-nt.exe as a service (so I don't have to see a DOS > console open for it all the time). Here is the command I use to open it > currently: > mysqld-max-nt.exe --console --standalone > Any help would be appreciated! Of the many ways to accom

RE: mysqld-max-nt.exe as a service

2003-02-22 Thread John W. Holmes
> How do I open mysqld-max-nt.exe as a service (so I don't have to see a DOS > console open for it all the time). Here is the command I use to open it > currently: > > mysqld-max-nt.exe --console --standalone > > Any help would be appreciated! The following command: m

mysqld-max-nt.exe as a service

2003-02-22 Thread Robert Mark Bram
Howdy all! How do I open mysqld-max-nt.exe as a service (so I don't have to see a DOS console open for it all the time). Here is the command I use to open it currently: mysqld-max-nt.exe --console --standalone Any help would be appreciated!

RE: mysqld-max but still no referential integrity?

2003-02-22 Thread Robert Mark Bram
I fixed the problem below by uninstalling, reinstalling and using the WinMySQLAdmin tool.. It left my.ini as: [mysqld] basedir=C:/mySql/ datadir=C:/mySql/data innodb_data_file_path=ibdata1:30M:autoextend [WinMySQLAdmin] Server=C:/mySql/bin/mysqld-max-nt.exe innodb_data_home_dir = C:\mySql

RE: mysqld-max but still no referential integrity?

2003-02-22 Thread Robert Mark Bram
bin/mysqld-MAX-nt.exe innodb_data_home_dir = C:\mySql\ibdata innodb_data_file_path=ibdata1:30M:autoextend == Creating tables with referential integrity? C:\mySql\bin>mysql --local-infile -h localhost -u rob -prob Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connect

Closing mysqld-max - was RE: mysqld-max but still no referential integrity?

2003-02-22 Thread Robert Mark Bram
I think I solved this.. I deleted C:\mySql\ibdata and I could start it up again.. I think I know why it happened too.. when I start a connection with this: mysqld-max-nt.exe --console --standalone it takes the console over.. How do I properly close it down from another console? Rob

RE: mysqld-max but still no referential integrity?

2003-02-22 Thread Robert Mark Bram
Hi Oliver, I tried as you suggested, but I have a different problem now.. > > == my.ini > > My my.ini file: > > > > [mysqld] > > basedir=C:/mySql/ > > datadir=C:/mySql/data > > > > [WinMySQLAdmin] > > Server=C:/mySql/bin/mysqld

Re: mysqld-max but still no referential integrity?

2003-02-22 Thread Oliver Schlag
Hy Rob, > == my.ini > My my.ini file: > > [mysqld] > basedir=C:/mySql/ > datadir=C:/mySql/data > > [WinMySQLAdmin] > Server=C:/mySql/bin/mysqld-MAX-nt.exe > innodb_data_home_dir = C:\mySql\ibdata > innodb_data_file_path=ibdata1:30M:autoextend you have

mysqld-max but still no referential integrity?

2003-02-22 Thread Robert Mark Bram
work! Rob :) :-> :-} == my.ini My my.ini file: [mysqld] basedir=C:/mySql/ datadir=C:/mySql/data [WinMySQLAdmin] Server=C:/mySql/bin/mysqld-MAX-nt.exe innodb_data_home_dir = C:\mySql\ibdata innodb_data_file_path=ibdata1:30M:autoextend == startup server - in a DOS box C:\mySql\b

4.0.5 mysqld-max segs on TCP connect under RH 8.0

2002-12-03 Thread bailey
>Description: Test mysql 4.0.5 beta installed from binary RPMs: MySQL-4.0.5-0, MySQL-shared-4.0.5-0, MySQL-devel-4.0.5-0, MySQL-client-4.0.5-0, MySQL-Max-4.0.5-0 mysqld-max starts normally (including binding TCP socket) and handles connections via Unix socket normally,

Privilege tables and mysqld-max wiht -Sg option

2002-09-20 Thread José Fernández
'mysql.ini' file to c:, and I have edited it to MySQL work with InnoDB tables. All has been working fine, but this morning, when I have tried to start up MySQL with the command "mysqld-max --standalone" (as usually) I have got the message: "mysqld-max: Table 'mysql.host

Problem with my mysqld-max on Windows NT

2002-09-20 Thread José Fernández
Hello, I have installed MySQL on a PC with Windows NT. As the MySQL dir is not on c:, I have copied the 'mysql.ini' file to c:, and I have edited it to MySQL work with InnoDB tables. All was working fine, but this morning, when I have tried to startup MySQL with the command &

Re: mysqld-max-nt 4.0.1-alpha shutdown problem

2002-07-15 Thread Egor Egorov
Roman, Monday, July 15, 2002, 8:07:07 AM, you wrote: RV> When mysqld-max-nt.exe is started with options RV> --console --standalone RV> and after issuing "mysqladmin -u root shutdown" RV> mysqld reports a shutdown, but does not exit. RV> mysqld-max don't have this

mysqld-max-nt 4.0.1-alpha shutdown problem

2002-07-14 Thread Roman Vorobiev
When mysqld-max-nt.exe is started with options --console --standalone and after issuing "mysqladmin -u root shutdown" mysqld reports a shutdown, but does not exit. mysqld-max don't have this problem. OS Windows 2000. Roman Vorobiev. e-mail: [

Re: Too many mysqld-max processes!!

2002-07-11 Thread Sammy Lau
try 'show processlist' first to see what is actually running. [EMAIL PROTECTED] wrote: > > Hello, > I am running mysql on linux and I have too many mysqld-max processes running > at the same time. Why is that and what can I do about it apart from killing > the p

Re: Too many mysqld-max processes!!

2002-07-11 Thread Gabriel
They're threads. It's the way linux does threads. You only have 1 running. [EMAIL PROTECTED] wrote: > Hello, > I am running mysql on linux and I have too many mysqld-max processes running > at the same time. Why is that and what can I do about it apart from killing &g

Too many mysqld-max processes!!

2002-07-11 Thread balteo
Hello, I am running mysql on linux and I have too many mysqld-max processes running at the same time. Why is that and what can I do about it apart from killing the processes after every boot? Thanks in advance, Balteo

mysqld-max ver 3.23.49

2002-05-24 Thread ritu singla
Hello, i'm running mysqld-max ver 3.23.49. When i see the process status (ps), there are 10 processes running of mysqld. is this fine or something wrong??? Thanks! Ritu Singla Everything you always wanted to know

Re: MySQLd-MAX Crash - Possible Bug v3.23.47?

2002-01-17 Thread Heikki Tuuri
onitor shows: >020117 14:27:57 InnoDB: Started >c:\mysql\bin\mysqld-max-nt: ready for connections >InnoDB: Assertion failure in thread 1136 in file >C:\get\innobase\lock\lock0lock.c line 2843 >InnoDB: We intentionally generate a memory trap. >InnoDB: Send a detailed bug report to [EMA

mysqld-max: Table 'mysql.host' doesn't exist

2001-12-06 Thread Levis_Anne-Marie
r you've set the password, if you want to take down the mysqld server, you can do so using this command: C:\> mysqladmin --user=root --password=your_password shutdown After this step I found I was unable to start up the mysqld server. So today, I dropped the database, removed the servic

Mysqld-max Bug Report

2001-05-19 Thread Avukatpro Limited Sirketi
From: [EMAIL PROTECTED] To: [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Mysqld-max does not read my.ini config file Description: While i was using mysqld-opt my.ini file was working properly. I am using c:\windows\my.ini file. in file i specified mysql work path. It was working with mysqld