RE: problem starting server

2011-04-26 Thread David Brian Chait
Go to the cmd line and type ps -ef , do you see mysqld listed? If so then it is already running. -Original Message- From: Gergely Buday [mailto:gbu...@gmail.com] Sent: Tuesday, April 26, 2011 5:56 AM To: mysql@lists.mysql.com Subject: problem starting server Hi there, I installed a

Re: problem starting server

2011-04-26 Thread Reindl Harald
Am 26.04.2011 14:56, schrieb Gergely Buday: > Hi there, > > I installed a mysql server on my Mac using homebrew. > > $ mysql --version > mysql Ver 14.12 Distrib 5.0.91, for apple-darwin10.0 (i386) using > EditLine wrapper > > When trying to start it I get > > $ mysql.server start > Starting M

problem starting server

2011-04-26 Thread Gergely Buday
Hi there, I installed a mysql server on my Mac using homebrew. $ mysql --version mysql  Ver 14.12 Distrib 5.0.91, for apple-darwin10.0 (i386) using EditLine wrapper When trying to start it I get $ mysql.server start Starting MySQL .. ERROR! The server quit without updating PID file (/usr/local/

Re: Problem starting connection pooling

2010-01-22 Thread Mark Witczak
skip-networking is OFF On 1/22/2010 12:09 PM, Mark Matthews wrote: On Jan 22, 2010, at 10:49 AM, Mark Witczak wrote: Alright, here is the entire log entry: Jan 21, 2010 9:40:35 PM org.apache.catalina.core.ApplicationContext log INFO: ContextListener: contextInitialized() Jan 21, 2010 9:40

Re: Problem starting connection pooling

2010-01-22 Thread Mark Matthews
On Jan 22, 2010, at 10:49 AM, Mark Witczak wrote: > Alright, here is the entire log entry: > > Jan 21, 2010 9:40:35 PM org.apache.catalina.core.ApplicationContext log > INFO: ContextListener: contextInitialized() > Jan 21, 2010 9:40:35 PM org.apache.catalina.core.ApplicationContext log > INFO: S

Re: Problem starting connection pooling

2010-01-22 Thread Mark Witczak
Alright, here is the entire log entry: Jan 21, 2010 9:40:35 PM org.apache.catalina.core.ApplicationContext log INFO: ContextListener: contextInitialized() Jan 21, 2010 9:40:35 PM org.apache.catalina.core.ApplicationContext log INFO: SessionListener: contextInitialized() Jan 21, 2010 9:43:06 PM or

Re: Problem starting connection pooling

2010-01-22 Thread Mark Matthews
On Jan 22, 2010, at 10:21 AM, Mark Witczak wrote: > [snip] > I create the WAR (jar cvf testapp.war *), undeploy the old version and > redeploy the new one through Tomcat Web Application Manager. Then restart > Tomcat (sudo /etc/init.d/tomcat restart). The result is: > > Jan 21, 2010 9:40:35 P

Problem starting connection pooling

2010-01-22 Thread Mark Witczak
I'm very new to MySQL, Tomcat, connection pooling, JSP, etc. and I've been banging my head against a wall for two weeks trying to get a simple program to connect to a MySQL database. *Vital Stats:* Ubuntu 9.10, Java 1.6.0_0, Java Servelet 2.5, Java Server Pages 2.1, JSTL 1.2, Apache2, Tomcat

Re: Problem starting

2006-02-20 Thread sheeri kritzer
Well, it says the "host.frm" file has the "wrong information". Have you tried mysql_fix_permissions? Or starting the server with --skip-grant-tables? It's possible the table itself is corrupt. You could also try backing up the data you have and running mysql_install_db to re-create the hosts fi

Re: Problem starting

2006-02-12 Thread DonM
On Saturday 11 February 2006 21:53, CasperLinux wrote: > I had a working database then had a power glitch shutdown the computer. > Afterwards I began receiving all sorts of errors. I cleaned through most > of them but this one is stumping me. I tried to uninstall and reinstall > mysql-server to n

Problem starting

2006-02-11 Thread CasperLinux
I had a working database then had a power glitch shutdown the computer. Afterwards I began receiving all sorts of errors. I cleaned through most of them but this one is stumping me. I tried to uninstall and reinstall mysql-server to no avail. Anyone have any kind words? arthur:/etc/X11# mys

Re: Problem starting MySQL With Moved Data Directory

2005-10-25 Thread Gleb Paharenko
Hello. > and restarted MySQL with /etc/init.d/mysql start, I get the following: > > Starting MySQL database server: mysqld. > Checking for crashed MySQL tables in the background. > /usr/bin/mysqladmin: connect to server at 'localhost' failed > error: 'Access denied for user: '[EMAIL PROTECT

Problem starting MySQL With Moved Data Directory

2005-10-22 Thread Hal Vaughan
I'm using MySQL 4.0.24-10 on Debian Sarge (Linux, and the stable branch of Debian, just to clarify). I had a setup of a program I've been working on for several years that is on a RAID. I changed MySQL's data directory so it will be on the same RAID and backed up, along with all my other data

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: Problem Starting mysqld on Tru64

2004-07-04 Thread Quentin Bennett
: Problem Starting mysqld on Tru64 Hi, A previously stable of "Ver 4.0.13-max for dec-osf5.1 on alphaev67" install on Tru64 today decided not to restart, with the error: 040705 9:31:52 Can't start server: Bind on TCP/IP port: Address already in use 040705 9:31:52 Do you alrea

Problem Starting mysqld on Tru64

2004-07-04 Thread Quentin Bennett
Hi, A previously stable of "Ver 4.0.13-max for dec-osf5.1 on alphaev67" install on Tru64 today decided not to restart, with the error: 040705 9:31:52 Can't start server: Bind on TCP/IP port: Address already in use 040705 9:31:52 Do you already have another mysqld server running on port: 33

Re: Problem starting up mysql

2003-09-09 Thread mathan
> I installed mysql 4.0.14 binary distribution on RedHat > 8.0 following the instructions in the manual. But I > can't get it to work. Please help. > > When I start mysql using the command: > > shell> bin/mysqld_safe --use=mysql & > > the following message shows: > "Starting mysqld daemon with

Problem starting up mysql

2003-09-09 Thread Claire Lee
Hi all, I installed mysql 4.0.14 binary distribution on RedHat 8.0 following the instructions in the manual. But I can't get it to work. Please help. When I start mysql using the command: shell> bin/mysqld_safe --use=mysql & the following message shows: "Starting mysqld daemon with databases

Re: Problem starting mysql server

2003-05-30 Thread Chris Tucker
You should probably also take a look at your error log (dbmaster.err)...it'll tell you in much more detail why mysqld ended rather than continued running as expected. Often this will be something as simple as your directory permissions not being set right on your data dir... Chris Nick Arnett

RE: Problem starting mysql server

2003-05-30 Thread Nick Arnett
> -Original Message- > From: Rehaz Golamnobee [mailto:[EMAIL PROTECTED] > Sent: Thursday, May 29, 2003 3:41 AM ... > I have just upgraded my MySQL from version 3.23 to 4.0.13. > > However I cannot start the server. When I type mysqld_safe & I > get the following : > > [1] 1730 > Linux:/#

Re: Problem starting mysql server

2003-05-29 Thread Sinisa Milivojevic
Rehaz Golamnobee writes: > Hi > > I have just upgraded my MySQL from version 3.23 to 4.0.13. > > However I cannot start the server. When I type mysqld_safe & I get the following : > > [1] 1730 > Linux:/# starting mysqld-max daemon with databases from /var/lib/mysql > 030529 11:10:51 mysqld ende

Problem starting mysql server

2003-05-29 Thread Rehaz Golamnobee
Hi I have just upgraded my MySQL from version 3.23 to 4.0.13. However I cannot start the server. When I type mysqld_safe & I get the following : [1] 1730 Linux:/# starting mysqld-max daemon with databases from /var/lib/mysql 030529 11:10:51 mysqld ended [1]+ Done mysqld_safe When I type

Re: Problem starting 4.0.12 server

2003-03-26 Thread Jeff Kilbride
TECTED]> Sent: Wednesday, March 26, 2003 2:10 PM Subject: Re: Problem starting 4.0.12 server > > >From: Jeff Kilpatrick <[EMAIL PROTECTED]> > >Cc: [EMAIL PROTECTED] > >Organization: > >Date: 26 Mar 2003 16:03:38 -0600 > > > >Yes, pr

Re: Problem starting 4.0.12 server

2003-03-26 Thread Saul
ytime trying to connect from inside php... may have to rebuild php... Already rebuilt the Perl modules... >--jeff > >- Original Message - >From: "Saul" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Cc: <[EMAIL PROTECTED]> >Se

Re: Problem starting 4.0.12 server

2003-03-26 Thread Saul
>From: Jeff Kilpatrick <[EMAIL PROTECTED]> >Cc: [EMAIL PROTECTED] >Organization: >Date: 26 Mar 2003 16:03:38 -0600 > >Yes, probably. I've never used a mysql rpm, so I don't know how they're >packaged. /var/lib/mysql is an odd place to stick that socket though. >I'v

Re: Problem starting 4.0.12 server

2003-03-26 Thread Saul
>From: Jeff Kilpatrick <[EMAIL PROTECTED]> >Cc: [EMAIL PROTECTED] >Organization: >Date: 25 Mar 2003 21:08:56 -0600 > >Does the mysql user have permission to write to /var/lib/mysql? >-jeff Well, it didn't. But, shouldn't it have been set that way after the rpm package w

Re: Problem starting 4.0.12 server

2003-03-26 Thread Jeff Kilpatrick
Yes, probably. I've never used a mysql rpm, so I don't know how they're packaged. /var/lib/mysql is an odd place to stick that socket though. I've always seen it in /tmp or someplace similar (and world readable). errno = 13 --> "Permission denied" Make sure that directory is owned by mysql, ie

Re: Problem starting 4.0.12 server

2003-03-25 Thread Jeff Kilpatrick
Does the mysql user have permission to write to /var/lib/mysql? -jeff On Tue, 2003-03-25 at 20:31, [EMAIL PROTECTED] wrote: > >Description: > Just installed the rpm files for Linux x86 downloaded from the web. > After installing rpm files, server won't start. The error (from the log) is: >

Problem starting 4.0.12 server

2003-03-25 Thread jaffe
>Description: Just installed the rpm files for Linux x86 downloaded from the web. After installing rpm files, server won't start. The error (from the log) is: 030325 21:23:41 mysqld started 030325 21:23:41 Can't start server : Bind on unix socket: Permission denied 030325 21:23:41 Do y

problem starting innodb support

2003-02-06 Thread Anirudha Kukreti
i am new to mysql, my problem is that i cannot create tables with type innodb i have made the entry innodb_data_file_path in my.cnf i am using mysql 4.0.2 alpha on red hat 7.1 could anybody plese help me? thanks anirudh - Before

Problem starting MySQL with chroot option

2003-01-28 Thread Dejan Milenkovic
When I try to start the server with the following options mysqld --chroot=/servers/mysql/ --user=mysql (options that are not relevant) I get an error [1] 379 Fatal error: Can't change to run as user 'mysql' ; Please check that the user exists! 030128 13:02:21 Aborting 030128 13:02:21 ./mysqld:

Re: Problem starting mysqld on SCO

2002-09-22 Thread Steven Kreuzer
did you run the mysql_install_db script to create the mysql database and populate it with the bare values necessary for mysql run? SK On Thursday, September 5, 2002, at 05:57 PM, Darryl Hoar wrote: > Greetings, > I downloaded the mysql-max-3.23.42-pc-sco3.2v5.0.6-i386 from MySQL > website. >

Re: Problem starting mysqld on SCO

2002-09-06 Thread Boyd Lynn Gerber
On Thu, 5 Sep 2002, Darryl Hoar wrote: > Greetings, > I downloaded the mysql-max-3.23.42-pc-sco3.2v5.0.6-i386 from MySQL website. > I installed it per the INSTALL-BINARY readme file. > > When I try (from /usr/local/mysql) issue: > bin/safe_mysqld --user=mysql & > > It starts and immediately stops

Re: Problem starting mysqld on SCO

2002-09-05 Thread Dicky Wahyu Purnomo
Pada Thu, 5 Sep 2002 16:57:35 -0500 "Darryl Hoar" <[EMAIL PROTECTED]> menulis : > 020904 21:41:45 mysqld started > 020904 21:41:45 bdb: > /var/opt/K/SCO/Unix/5.0.6Ga/usr/local/mysql-max-3.23.42-pc-sco3.2v5.0.6-i386 > /data/log.01: Permission denied > 020904 21:41:45 bdb: PANIC: Permission

Problem starting mysqld on SCO

2002-09-05 Thread Darryl Hoar
Greetings, I downloaded the mysql-max-3.23.42-pc-sco3.2v5.0.6-i386 from MySQL website. I installed it per the INSTALL-BINARY readme file. When I try (from /usr/local/mysql) issue: bin/safe_mysqld --user=mysql & It starts and immediately stops mysqld. The .err file contains 020904 21:41:45 mysql

Problem starting mysqld on SCO

2002-09-05 Thread Darryl Hoar
Greetings, I downloaded the mysql-max-3.23.42-pc-sco3.2v5.0.6-i386 from MySQL website. I installed it per the INSTALL-BINARY readme file. When I try (from /usr/local/mysql) issue: bin/safe_mysqld --user=mysql & It starts and immediately stops mysqld. The .err file contains 020904 21:41:45 mysql

Re: problem starting mysqld on Solaris 2.8 (source distribution)

2002-08-15 Thread Gerald Clark
gt; >Getting there (slowly) > >Regards, > >Mark > >-Original Message- >From: Mark Gillett [mailto:[EMAIL PROTECTED]] >Sent: Wednesday, August 14, 2002 5:26 PM >To: [EMAIL PROTECTED] >Subject: Re: problem starting mysqld on Solaris 2.8 (source >distribution) &

Re: problem starting mysqld on Solaris 2.8 (source distribution)

2002-08-14 Thread Mark Gillett
2 5:26 PM To: [EMAIL PROTECTED] Subject: Re: problem starting mysqld on Solaris 2.8 (source distribution) Hi All (Gerald), Not sure why that should make a difference as the daemon is trying (it claims) to write to /usr/local/mysql/var. Have updated the privs : from ls -al /usr/local/mysql/var

Re: problem starting mysqld on Solaris 2.8 (source distribution)

2002-08-14 Thread Mark Gillett
Hi All (Gerald), Not sure why that should make a difference as the daemon is trying (it claims) to write to /usr/local/mysql/var. Have updated the privs : from ls -al /usr/local/mysql/var total 32 drw-rw-rw- 4 mysqlmysql512 Aug 14 11:27 . drwxr-xr-x 12 mysqlmysql512

Re: problem starting mysqld on Solaris 2.8 (source distribution)

2002-08-14 Thread Gerald Clark
Look again. /usr/local/mysql is owned by root. Mark Gillett wrote: >Hi all, > >Have built mysql (mysql-3.23.49.tar.gz) > > --prefix=/usr/local/mysql --with-named-z-libs=no --with-low-memory --enable >-assembler > >on a new Solaris machine that we have (v 2.8, patched to June 8_Reccomended

problem starting mysqld on Solaris 2.8 (source distribution)

2002-08-14 Thread Mark Gillett
Hi all, Have built mysql (mysql-3.23.49.tar.gz) --prefix=/usr/local/mysql --with-named-z-libs=no --with-low-memory --enable -assembler on a new Solaris machine that we have (v 2.8, patched to June 8_Reccomended patch level). The configure, make and install seemed to go ok and were done

Re: RE: Problem starting server

2002-05-28 Thread Egor Egorov
Neville, Tuesday, May 28, 2002, 11:23:06 AM, you wrote: NL> this is the error message I get NL> "Can't connect to local MySQL server through socket NL> '/var/lib/mysql/mysql.sock' (2)" NL> Why is this ? Check permissions on the MySQL datadir. Look also into the .err file in the MySQL data dir

RE: Problem starting server

2002-05-28 Thread Neville Lewis
this is the error message I get "Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)" Why is this ? Here is a copy of the my.cnf file [mysqld] datadir=/var/lib/mysql socket=/var/lib/mysql/mysql.sock [mysql.server] user=mysql basedir=/var/lib [safe_mysqld] err-

Re: Re: Fw: Problem starting server

2002-05-28 Thread Egor Egorov
Matt, Monday, May 27, 2002, 9:39:05 PM, you wrote: MH> Been there, done that. Didn't change a thing. MH> Guess I should have changed the e-mail before resending it, but I'm not MH> really sure what the problem is. The server won't start for more than a MH> tenth of a second. Here's what happe

Re: Fw: Problem starting server

2002-05-27 Thread Matt Hargraves
rpm again. Matt - Original Message - From: "Mark" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, May 27, 2002 5:47 PM Subject: Re: Fw: Problem starting server > - Original Message - > From: "Matt Hargraves" <[EMAIL PROTECTED]&

Re: Fw: Problem starting server

2002-05-27 Thread Mark
- Original Message - From: "Matt Hargraves" <[EMAIL PROTECTED]> To: "Mark" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, May 27, 2002 11:19 PM Subject: Re: Fw: Problem starting server > I tried adding skip-innodb to the my.cnf file under

Fw: Problem starting server

2002-05-27 Thread Matt Hargraves
- Original Message - From: "Matt Hargraves" <[EMAIL PROTECTED]> To: "Mark" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, May 27, 2002 5:19 PM Subject: Re: Fw: Problem starting server OK, there really is nothing more to my install, installe

Re: Fw: Problem starting server

2002-05-27 Thread Matt Hargraves
dd reason I'm feeling like the skip-innodb entry is not appropriate, since it's the only entry that doesn't have an '=' in the middle of it though. Matt - Original Message - From: "Mark" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: M

Re: Fw: Problem starting server

2002-05-27 Thread Phil Dobbin
graves" <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]> > Sent: Monday, May 27, 2002 3:56 PM > Subject: Re: Fw: Problem starting server > > > > > > Not really. Try looking in /usr/local/mysql/bin where on most *nixs > the > start-up script resides

Re: Fw: Problem starting server

2002-05-27 Thread Matt Hargraves
: "Matt Hargraves" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, May 27, 2002 3:56 PM Subject: Re: Fw: Problem starting server > > Not really. Try looking in /usr/local/mysql/bin where on most *nixs the start-up script resides (safe_mysqld). > > To modif

Re: Fw: Problem starting server

2002-05-27 Thread Mark
- Original Message - From: "Matt Hargraves" <[EMAIL PROTECTED]> To: "Phil Dobbin" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, May 27, 2002 8:39 PM Subject: Re: Fw: Problem starting server > Been there, done that. Didn't change

Re: Fw: Problem starting server

2002-05-27 Thread Phil Dobbin
;Sorry. Your message could not be delivered to: w3d3demo (Mailbox or Conference is full.)" when posting to your address (in the To: Field). > - Original Message - > From: "Phil Dobbin" <[EMAIL PROTECTED]> > To: "Matt Hargraves" <[EMAIL PROTECTED]

Re: Fw: Problem starting server

2002-05-27 Thread Matt Hargraves
running. Does that help? - Original Message - From: "Phil Dobbin" <[EMAIL PROTECTED]> To: "Matt Hargraves" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, May 27, 2002 1:32 PM Subject: Re: Fw: Problem starting server > On 27/5/02 a

Re: Fw: Problem starting server

2002-05-27 Thread Phil Dobbin
On 27/5/02 at 12:47, [EMAIL PROTECTED] (Matt Hargraves) wrote: > I keep getting the following error: > > error: 'Can't connect to MySQL server through the socket > '/var/lib/mysql/mysql.sock' (111) 'Check that mysqld is running and > that the > socket: '/var/lib/mysql/mysql.sock' exists! Try t

Fw: Problem starting server

2002-05-27 Thread Matt Hargraves
I keep getting the following error: error: 'Can't connect to MySQL server through the socket '/var/lib/mysql/mysql.sock' (111) 'Check that mysqld is running and that the socket: '/var/lib/mysql/mysql.sock' exists! This wouldn't be a problem, but mysql.sock does exist and when I try to run either

Re: Problem starting server

2002-05-27 Thread Egor Egorov
Matt, Monday, May 27, 2002, 9:20:32 AM, you wrote: MH> I keep getting the following error: MH> error: 'Can't connect to MySQL server through the socket MH> '/var/lib/mysql/mysql.sock' (111)' MH> Check that mysqld is running and that the socket: MH> '/var/lib/mysql/mysql.sock' exists! MH> This w

Problem starting server

2002-05-27 Thread Matt Hargraves
I keep getting the following error: error: 'Can't connect to MySQL server through the socket '/var/lib/mysql/mysql.sock' (111)' Check that mysqld is running and that the socket: '/var/lib/mysql/mysql.sock' exists! This wouldn't be a problem, but mysql.sock does exist and when I try to run either

problem starting mysqld

2001-07-20 Thread Barry Botha
Hi all When I start mysqld using /etc/rc.d/init.d/mysqld start it starts ok alhtough when I say mysqld status I get the following error : mysqld dead substatus locked i cannot connect to the server at all please help thanks Barry

Re: Problem starting mysqlGui

2001-06-23 Thread Sinisa Milivojevic
Arnor Sigfusson writes: > Hi > I was trying MySQL on a RedHat 7.0 for the first time using MySQLGUI. But > when I try to connect I get: > > Can't connect to local MySQL server through socket '' (111)" > > Arnor Sigfusson > > Arnor Sigfusson Tel:+354 5574488 > FutureMedTecMobile

Fw: Problem starting mysqlGui

2001-06-22 Thread yann . carlier
I think you must start the mySQL server to connect - Original Message - From: "Trond Eivind Glomsrød" <[EMAIL PROTECTED]> To: "Arnor Sigfusson" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, June 22, 2001 5:07 PM Subject: Re: Problem

Re: Problem starting mysqlGui

2001-06-22 Thread Trond Eivind Glomsrød
Arnor Sigfusson <[EMAIL PROTECTED]> writes: > Hi > I was trying MySQL on a RedHat 7.0 for the first time using > MySQLGUI. But when I try to connect I get: Have you applied all updates, and can you connect through the mysql CLI client? -- Trond Eivind Glomsrød Red Hat, Inc. ---

Problem starting mysqlGui

2001-06-22 Thread Arnor Sigfusson
Hi I was trying MySQL on a RedHat 7.0 for the first time using MySQLGUI. But when I try to connect I get: Can't connect to local MySQL server through socket '' (111)" Arnor Sigfusson Arnor Sigfusson Tel:+354 5574488 FutureMedTecMobile: +354 8949960 Storhofda 17

Re: Problem starting MySql server

2001-06-10 Thread Neil Zanella
On Sun, 10 Jun 2001, Brian Walker wrote: > [root@www data]# telnet www.sfslsports.com 3306 > Trying 209.15.183.134... > Connected to www.sfslsports.com. > Escape character is '^]'. > ( > 3.23.38)fHv:[?e > > Bad handshakeConnection closed by foreign host. If you can see version number then

Re: Problem starting MySql server

2001-06-10 Thread Ed Carp
Brian Walker ([EMAIL PROTECTED]) writes: > 010609 14:40:21 Do you already have another mysqld server running on port: > 3306 > ? > The manual said to try to telnet in on port 3306 so I did that and got this: > > [root@www data]# telnet www.sfslsports.com 3306 > Trying 209.15.183.134... > Conn

Problem starting MySql server

2001-06-10 Thread Brian Walker
Hello I am having a terrible time trying to start my MySQL server after it installed. My system is a Cobalt RAQ 3, w/ a Linux OS, I installed MySQL version 3.23.38-pc-linux-gnu-i686 The problem comes when I type: './bin/safe_mysqld' I get this: Starting mysqld daemon with databases from /usr/l

Problem starting mysql server

2001-06-08 Thread Weining Zhao
I donwloaded the mysql 3.23.38 binary for AIX 4.3.3 and installed an IBM rs6000 workstation. When I try to start mysql server with safe_mysqld, I got following error message: > Start MySQL server deamon exec(): 0509-036 Cannot load program /usr/local/mysql/bin/my_print_defaults be

Re: Problem starting Mysql

2001-06-08 Thread Sinisa Milivojevic
[EMAIL PROTECTED] writes: > Hello, I need some help to solve a problem starting mysql . I have installed all the >files in a specific directory, and modify basedir, datadir et pid_file in the file : >support-files/mysql.server. Running the daemon is OK but when i try to start mysql

Problem starting Mysql

2001-06-08 Thread nicole . paleirac_external
Hello, I need some help to solve a problem starting mysql . I have installed all the files in a specific directory, and modify basedir, datadir et pid_file in the file : support-files/mysql.server. Running the daemon is OK but when i try to start mysql i have the following message : error 2002

Problem starting Mysql

2001-05-23 Thread Richard Kurth
I keep getting this message in the mysql .err file I have no id as to what to do or even look at. 010519 11:57:54 mysqld started /usr/sbin/mysqld: ready for connections 010520 4:02:33 /usr/sbin/mysqld: Binlog closed, cannot RESET MASTER Status information: Current locks: key_cache status:

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
e 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, > my

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

problem starting mysql server

2001-04-26 Thread Mark Leedham
>Description: My Mysql server will not start properly. I am attempting to start it from /usr/local/mysql, by typing the following command :- bin/safe_mysqld -u root & The screen responds with :- [1] 5848 # Starting mysqld daemon with databases from /usr/local/mysql/data mysqld daem

Re: Newbie has problem starting mysql 3.23

2001-04-11 Thread Gerald Clark
Read the mysqld error logs in mysql's var directory. If you are using the RPMs on RH7.0 CD, don't. GO to mysql.com or redhat.com and get new ones. Marc Gear wrote: > > I've been having enormous problems starting the mysql daemon and conencting > to it. > if i start the it with safe_mysqld i get

Re: Newbie has problem starting mysql 3.23

2001-04-11 Thread B. van Ouwerkerk
>if i start the it with safe_mysqld i get: ./safe_mysqld & ># safe_mysqld >Starting mysqld daemon with databases from /var/lib/mysql >mysqld daemon ended Any additional messages? Any messages in syslog?? Bye, B. - Before

Newbie has problem starting mysql 3.23

2001-04-11 Thread Marc Gear
I've been having enormous problems starting the mysql daemon and conencting to it. if i start the it with safe_mysqld i get: # safe_mysqld Starting mysqld daemon with databases from /var/lib/mysql mysqld daemon ended at whcih point it returns me to the prompt and there is no mysql services runni

Problem starting mysql with bdb

2001-02-28 Thread Suraj Sharma
Hello, I have compiled  mysql-3.23.33 with Berkeley Db 3.2.9a Iam not bale to startup the mysql deamon using safe_mysqld script. Iam getting the following message in the error file under data dir  /usr/local/var 010228 19:06:09  mysqld started 010228 19:06:10  bdb:  Recovery function for LSN 1 63

Problem starting MySQL

2001-02-26 Thread Bjorn Harvold
I've tried to install MySQL in all the different ways (binary, source and rpm) on my RH v6.2 but end up with the same result. After install I try to start safe_mysqld (safe_mysqld -user mysql &) but it shuts down immediately afterwards. I check out the error log and it tells me that "--password