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 my
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
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
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
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
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
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
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
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
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 the firewall, i'm using XP, and mysql 4.01
> ho
Hi,
Customer has found that port 3306 was open on another server in the cluster, and that
seems to be what was causing it.
Thanks for listening.
Quentin
-Original Message-
From: Quentin Bennett [mailto:[EMAIL PROTECTED]
Sent: Monday, 5 July 2004 9:52 a.m.
To: MySQL (E-mail)
Subject: Pr
> 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
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
> -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:/#
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
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
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
>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
>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
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
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:
>
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.
>
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
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
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)
&
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
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
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
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
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-
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
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
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.
---
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
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
[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 i
> have the
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
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've been experiencing so
38 matches
Mail list logo