MySqld [problem]

2004-04-19 Thread Mozzi
When trying to start mysqld I get the following error #safe_mysqld Starting mysqld daemon with databases from /var/lib/mysql /usr/bin/safe_mysqld: line 275: 32649 Segmentation fault $NOHUP_NICENESS $ledir/$MYSQLD $defaults --basedir=$MY_BASEDIR_VERSION --datadir=$DATADIR $USER_OPTION

RE: MySqld [problem]

2004-04-19 Thread Dathan Vance Pattishall
PROTECTED] Sent: Monday, April 19, 2004 12:24 PM To: [EMAIL PROTECTED] Subject: MySqld [problem] When trying to start mysqld I get the following error #safe_mysqld Starting mysqld daemon with databases from /var/lib/mysql /usr/bin/safe_mysqld: line 275: 32649 Segmentation fault

mysqld problem

2003-06-17 Thread Mark Colvin
I am having difficulty stopping and starting my mysql server. The mysqld is currently running as all of the client machines can access the database. If I try to invoke the mysql command from the server box (linux 7.2) I get the following - error: 'Can't connect to local MySQL server through

Re: mysqld problem

2003-06-17 Thread gerald_clark
Pick/Create a different directory. Make it owned by mysql:mysql, and set it mode 775. Mysqld can not write to /usr/local/bin. Mark Colvin wrote: I am having difficulty stopping and starting my mysql server. The mysqld is currently running as all of the client machines can access the database.

RE: mysqld problem

2003-06-17 Thread Mark Colvin
2003 14:31 To: Mark Colvin Cc: MySQL Mailing List (E-mail) Subject: Re: mysqld problem Pick/Create a different directory. Make it owned by mysql:mysql, and set it mode 775. Mysqld can not write to /usr/local/bin. Mark Colvin wrote: I am having difficulty stopping and starting my mysql server

Mysqld problem

2003-06-04 Thread Grzegorz Golofit
I have problem with running mysqld I installed the following rpm packages incladed with RedHat 7.1 (Seawolf) edition cd`s which I am running on my machine: -mysql-3.23.36-1 - mysql-server-3.23.36.1 - mysql-devel-3.23.36-1 First I tried to initialize as a root tables with following command:

RE: Mysqld problem

2003-06-04 Thread Simon Green
Try this in mysql/bin/perror Tells you what the error code means. ---snip--- ./perror 13 Error code 13: Permission denied ---snip--- Simon -Original Message- From: Grzegorz Golofit [mailto:[EMAIL PROTECTED] Sent: 04 June 2003 08:36 To: [EMAIL PROTECTED] Subject: Mysqld problem I

Re: Mysqld problem

2003-06-04 Thread Stefan Hinz
Gregory, mysql started /usr/libexec/mysqld: Can`t find file ' ./mysql/host.frm' (errno: 13) mysqld ended You forgot to run the mysql_install_db script that sets up the initial grant tables: http://www.mysql.com/doc/en/Post-installation.html Regards, -- Stefan Hinz [EMAIL PROTECTED]

Re: Mysqld problem

