Re: can not start mysql daemon

2004-07-23 Thread Aman Raheja
/mysql-3.23.55/libexec/mysqld: > Can't change dir to '/opt/disco/third-party/Linux-2.4c2.2-i686/mysql-3.23.55/var/' > (Errcode: 2) > >Fix: > > > >Submitter-Id:pohlhaut > >Originator: Paul Ohlhaut > >Organization: Sell

can not start mysql daemon

2004-07-20 Thread pohlhaut
Ohlhaut >Organization: Seller Central >MySQL support: [none | licence | email support | extended email support ] >Synopsis: can not start mysql daemon >Severity: critical >Priority: >Category: mysql >Class: >Release: mysql-3.23.55 (Sour

RE: Expensive InnoDB queries crash mysql daemon

2004-07-15 Thread Sergei Skarupo
performance for large transactions I would get by further increasing the buffer pool size... Thanks again, Sergei -Original Message- From: Heikki Tuuri [mailto:[EMAIL PROTECTED] Sent: Thursday, July 15, 2004 2:39 AM To: [EMAIL PROTECTED] Subject: Re: Expensive InnoDB queries crash mysql daemon

Re: Expensive InnoDB queries crash mysql daemon

2004-07-15 Thread Heikki Tuuri
ei Skarupo"" <[EMAIL PROTECTED]> Newsgroups: mailing.database.myodbc Sent: Thursday, July 15, 2004 9:37 AM Subject: RE: Expensive InnoDB queries crash mysql daemon > Thanks for your reply. > > I think on this machine MySQL was installed from an RPM distribution... = > All

RE: Expensive InnoDB queries crash mysql daemon

2004-07-14 Thread Sergei Skarupo
ubject: Re: Expensive InnoDB queries crash mysql daemon Sergei, please run CHECK TABLE on the tables, and check if it prints something to the .err log. Also, resolve the stack trace printed by the crashing mysqld, as explained in the manual. Best regards, Heikki Tuuri Innobase Oy Foreign ke

Re: Expensive InnoDB queries crash mysql daemon

2004-07-14 Thread Heikki Tuuri
yodbc Sent: Thursday, July 15, 2004 1:50 AM Subject: Expensive InnoDB queries crash mysql daemon > --_=_NextPart_001_01C469F5.1B46DF30 > Content-Type: text/plain; > charset="iso-8859-1" > Content-Transfer-Encoding: quoted-printable > > Hello All, > =20 >

Expensive InnoDB queries crash mysql daemon

2004-07-14 Thread Sergei Skarupo
Hello All, I hope someone can shed some light on this problem... This concerns large InnoDB tables (having on the order of millions of rows). When I run ALTER TABLE (for example, to change the default column value) or UPDATE or DELETE queries that affect many rows, mysqld-max crashes and app

Re: mySQL daemon fails after setting root password

2004-06-07 Thread Egor Egorov
Jesse <[EMAIL PROTECTED]> wrote: > anyone know why the mysql daemon fails to start after I set the root > password according to this: > > http://dev.mysql.com/doc/mysql/en/Default_privileges.html > > I use the command: > > SET PASSWORD FOR 'root'

mySQL daemon fails after setting root password

2004-06-05 Thread Jesse
anyone know why the mysql daemon fails to start after I set the root password according to this: http://dev.mysql.com/doc/mysql/en/Default_privileges.html I use the command: SET PASSWORD FOR 'root'@'localhost' = PASSWORD('newpwd'); SET PASSWORD FOR 'root'

mySQL Daemon Fails to start

2004-05-30 Thread Jesse
Hello all, I am currently running mysql on a SuSE 9.0 machine. here is the mysql version Server version 4.0.15 Protocol version10 Connection Localhost via UNIX socket UNIX socket /var/lib/mysql/mysql.sock Uptime: 23 min 0 sec The problem I'm

Re: Problem while starting mysql daemon

2004-04-09 Thread Victoria Reznichenko
Friday, April 09, 2004, 8:59:48 PM, Rohan Shrivastava wrote: RS> there are some tables named RS> columns_priv and tables_priv RS> are you talking about these Yes. In this case check permissions on the MySQL data dir and files. MySQL should be owner of the data dir. RS> Regards RS> Rohan >> "Roh

Re: Problem while starting mysql daemon

2004-04-09 Thread Victoria Reznichenko
"Rohan Shrivastava" <[EMAIL PROTECTED]> wrote: > hello, > > I have installed mysql-3.23.58-pc-linux-i686 on Red Hat 9.0, > while starting daemon i got the following message: > > ./bin/safe_mysqld --user=mysql & > [1] 5240 > [EMAIL PROTECTED] mysql-3.23.58-pc-linux-i686]# Starting mysqld daemon w

Problem while starting mysql daemon

2004-04-09 Thread Rohan Shrivastava
hello, I have installed mysql-3.23.58-pc-linux-i686 on Red Hat 9.0, while starting daemon i got the following message: ./bin/safe_mysqld --user=mysql & [1] 5240 [EMAIL PROTECTED] mysql-3.23.58-pc-linux-i686]# Starting mysqld daemon with databases from /usr/local/mysql-3.23.58-pc-linux-i686/data

