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

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

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

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 i > have the

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've been experiencing so