2003-06-04 Thread Victoria Reznichenko
Grzegorz Golofit [EMAIL PROTECTED] wrote: I have problem with running mysqld I installed the following rpm packages incladed with RedHat 7.1 (Seawolf) edition cd`s which I am running on my machine: -mysql-3.23.36-1 - mysql-server-3.23.36.1 - mysql-devel-3.23.36-1 First I tried to

Mysqld problem

2003-03-23 Thread Phil Dobbin
I'm having a problem starting the mysqld. I'm running 3.23.51 on Mac OS X 10.1.5 and have a startup script which confirms on boot that it has started but doesn't. I've tried starting manually from the CLI but no luck. I looked in localhost.err and found: 030323 9:48:21

AW: Mysqld problem

2003-03-23 Thread Stefan Siefert
. in this. Greetings, Stefan -Ursprungliche Nachricht- Von: Phil Dobbin [mailto:[EMAIL PROTECTED] Gesendet: Sonntag, 23. Marz 2003 14:09 An: MySQL Betreff: Mysqld problem I'm having a problem starting the mysqld. I'm running 3.23.51 on Mac OS X 10.1.5 and have a startup script which confirms on boot

Re: AW: Mysqld problem

2003-03-23 Thread Phil Dobbin
). I basically cannot get mysqld to start in any shape or form, either from its system boot startup script or manually. Regards, Phil. -Ursprungliche Nachricht- Von: Phil Dobbin [mailto:[EMAIL PROTECTED] Gesendet: Sonntag, 23. Marz 2003 14:09 An: MySQL Betreff: Mysqld problem

Re: AW: AW: Mysqld problem

2003-03-23 Thread Phil Dobbin
? Regards, Phil. -Ursprungliche Nachricht- Von: Phil Dobbin [mailto:[EMAIL PROTECTED] Gesendet: Sonntag, 23. Marz 2003 16:21 An: Stefan Siefert; MySQL Betreff: Re: AW: Mysqld problem On 23/3/03 13:31, Stefan Siefert [EMAIL PROTECTED] wrote: Hi Phil, first of all I don't think

AW: AW: AW: Mysqld problem

2003-03-23 Thread Stefan Siefert
: Sonntag, 23. Marz 2003 16:33 An: Stefan Siefert; MySQL Betreff: Re: AW: AW: Mysqld problem On 23/3/03 15:27, Stefan Siefert [EMAIL PROTECTED] wrote: Hi Phil, ok, just to make sure your mysqld isn't damaged, what about replacing it with a new one (just binaries, not config and data)? Sounds a good

Re: AW: AW: AW: Mysqld problem

2003-03-23 Thread Phil Dobbin
On 23/3/03 15:41, Stefan Siefert [EMAIL PROTECTED] wrote: Hi Phil, I guess I don't know the best possible way (is there realy one?). But let's see... Your OS is OS X? At the moment you are using 3.23.51, the actual Version is 3.23.56 I think ... well you could date your system up I guess (

Re: Mysqld problem

2003-03-23 Thread Jeff Shapiro
It looks to me like you have a permissions problem with your directories. You need to make sure that the directory own for the mysql directory tree is your mysql user. You can't use the Users section of Systems Preferences to create the MySQL user, you have to use the NetInfo utility. Apple

Re: AW: AW: Mysqld problem

2003-03-23 Thread B. van Ouwerkerk
: Phil Dobbin [mailto:[EMAIL PROTECTED] Gesendet: Sonntag, 23. Marz 2003 16:21 An: Stefan Siefert; MySQL Betreff: Re: AW: Mysqld problem On 23/3/03 13:31, Stefan Siefert [EMAIL PROTECTED] wrote: Hi Phil, first of all I don't think your mysqld is damaged. I would first check the following

Re: Mysqld problem

2003-03-23 Thread Phil Dobbin
On 23/3/03 16:36, Jeff Shapiro [EMAIL PROTECTED] wrote: It looks to me like you have a permissions problem with your directories. You need to make sure that the directory own for the mysql directory tree is your mysql user. [...] I just checked your error code with: [~] [0] perror 13

RE:Mysqld always shuts down after running mysqld-problem solved thx

2002-09-28 Thread mailto
--- Weitergeleitete Nachricht / Forwarded Message --- Date: Fri, 27 Sep 2002 19:52:25 +0200 (MEST) From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Mysqld always shuts down after running mysqld Description: hi mysql team, i am a mysql newbie (my first time i install it) i give up, i

Re: RE:Mysqld always shuts down after running mysqld-problem solvedthx

2002-09-28 Thread John Coder
Just a thought look in your my.ini file and make sure the paths are correct. I too had this problem but I was upgrading to a binary from an rpm and that was where my problem was. the my.ini file expected the paths to be in /var instead of /usr/local. Hope this helps John Coder On Sat,

Re: Mysqld problem Re: ownership/permission problems

2001-04-04 Thread Brian Warn
the same ownership and permissions for the 'data' directories (if you've placed them somewhere else on the system (linked to 'var' via symbolic links). - Original Message - From: "Foresight Systems Ltd." [EMAIL PROTECTED] To: "Brian Warn" [EMAIL PROTECTED]; [EMAIL PROTECTED] S

Mysqld problem Re: ownership/permission problems

2001-04-03 Thread Foresight Systems Ltd.
Dear Sir, Since you already have mysql running, we seek your help in sorting out some problem. mysqld starts and ends instantaneously. BRWe are using Red Hat Linux 7.0 /Apache Server on PIII 550 intel processor. BRWe have compiled the mysql and installed version 3.23.32. BRThe contents of our

WG: Mysqld problem Re: ownership/permission problems

2001-04-03 Thread Breidenstein, Gerd
-Ursprungliche Nachricht- Von: Foresight Systems Ltd. [mailto:[EMAIL PROTECTED]] Gesendet am: Mittwoch, 4. April 2001 10:57 An: Brian Warn; Betreff: Mysqld problem Re: ownership/permission problems Dear Sir, Since you already have mysql running, we seek your help in sorting out some