Re: starting mysql daemon.... help me !!!

2004-04-06 Thread Ronan Lucio
The user that mysql run as, has permission to write in the /var/run/mysql dir? Ronan > muhammad alqama wrote: > > hi > > > > **(plz someone help me urgently)** > > > > i have tried the procedure mentioned below but of no avail. > > this is the exact message in .err file > > > > "can not s

Re: starting mysql daemon.... help me !!!

2004-04-06 Thread Victor Medina
muhammad alqama wrote: hi **(plz someone help me urgently)** i have tried the procedure mentioned below but of no avail. this is the exact message in .err file "can not start server : bind on unix socket : permission denied do you have another mysql server running on socket /var/run/mysql

Re: starting mysql daemon.... help me !!!

2004-04-06 Thread Michael Stassen
As root, you start the mysql server. The first thing the server does is switch to running as the mysql user, then it tries to bind the socket. Most likely, your problem is that the mysql user does not have permission to write the socket file in /var/run/mysql. As root, run `chown mysql:mysql

Re: starting mysql daemon.... help me !!!

2004-04-06 Thread muhammad alqama
hi **(plz someone help me urgently)** i have tried the procedure mentioned below but of no avail. this is the exact message in .err file "can not start server : bind on unix socket : permission denied do you have another mysql server running on socket /var/run/mysql/mysql.sock ? /usr/lib

Re: starting mysql daemon

2004-04-06 Thread muhammad alqama
ot; <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> Subject: Re: starting mysql daemon > Try this one: > > Copy share/mysql/my-medium.cnf file to /etc/my.cnf and run > "mysql_install_db" and "chown -R mysql " and "mysqld_safe" > command. > Fi

Re: starting mysql daemon

2004-04-05 Thread Egor Egorov
"muhammad alqama" <[EMAIL PROTECTED]> wrote: > hello > a few days ago i had this problem in starting mysql daemon.. (described below by > previous messages).. which was solved. > i changed the permissions of the data directory. > > but now again i am facing

Re: starting mysql daemon

2004-04-05 Thread mathan
Message - From: "muhammad alqama" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, April 01, 2004 9:19 PM Subject: Re: starting mysql daemon > hi > the error mentioned in the file is... > "fatal error : can not

RE: starting mysql daemon

2004-04-05 Thread muhammad alqama
hello a few days ago i had this problem in starting mysql daemon.. (described below by previous messages).. which was solved. i changed the permissions of the data directory. but now again i am facing the same problem. but the error message is of binding the unix socket. something like this

Re: starting mysql daemon

2004-04-01 Thread Hadi Ariwibowo
- Original Message - From: "muhammad alqama" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, April 01, 2004 10:49 PM Subject: Re: starting mysql daemon > hi > the error mentioned in the file is... > "fatal err

Re: starting mysql daemon

2004-04-01 Thread muhammad alqama
hello it is now running .. thank everyone who helped me ... many many thanks regards alqama - Original Message - From: Michael Stassen <[EMAIL PROTECTED]> Date: Thu, 01 Apr 2004 12:13:43 -0500 To: muhammad alqama <[EMAIL PROTECTED]> Subject: Re: starting

Re: starting mysql daemon

2004-04-01 Thread Michael Stassen
--- Original Message - From: [EMAIL PROTECTED] Date: Thu, 1 Apr 2004 10:02:22 -0600 To: [EMAIL PROTECTED], [EMAIL PROTECTED],[EMAIL PROTECTED] Subject: RE: starting mysql daemon Errno 13 indicates a permissions error. Please check the ownership of the data directories you're usi

RE: starting mysql daemon

2004-04-01 Thread muhammad alqama
TECTED] Subject: RE: starting mysql daemon > Errno 13 indicates a permissions error. Please check the ownership of the > data directories you're using to make sure that the mysql user & group. > > Dave > > -Original Message- > From: muhammad alqama [mai

Re: starting mysql daemon

2004-04-01 Thread muhammad alqama
now... regards alqama - Original Message - From: Victor Pendleton <[EMAIL PROTECTED]> Date: Wed, 31 Mar 2004 16:03:43 -0600 To: "muhammad alqama" <[EMAIL PROTECTED]> Subject: Re: starting mysql daemon > This file is normally located in the dat

RE: starting mysql daemon

2004-04-01 Thread DChristensen
]; [EMAIL PROTECTED] Subject: Re: starting mysql daemon hi the error mentioned in the file is... "fatal error : can not open privilege tables can not find file : './mysql/host.frm' (errno 13)" what to do now... regards alqama - Original Message - F

Re: starting mysql daemon

2004-04-01 Thread muhammad alqama
31 Mar 2004 16:03:43 -0600 To: "muhammad alqama" <[EMAIL PROTECTED]> Subject: Re: starting mysql daemon > This file is normally located in the data directory > > On Wed, 31 Mar 2004, you wrote: > > hi > > can u tell me where this fi

Re: starting mysql daemon

2004-03-31 Thread muhammad alqama
- Original Message - From: Victor Pendleton <[EMAIL PROTECTED]> Date: Wed, 31 Mar 2004 15:17:54 -0600 To: "muhammad alqama" <[EMAIL PROTECTED]>, [EMAIL PROTECTED] Subject: Re: starting mysql daemon > Did you check in the hostname.err file to see why MySQL ende

Re: starting mysql daemon

2004-03-31 Thread Victor Pendleton
Did you check in the hostname.err file to see why MySQL ended? On Wed, 31 Mar 2004, muhammad alqama wrote: > hello > i am using slackware linux and i installed mysql > server with the installation. > > now i am trying to start the mysql daemon but it is > not being start.

starting mysql daemon

2004-03-31 Thread muhammad alqama
hello i am using slackware linux and i installed mysql server with the installation. now i am trying to start the mysql daemon but it is not being start. i have run "mysql_install_db --user=mysql" .. it runs successfully. but as i run the command "mysqld_safe" to run

Re: Mysql daemon dies on startup

2003-11-08 Thread Eric K. Grant
OK thx to MATHAN's previous post. Solution: Executed the following commands.. # chown -R mysql /var/lib/mysql # chmod 700 /var/lib/mysql Then started the daemon. Thx -EKG From: ekg1 To: [EMAIL PROTECTED] Sent: Saturday, November 08, 2003 1:39 AM Subject: Mysql daemon di

Mysql daemon dies on startup

2003-11-08 Thread ekg1
I have installed Redhat 9.0 and upgraded mysql thru RHN to 3.23.58-1.9   I executed the following commands:   [EMAIL PROTECTED] linux]# mysql_install_db   then [EMAIL PROTECTED] linux]# /usr/bin/safe_mysqld &[1] 12018[EMAIL PROTECTED] linux]# Starting mysqld daemon with databases from /var/li

Correction: mysql daemon pegging my system

2003-07-04 Thread David Wilson
Windows, Apache, MySQL, and Gator. In order to figure out what was pegging my system, I killed processes one by one. When I killed the mysql daemon, immediately everything started working fine again. I unstalled mysql, rebooted, and the new boot was as fast as ever, and Windows was responsive again

mysql daemon pegging my system

2003-07-04 Thread David Wilson
I am running WinXP Home, upgraded from Win 98, on an AMD 1G. After I installed MySQL 4.0.13, my system began to degrade. Eventually, things got so slow that it took several seconds for Windows, including the login screen and start meny, to respond to my mouse clicks. Rebooting did not help; if a

More MYSQL daemon on same WIN2K server

2003-03-28 Thread Geo
Hi, i've a problem. I must put two Mysql server daemon on same WIN2K server, but i don't know set two different my.ini file. If i run the service interactively I'm able to set to the service a different path for my.ini file, but when i start winmysqladmin he create a new my.ini file under c:\winnt.

Re: MySQL Daemon wont start

2003-03-26 Thread Richard KHOO Guan Chen
If you had installed RedHat's RPM, then you should be able to start MySQL with /etc/rc.d/init.d/mysql start Regards Richard KHOO Guan Chen On Wed, 26 Mar 2003, Toto Gamez wrote: > i installed mysql-3.23.41-1 on my RH7.2 box but when i run safe_mysqld, mysql > daemon

Re: MySQL Daemon wont start

2003-03-26 Thread gerald_clark
The mysql data directories and files must be owned by mysql. Error 13 is a permission denied operating system error. Toto Gamez wrote: i installed mysql-3.23.41-1 on my RH7.2 box but when i run safe_mysqld, mysql daemon started but dies i tried to check the log and says: 030326 14:35:46 mysqld

Re: MySQL Daemon wont start

2003-03-25 Thread Fred van Engen
Hi, On Wed, Mar 26, 2003 at 02:46:15PM +0800, Toto Gamez wrote: > i installed mysql-3.23.41-1 on my RH7.2 box but when i run safe_mysqld, mysql > daemon started but dies i tried to check the log and says: > 030326 14:35:46 mysqld started > 030326 14:35:47 /usr/libexec/mysqld: Can

MySQL Daemon wont start

2003-03-25 Thread Toto Gamez
i installed mysql-3.23.41-1 on my RH7.2 box but when i run safe_mysqld, mysql daemon started but dies i tried to check the log and says: 030326 14:35:46 mysqld started 030326 14:35:47 /usr/libexec/mysqld: Can't find file: './mysql/host.frm' (errno: 13) 030326 14:35:47 mysqld

Error starting the Mysql Daemon

2002-11-22 Thread Kenneth Illingsworth
After taring mysql-3.23.53-unknown-linux-gnu-s390.tar.gz successfully on our Linux VM and linking the new directory to simply mysql, I ran into the following error trying to start the mysql daemon: [root@cofr3 mysql]# ./bin/mysqld -L /mysql/share/mysql/english Fatal error: Please read "Sec

RE: mysql daemon

2002-06-27 Thread Matthew Smith
ns started at boot time. M -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 27 June 2002 10:41 To: MySQL List Subject: mysql daemon [localhost:~] ll% ps ax | grep mysqld 349 ?? S 0:00.04 sh ./bin/safe_mysqld 385 ?? S 0:00.08 /usr/local/mysql-3

Re: mysql daemon

2002-06-27 Thread Egor Egorov
[localhost:~] ll% ps ax | grep mysqld t> 349 ?? S 0:00.04 sh ./bin/safe_mysqld t> 385 ?? S 0:00.08 /usr/local/mysql-3.23.51/bin/mysqld t> 10102 std R+ 0:00.00 grep mysqld t> [localhost:~] ll% t> Are these "??" supposed to be there, what do they mean? It means the this pro

mysql daemon

2002-06-27 Thread tlr7425
[localhost:~] ll% ps ax | grep mysqld 349 ?? S 0:00.04 sh ./bin/safe_mysqld 385 ?? S 0:00.08 /usr/local/mysql-3.23.51/bin/mysqld 10102 std R+ 0:00.00 grep mysqld [localhost:~] ll% Are these "??" supposed to be there, what do they mean? Maybe this is indicative of my problem

mysql daemon started asynchronously prevents logout - why ?

2002-06-23 Thread j.random.programmer
Hi all: I am running mysql-max 3.23.51 on linux 2.4.x and my shell is bash. The 'huponexit' shell option is off. The mysqld (mysql-max daemon) is probably not important for this discussion, any other daemon would do as well. Firstly, I can start mysqld (or other programs) asynchronously by sa

How to start mysql (daemon)

2002-03-25 Thread Victoria Reznichenko
one give me some suggestions to do in order ss> to run mysql daemon ... Look in the error log file 'your_hostname.err' in the MySQL datadir. Show me the contents of your .err file. -- For technical support contracts, goto https://order.mysql.com/ This email is spon

How to start mysql (daemon)

2002-03-23 Thread sigit sigit
hello lister, I'm new here and very newbie in mysql. I couldn't start mysql : [root@localhost mysqll]# Starting mysqld daemon with databases from /var/lib/mysql020323 19:12:59 mysqld ended COuld anyone give me some suggestions to do in order to run my

Re: unable to start mysql daemon

2002-03-21 Thread Arjen Lentz
Hi, (please reply to the mailing list, no to me directly.) On Thu, 2002-03-21 at 19:17, Leecher wrote: > Thanks, > Yes, I logged in as Administrator. > > Just a question, why would running it as a service do any good, if I can't > even manually start the daemon? The daemon insists that all port

Re: unable to start mysql daemon

2002-03-20 Thread Arjen Lentz
Hi, On Thu, 2002-03-21 at 01:03, Leecher wrote: > I installed mysql-3.23.49-win on Windows 2000 to drive D: (the installer > lets one choose the location). After reading the docs, I can see that I need > to start the daemon like this: > mysqld --basedir d:\mysql > However, when I do it I get this

unable to start mysql daemon - bug?

2002-03-20 Thread Leecher
Hello, I hope someone here can help me out with this. I can't find anything in the documentation that does help. Everything points to the port being in use, however it isn't. I know it for a fact (netstat/telnet), no the mysqld also is not running, I know that for a fact (process list). I install

Re: mysql daemon under macos X unstoppable?

2002-01-16 Thread Sinisa Milivojevic
Hoffmann, Sven (thingk) writes: > hi everybody, > > i am new to mysql, got it up and running nicely under macos X 10.1, > BUT i can't stop the daemon! > "myqsqladmin shutdown" used with correct arguments does not show any effect. > a normal "kill" won't do either. "kill -9" is the only option to

mysql daemon under macos X unstoppable?

2002-01-16 Thread Hoffmann, Sven (thingk)
hi everybody, i am new to mysql, got it up and running nicely under macos X 10.1, BUT i can't stop the daemon! "myqsqladmin shutdown" used with correct arguments does not show any effect. a normal "kill" won't do either. "kill -9" is the only option to get rid of the daemon. anything i can do to

Re: Mysql daemon monitoring

2002-01-07 Thread Ken Menzel
> To: <[EMAIL PROTECTED]> Sent: Saturday, January 05, 2002 3:03 PM Subject: Mysql daemon monitoring > Hello , > > I am looking for a solution in order to monitoring mysql daemon to > restart automatically the daemon when is down. > > I was thinking maybe there is a pos

Re: Mysql daemon monitoring

2002-01-05 Thread Dan Nelson
In the last episode (Jan 05), Fred Taurus said: > I am looking for a solution in order to monitoring mysql daemon to > restart automatically the daemon when is down. > > I was thinking maybe there is a possibility like services watching in > the cobalt interface The mysqld_safe

RE: Mysql daemon monitoring

2002-01-05 Thread Haapanen, Tom
:[EMAIL PROTECTED]] Sent: 05 January 2002 15:04 To: [EMAIL PROTECTED] Subject: Mysql daemon monitoring Hello , I am looking for a solution in order to monitoring mysql daemon to restart automatically the daemon when is down. I was thinking maybe there is a possibility like services watching in the

Mysql daemon monitoring

2002-01-05 Thread Fred Taurus
Hello , I am looking for a solution in order to monitoring mysql daemon to restart automatically the daemon when is down. I was thinking maybe there is a possibility like services watching in the cobalt interface thanks in advance @+ Fred mailto:[EMAIL PROTECTED

Re: Mysql Daemon not starting

2001-11-20 Thread Miguel Angel Solórzano
no longer connect to the databases and keep getting an error saying >" >Can't connect to MySQL server on 'localhost' (10061) > >I checked to c if the mysql daemon was alive but it isnt... Further I am >even unableto do a "Telnet Localhost" >What cud hv

Re: Mysql Daemon not starting

2001-11-20 Thread Sandeep Murthy
2001 3:22 PM Subject: Re: Mysql Daemon not starting > did you already try starting your database from control panel/services ? > - Original Message - > From: "Sandeep Murthy" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, November

Mysql Daemon not starting

2001-11-20 Thread Sandeep Murthy
connect to MySQL server on 'localhost' (10061) I checked to c if the mysql daemon was alive but it isnt... Further I am even unableto do a "Telnet Localhost" What cud hv happened and how may i resolve this!!?? I intend to reinstall MySQL to c if it sets everything ok but woul

Re:Can't start mysql daemon

2001-11-12 Thread Heikki Tuuri
[EMAIL PROTECTED]> >Originator: > >Organization: Acxiom Corporation >MySQL support: none > >Synopsis: Can't start mysql daemon >Severity: non-critical >Priority: low > >Category: mysql >Class: sw-bug >Release: mysql-

Can't start mysql daemon

2001-11-12 Thread root
EMAIL PROTECTED]> >Originator: >Organization: Acxiom Corporation >MySQL support: none >Synopsis: Can't start mysql daemon >Severity: non-critical >Priority: low >Category: mysql >Class: sw-bug >Release: mysql-4.0.0-alpha (S

Re: Mysql Daemon starts at boot then Terminates??

2001-09-19 Thread Gerald Clark
Since you failed to check the error log and post it here I can only guess. chown -R mysql /usr/local/mysql R Talbot wrote: > I have deleted the Mysql 3.22.32 install and compiled > source for and installed Mysql 3.23.40. > The new installation resides at /usr/local/mysql. > Make Test did f

Mysql Daemon starts at boot then Terminates??

2001-09-18 Thread R Talbot
I have deleted the Mysql 3.22.32 install and compiled source for and installed Mysql 3.23.40. The new installation resides at /usr/local/mysql. Make Test did fail onlymerge >From the command line The daemon starts perfectly with either mysql.server startor safe mys

Re: MySQL daemon and inetd

2001-08-14 Thread Michael T. Babcock
> I nave no problem in running mysqld. > But my Linux machine have only 32 Mb of RAM. > I just like to make mysqld load *on demand*. Just for reference, most modern *nix variants will handle this situation properly. If MySQL isn't doing anything, its memory space will get swapped out to disk and

Re: MySQL daemon and inetd

2001-08-14 Thread joseph . bueno
VDA wrote: > > Hi, > > Friday, August 10, 2001, 8:05:41 PM, David Harrison <[EMAIL PROTECTED]> >wrote: > DH> You can't use inetd, but if you have a machine with System V type run > DH> levels, the file support-files/mysql.server can be placed in > DH> /etc/rc.d/init.d or whatever your flavor of

MySQL daemon and inetd

2001-08-14 Thread VDA
Hi, Friday, August 10, 2001, 8:05:41 PM, David Harrison <[EMAIL PROTECTED]> wrote: DH> You can't use inetd, but if you have a machine with System V type run DH> levels, the file support-files/mysql.server can be placed in DH> /etc/rc.d/init.d or whatever your flavor of UNIX uses, with appropriat

Re: FreeBSD V4.3 - install from port top shows mysql daemon using 25.7MB

2001-08-13 Thread Antônio Carlos Venâncio Júnior
Martin, If you want you can change memory configurations at my.cnf. Look at sample configurations that comes with the source tarball. Use mysqladmin to see the variables: -- # mysqladmin -p variables -- On Sun, 29 Jul 2001 02:50:25 -0400 martin <[EMAIL PROTECTED]> wrote

RE: FreeBSD V4.3 - install from port top shows mysql daemon usin

2001-07-29 Thread Don Read
On 29-Jul-2001 martin wrote: > Hello. > > Just installed on FreeBSD. No database created yet, just a straight install > > I was surprised at the amount of memory the daemon is taking > > 25.7MB - Is that correct ? > > Thats about right for an idle daemon. Mine shows 26.6M, 13.7M in memor

FreeBSD V4.3 - install from port top shows mysql daemon using 25.7MB

2001-07-28 Thread martin
Hello. Just installed on FreeBSD. No database created yet, just a straight install I was surprised at the amount of memory the daemon is taking 25.7MB - Is that correct ? - Before posting, please check: http://www.mysq

Re: mysql daemon aborting abnormally (rh linux 6.2)

2001-06-07 Thread Duane Douglas
At 11:43 AM 6/7/2001 -0400, Duane Douglas wrote: >At 02:44 PM 6/7/2001 +0800, Rolf Hopkins wrote: >>Sure it hasn't already started? Do ps -ef | grep mysqld to find out. i resolved this issue. please disregard. if (duane.douglas) { coder = asp * cold fusion * xml * xsl * sql server * javascrip

Re: mysql daemon aborting abnormally (rh linux 6.2)

2001-06-07 Thread Duane Douglas
At 02:44 PM 6/7/2001 +0800, Rolf Hopkins wrote: >Sure it hasn't already started? Do ps -ef | grep mysqld to find out. > >- Original Message - >From: "Duane Douglas" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Sent: Thursday, June 0

Re: mysql daemon aborting abnormally (rh linux 6.2)

2001-06-07 Thread Rolf Hopkins
Sure it hasn't already started? Do ps -ef | grep mysqld to find out. - Original Message - From: "Duane Douglas" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 07, 2001 12:57 Subject: mysql daemon aborting abnormally (rh linux 6.2) > hi

mysql daemon aborting abnormally (rh linux 6.2)

2001-06-06 Thread Duane Douglas
hi gang! after much hassle, i seem to have successfully installed mysql 3.23.38. i now have another problem. the mysql daemon is aborting abnormally upon startup. i typed in the following from bash: cd /usr/local/mysql ./bin/safe_mysqld i got the following output: Starting mysqld daemon

MYSQL DAeMON

2001-06-05 Thread Longo, Joseph
bin]# ./mysql -p Enter password: ERROR 2002: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (111) [root@kauai bin]# _______ so the MYSQL DAEMON is not starting.. Can anyone help me?.. --

RE: Problem Starting MySQL Daemon

2001-05-13 Thread Andrey Nepomnyaschih
ginal Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Kyle Rollin > Sent: Monday, May 14, 2001 10:40 AM > To: Andrey Nepomnyaschih > Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Re: Problem Starting MySQL Daemon > > > Andrey: &g

Re: Problem Starting MySQL Daemon

2001-05-13 Thread Kyle Rollin
Andrey: Check your mysql var directory, that's symptomatic of a misconfigured mysql daemon. Look for a file called $hostname.err, read it, and fix what its complaining about. -Kyle Rollin [EMAIL PROTECTED] On Mon, 14 May 2001, Andrey Nepomnyaschih wrote: > Hello, > > I'v

Problem Starting MySQL Daemon

2001-05-13 Thread Andrey Nepomnyaschih
Hello, I've been experiencing some problem starting mysqld automatically. The host (venus) OS is running FreeBSD-4.3 Stable. So there are startup script at /usr/local/etc/rc.d/ called mysql-server.sh. When system boots up it starts mysql daemon. But as soon as I can access console, m

Re: Could not start mysql daemon

2001-03-29 Thread Lindsay Adams
NT option until you really really really really really understand how the grant tables work together. On 3/29/01 7:47 AM, "Denis Mettler" <[EMAIL PROTECTED]> wrote: > Hi, > > I had a running system (suse Linux 7.1, php 4, mysql 3.22.32 and apache > 1.3.12). > but the

Could not start mysql daemon

2001-03-29 Thread Denis Mettler
Hi, I had a running system (suse Linux 7.1, php 4, mysql 3.22.32 and apache 1.3.12). but the mysql daemon is running in root. 10 minutes before i tried to add a new user in the table user of the db mysql. but i got no results. so, i tried again. -nothing! then i killed the mysql daemon. and

Could not start mysql daemon

2001-03-29 Thread Denis Mettler
Hi, I had a running system (suse Linux 7.1, php 4, mysql 3.22.32 and apache 1.3.12). but the mysql daemon is running in root. 10 minutes before i tried to add a new user in the table user of the db mysql. but i got no results. so, i tried again. -nothing! then i killed the mysql daemon. and

Re: Mysql Daemon...........

2001-03-01 Thread Gerald L. Clark
Since you did not ./mysql_install_db --user=mysql the files are owned by the wrong id. chown -R mysql /usr/home/treebc.com/mysql/var if that is the correct location for the database directories. nirmala wrote: > > Hi, > We have installed Mysql on our server(UNIX) . When I am telnet into

Re: Mysql Daemon...........

2001-02-28 Thread Mohamad Ilhami
On Thu, 1 Mar 2001, nirmala wrote: > Hi, > We have installed Mysql on our server(UNIX) . When I am telnet into the > server and try to start Mysql by below procedure, I am getting problem. > Anyone can help me. > > [/usr/home/tree/www/treebc.com] : {2} % cd mysql/bin > [/usr/home/tree/www/tr

Mysql Daemon...........

2001-02-28 Thread nirmala
Hi, We have installed Mysql on our server(UNIX) . When I am telnet into the server and try to start Mysql by below procedure, I am getting problem. Anyone can help me. [/usr/home/tree/www/treebc.com] : {2} % cd mysql/bin [/usr/home/tree/www/treebc.com/mysql/bin] : {3} % ls comp_err

RE: mysql daemon problem

2001-02-21 Thread Hyup Cho(Etec)
3 PM > To: Hyup Cho(Etec) > Cc: '[EMAIL PROTECTED]' > Subject: Re: mysql daemon problem > > On Tue, Feb 20, 2001 at 03:11:18PM -0800, Hyup Cho(Etec) wrote: > > Hi mysql support, > > > > I got the following error message whenever I tried to run mysqld

Re: mysql daemon problem

2001-02-20 Thread Jeremy D. Zawodny
On Tue, Feb 20, 2001 at 03:11:18PM -0800, Hyup Cho(Etec) wrote: > Hi mysql support, > > I got the following error message whenever I tried to run mysqld > daemon. > It worked before but it's something wrong about getting passwd, I > think. > What caused this error ? > My system is Linux i686 syst

mysql daemon problem

2001-02-20 Thread Hyup Cho(Etec)
Hi mysql support, I got the following error message whenever I tried to run mysqld daemon. It worked before but it's something wrong about getting passwd, I think. What caused this error ? My system is Linux i686 system. mysqld ended on Fri Feb 9 11:44:06 GMT 2001 mysqld started on Fri Feb 9 1

Re: mysql daemon fails to start.

2001-02-08 Thread kentj
Suse 7.0 when I ran rpm -Uhv MySql*3.23.32-1.i386.rpm against the sever, the client and the shared rpms.It ran without error and created the appropriate files on a 10 gig /var/lib/mysql. I moved the contents of mysql to /dbshare and created a symbolic link in /var/lib called mysql which pointed

mysql daemon fails to start.

2001-02-08 Thread Ezequiel Chernitsky
Hi, After trying to install mysql succesfully on RH7 (yes, it finally worked), I discovered that the daemon doesn´t start at boot. I tailed the log and it says this: 010208 10:25:03 mysqld started 010208 10:25:04 /usr/sbin/mysqld: Can't find file: './mysql/host.frm' (errno: 13) 010208 10:25:04

mysql daemon freezes! help!

2001-01-17 Thread Udo Giacomozzi
Hello , I am new to this list and have an urgent question because I need to get my problem fixed ASAP... Well, I have a web server that hosts a huge number of guestbooks and other homepage tools based on mysql. Every day approx. 20,000 connections to the mysql server are made and about one or tw