Re: Mysql Deamon Stop Automatically

2005-03-11 Thread Gleb Paharenko
Hello. What is in the error log? See: http://dev.mysql.com/doc/mysql/en/error-log.html Suresh [EMAIL PROTECTED] wrote: Hi Team, My Server's deamon goes down automatically, what are the basic steps to root cause. Thanks Suresh -- For technical support

Mysql Deamon Stop Automatically

2005-03-10 Thread Suresh
Hi Team, My Server's deamon goes down automatically, what are the basic steps to root cause. Thanks Suresh -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Can't Start Deamon - Installed MySQL 4.0.15 using YaST (SuSE 9.0 Pro)

2004-03-23 Thread Kevin Carpenter
Ye That Know, Short: Does YaST really install MySQL 'all-the-way', or do I now need to run 'make' and/or 'make install', or other similar commands? Long: Previously last week I had installed MySQL using rpm as detailed in a SAMS book http://tinyurl.com/2pq27 It installed fine and worked ok

Re: Can't Start Deamon - Installed MySQL 4.0.15 using YaST ( SuSE 9.0 Pro)

2004-03-23 Thread Kevin Carpenter
James, I try to start it at the command line using - mysql, mysqld, mysqld_safe - I've tried it as root and non-root. Yes, I get errors - they were listed in my origional post - I don't have then handy now. - I tired mysqld_safe, as you suggested, it bombed but the good thing

Re: Can't Start Deamon - Installed MySQL 4.0.15 using YaST ( SuSE 9.0 Pro)

2004-03-23 Thread Victoria Reznichenko
Kevin Carpenter [EMAIL PROTECTED] wrote: I try to start it at the command line using - mysql, mysqld, mysqld_safe - = I've tried it as root and non-root. Yes, I get errors - they were listed in my origional post - I don't have = then handy now. - I tired mysqld_safe,

RE: Can't Start Deamon - Installed MySQL 4.0.15 using YaST ( SuSE 9.0 Pro)

2004-03-23 Thread Odom, Duwayne
You need to install the default databases. -Original Message- From: Kevin Carpenter [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 23, 2004 11:32 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: Can't Start Deamon - Installed MySQL 4.0.15 using YaST ( SuSE 9.0 Pro) James, I

Question about compability of clients and the deamon

2003-10-27 Thread Brian Snyder
but not least, if we install mysql4 on a machine but then want to downgrade server revisions, would they be compatible to each other? IE: If we compile a server against the 4.0 development rpms, could it run against a 3.2 deamon... and vice versa? I've been reading alot about upgrading on the website

no deamon

2003-09-27 Thread gamalt tant
hi i installed mysql server4.0.15 and client on redhat8.0 usning rpm -i command. when i tried to start it using the command /etc/init.d/mysqld start redhat did not recognize myqld (no such file or dir) when i went to init.d i did not find mysqld then i went to /var/lib/mysql/mysql and searched

Re: changing mysqld deamon ownership.

2003-06-03 Thread 2Hosts.com
] To: 2Hosts.com [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Friday, May 30, 2003 1:15 AM Subject: Re: changing mysqld deamon ownership. Yeah...I don't think you need to make any changes.. On Fri, 30 May 2003, 2Hosts.com wrote: Thanks Kamara, So does that mean I don't need to change

Re: changing mysqld deamon ownership.

2003-06-02 Thread Nils Valentin
Hi Alan, you would have to do mysql -u root -p enter and then enter the password to connect. best regards Nils Valentin Tokyo/Japan 003 5 31 04:022Hosts.com : Hi Nils, So if I su to root and try to start mysql, I get the following... does that mean I'm secure? I am still finding the

Re: changing mysqld deamon ownership.

2003-05-31 Thread 2Hosts.com
Hi Nils, So if I su to root and try to start mysql, I get the following... does that mean I'm secure? I am still finding the very confusing, but doing my best to look it up on dejanews and in books etc so as to not stress this group too much. [root admin]# mysql ERROR 1045: Access denied for

Re: changing mysqld deamon ownership.

2003-05-31 Thread gerald_clark
It just means you didn't enter the password for root. 2Hosts.com wrote: Hi Nils, So if I su to root and try to start mysql, I get the following... does that mean I'm secure? I am still finding the very confusing, but doing my best to look it up on dejanews and in books etc so as to not stress

changing mysqld deamon ownership.

2003-05-30 Thread 2Hosts.com
Hi guys, On page 54 of the Sams teach yourself MySQL in 24 hrs it says the owner should not be root, and to change it. I can't seem to find out how to do this - could anyone guide me in the right direction please? I searched the list archives to no avail. Many thanks. :o) -- MySQL General

Re: changing mysqld deamon ownership.

2003-05-30 Thread Nils Valentin
Hi ???, I don't know which OS you are talking about, but I guess for a Linux OS. Try this: ps -u see on the left the Linux account it uses. ps -u USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND root 1266 0.0 0.0 1360 468 tty1 SMay28 0:00

Re: changing mysqld deamon ownership.

2003-05-30 Thread 2Hosts.com
Hi guys, On page 54 of the Sams teach yourself MySQL in 24 hrs it says the owner should not be root, and to change it. I can't seem to find out how to do this - could anyone guide me in the right direction please? I searched the list archives to no avail. Many thanks. :o) Sorry, forgot

Re: changing mysqld deamon ownership.

2003-05-30 Thread 2Hosts.com
, 2003 12:26 AM Subject: Re: changing mysqld deamon ownership. Hi ???, I don't know which OS you are talking about, but I guess for a Linux OS. Try this: ps -u see on the left the Linux account it uses. ps -u USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND root

Re: changing mysqld deamon ownership.

2003-05-30 Thread 2Hosts.com
Hi Nils, I tried what you said, here's what I got. Apologies in advance if I'm being a slowbee as well as a newbie/ [admin admin]$ ps -u USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND admin 9449 0.0 0.1 1700 936 pts/0S00:48 0:00 -bash admin13234 0.0

Re: changing mysqld deamon ownership.

2003-05-30 Thread Kamara Eric R-M
[admin admin]$ ps auxw | grep mysqld root 11073 0.0 0.1 1672 824 pts/0S01:12 0:00 sh /usr/bin/safe_mysqld --datadir=/var/lib/mysql --pid-file=/var/lib/ Presumably the root on line one shows it's running as root? this paragraph in the book is extremely sketchy. What this

Re: changing mysqld deamon ownership.

2003-05-30 Thread 2Hosts.com
Thanks Kamara, So does that mean I don't need to change anything? [admin admin]$ ps auxw | grep mysqld root 11073 0.0 0.1 1672 824 pts/0S01:12 0:00 sh /usr/bin/safe_mysqld --datadir=/var/lib/mysql --pid-file=/var/lib/ Presumably the root on line one shows it's running

Re: changing mysqld deamon ownership.

2003-05-30 Thread Kamara Eric R-M
Yeah...I don't think you need to make any changes.. On Fri, 30 May 2003, 2Hosts.com wrote: Thanks Kamara, So does that mean I don't need to change anything? [admin admin]$ ps auxw | grep mysqld root 11073 0.0 0.1 1672 824 pts/0S01:12 0:00 sh /usr/bin/safe_mysqld

Re: changing mysqld deamon ownership.

2003-05-30 Thread Nils Valentin
Hi ???, O.K let's translate this. [admin admin]$ ps -u mysql PID TTY TIME CMD 11096 pts/000:00:00 mysqld 11098 pts/000:00:00 mysqld 11099 pts/000:00:00 mysqld [admin admin]$ This shows you the proceses for the Linux user account mysql. You can see this account

Strarting another mysql deamon on the same server

2002-04-16 Thread vshlomit
Hi, I compile mysql-3.23.49. and I would like to run it first together with the old mysql. /usr/local/xxxmysqlxxx/bin/safe_mysqld --socket=/tmp/xxxmysqlxxx.sock --port=330 7 --user=myuser --pid-file=/usr/local/xxxmysqlxxx//var/mysqld.pid --datadir=/u sr/local/xxxmysqlxxx/var So I get the

MySQL deamon won't start...

2002-03-09 Thread Jurren Bouman
Dear All, Since I did some online updating from the SuSE website, only ssh and mod_php stuff, I'm unable to start the MySQL deamon. The error log says: 020310 00:08:00 mysqld started /usr/sbin/mysqld-max: Fatal error: Error message file '/usr/share/mysql/english/errmsg.sys' had only 212

RE: starting mysql deamon

2002-01-29 Thread Samy Elashmawy
-Original Message- From: Samy Elashmawy [mailto:[EMAIL PROTECTED]] Sent: Monday, January 28, 2002 11:17 AM To: [EMAIL PROTECTED] Subject: starting mysql deamon How do you start mysql autamaticaly on boot up ? Am running suse 7.2 linux with mysql installed to /usr/loca/mysql

starting mysql deamon

2002-01-28 Thread Samy Elashmawy
How do you start mysql autamaticaly on boot up ? Am running suse 7.2 linux with mysql installed to /usr/loca/mysql Thanks Samy __ Do You Yahoo!? Great stuff seeking new owners in Yahoo! Auctions! http://auctions.yahoo.com

RE: starting mysql deamon

2002-01-28 Thread Matthew Walker
: Monday, January 28, 2002 11:17 AM To: [EMAIL PROTECTED] Subject: starting mysql deamon How do you start mysql autamaticaly on boot up ? Am running suse 7.2 linux with mysql installed to /usr/loca/mysql Thanks Samy __ Do You Yahoo!? Great stuff seeking

Re: Can't run the mysql deamon on linux

2001-08-28 Thread Grigory Bakunov
Date |Tue, 28 Aug 2001 03:16:59 -0230 (NDT) From |Neil Zanella [EMAIL PROTECTED] Hello! NZ RedHat 7.1 users: NZ The command used to start mysqld on this platform is simply (as root): NZ # /etc/init.d/mysqld start NZ This is _all_ that is required. NZ Once that works you can set NZ the

Can't run the mysql deamon on linux

2001-08-27 Thread apprenticeJedi
Description: Can't run the mysql deamon at all. When I try running safe_mysqld (with root permission) i get the following message Starting mysqld daemon with databases from /var/lib/mysql 010828 15:18:22 mysqld ended When I attempt this as not the root user, I get permission problems

Re: Can't run the mysql deamon on linux

2001-08-27 Thread Neil Zanella
RedHat 7.1 users: The command used to start mysqld on this platform is simply (as root): # /etc/init.d/mysqld start This is _all_ that is required. Once that works you can set the mysql root user's password with mysqladmin if you are concerned about security on your intranet. Neil

Auto Startup failed - Mysql deamon

2001-08-03 Thread TestMonster
Hi I've followed exactly every step lin the README. 1. cp ./support-files/mysql.server to /etc/rc.d/ 2. create link /etc/rc0.d/S01mysql to /etc/rc.d/mysql.server 3. create link /etc/rc3.d/S99mysql to /etc/rc.d/mysql.server But the mysql deamon still can't start automatically during bootup

Re: Auto Startup failed - Mysql deamon

2001-08-03 Thread Grigory Bakunov
to /etc/rc.d/mysql.server T But the mysql deamon still can't start automatically during bootup. T I have no more idea how to trouble-shoot it. T Any comment would be greatly appreciated :-) T regards, T David Try to start up mysql.server manualy ? It's work