Does anybody know what is the problem. MySql ran out of memory and I
have not been able to start it again. Here's an error from log file:
070827 15:09:17 mysqld started
^G/usr/sbin/mysqld: Character set 'utf8 |' is
not a compiled character set and is not specified in the
Hello.
Have you add mysql_enable="YES" and others to /etc/rc.conf?
See the contents of /usr/local/etc/rc.d/mysql-server.sh
Tim DeBoer <[EMAIL PROTECTED]> wrote:
>Hi everyone,
>I just installed mysql50-server, -client, and -scripts from Freebsd ports.
>Everything seemed to go well, no er
Hi everyone,
I just installed mysql50-server, -client, and -scripts from Freebsd ports.
Everything seemed to go well, no errors that I noticed anyway.
So, after installing I tried to start the mysql server.
/usr/local/etc/rc.d/mysql-server.sh start
Nothing happens. No error messages, no starting,
Saffa Kemokai wrote:
> I am unable to start mysql after several trials and fixes. I compiled
> a mysql 5.0.15 source for FreeBSD 5.3. It doesn't seem to have placed
> the files in their proper locations. Below is what I keep getting and
> I don't know now how to get it working. What do I need to
k
+61 417 268 665 - Mobile
+61 8 8408 4259 - Fax
-Original Message-
From: Saffa Kemokai [mailto:[EMAIL PROTECTED]
Sent: Friday, 11 November 2005 12:56 PM
To: mysql@lists.mysql.com
Subject: Can't start mysql 5.0.15
I am unable to start mysql after several trials and fixes. I compile
I am unable to start mysql after several trials and fixes. I compiled
a mysql 5.0.15 source for FreeBSD 5.3. It doesn't seem to have placed
the files in their proper locations. Below is what I keep getting and
I don't know now how to get it working. What do I need to do about
this "mysql.host" tabl
Hello.
It could be a bug, because you're using rather deprecated
software (Win98) and a very old MySQL 4.0.14.
A Z <[EMAIL PROTECTED]> wrote:
>
> MySQL 4.0.14 Win98 platform.
>
> what could cause the following error by typing
> mysqld --console.
>
> regards
>
>
> 050525
MySQL 4.0.14 Win98 platform.
what could cause the following error by typing
mysqld --console.
regards
050525 16:50:13 InnoDB: Database was not shut down
normally.
InnoDB: Starting recovery from log files...
InnoDB: Starting log scan based on checkpoint at
InnoDB: log sequence number 1 154545
PROTECTED]
Subject: Re: Can't start mysql server automatically
Michael Stassen <[EMAIL PROTECTED]> wrote:
O
> Well, clearly LD_LIBRARY_PATH isn't set at startup. That's one of the
> reasons LD_LIBRARY_PATH isn't really the Solaris way, and is not
> recommended. Wi
Michael Stassen <[EMAIL PROTECTED]> wrote:
O
> Well, clearly LD_LIBRARY_PATH isn't set at startup. That's one of the
> reasons LD_LIBRARY_PATH isn't really the Solaris way, and is not
> recommended. With a proper setup, you should never need LD_LIBRARY_PATH in
> Solaris.
>
> In any version of
Well, clearly LD_LIBRARY_PATH isn't set at startup. That's one of the
reasons LD_LIBRARY_PATH isn't really the Solaris way, and is not
recommended. With a proper setup, you should never need LD_LIBRARY_PATH in
Solaris.
In any version of Solaris, you can build with
-R /usr/local/lib
to creat
I configured MySQL to start automatically on a Sun Ultra10 running
Solaris 9 as per the installation instructions installing the following
scripts/links:
- /etc/init.d/mysql
- /etc/rc3.d/S99mysql
- /etc/rc0.d/K01mysql
The MySQL daemon however failed to start at system startup. The .err log
file
--Original Message-
From: Martin Gainty [mailto:[EMAIL PROTECTED]
Sent: Monday, September 01, 2003 2:13 PM
To: Bob Demers;
Subject: Re: Can't start MySQL
Bob-
I would start to look in
\Apache Group\Apache2\logs
and tell us what error.log says
-Martin
- Original Message -
Fr
Monday, September 01, 2003 1:12 PM
> Subject: Re: Can't start MySQL
>
> Bob-
> I would start to look in
> \Apache Group\Apache2\logs
> and tell us what error.log says
> -Martin
> - Original Message -
> From: "Bob Demers" <[EMAIL PROTECTE
Might also help if he would specify the O/S ...
- Original Message -
From: "Martin Gainty" <[EMAIL PROTECTED]>
To: "Bob Demers" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Monday, September 01, 2003 1:12 PM
Subject: Re: Can't start MySQL
Bob-
I would start to look in
\Apache Group\Apache2\logs
and tell us what error.log says
-Martin
- Original Message -
From: "Bob Demers" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, September 01, 2003 6:46 AM
Subject: Can't start MySQL
> I'
I've clearly done something worng but, novice that I am, I'm at a dead end
to figuring out just where I've gone astray. I've scoured the help files
and faqs locally and online but can't seem to find anything I recognize as
relevant. Perhaps someone can point me in the right direction.
Have insta
Todd and Guys,
Your advice helped me too. I think either Apple screwed up when set up
/tmp directory to be writeable by root only or since MySQL package has bug
or shall be installed ONLY as root user.
- Nicos
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To
Nicos,
Actually, MySQL should be installed by an administrator, but it should
be executed by root, which would permit the writing to the tmp dir.
Meaning everytime you kick off MySQL server, you'll need to do so as
root. This is usually how I dow it:
cd /usr/local/mysql
sudo echo
sudo ./bin/my
I figured out what happened, though I don't know when it happened...
I had screwed up the permissions for the /tmp/ directory, so the mysql
user could not create the socket it needed there. A well-placed chmod
and things are back in working order.
Thanks to all for the suggestions,
Todd
--
MySQ
Check your permissions in /usr/local/mysql, I think the package leaves
some incorrectly set.
The exact problem is usually logged in
/usr/local/mysql/data/.err this file is invaluable
Cheers!
--s
On Wednesday, July 2, 2003, at 09:24 AM, Todd O'Bryan wrote:
OK. I've verified that no mysqld is
OK. I've verified that no mysqld is running using Egor's command from
below, and
by using netstat (which someone else suggested) there is nothing
listening on port 3306.
Any new ideas?
Thanks,
Todd
On Wednesday, July 2, 2003, at 09:51 AM, Egor Egorov wrote:
"Todd O'Bryan" <[EMAIL PROTECTED]>
"Todd O'Bryan" <[EMAIL PROTECTED]> wrote:
> Something bad has happened. MySQL was up and running on my machine, but
> now it's not and I have a chicken and egg problem that I can't seem to
> solve...
>
> I uninstalled any old versions of MySQL and I'm using the package
> installer of version 4.
If you did not shutdown the server prior to the upgrade, you could have
left mysqld running, even after its socket was removed.
Use ps to see if mysqld is still running, and kill it if necessary.
Todd O'Bryan wrote:
Something bad has happened. MySQL was up and running on my machine,
but now it'
Something bad has happened. MySQL was up and running on my machine, but
now it's not and I have a chicken and egg problem that I can't seem to
solve...
I uninstalled any old versions of MySQL and I'm using the package
installer of version 4.0.13 on Mac OS 10.2.6.
When I "cd /usr/local/" and "s
David Kruszewski <[EMAIL PROTECTED]> wrote:
>
>>Description:
> 1: running safe_mysqld it just stops at end of statement
>
>
> bash-2.05a# safe_mysqld
> Starting mysqld daemon with databases from /var/lib/mysql
> 030618 10:09:11 mysqld ended
You can find what was wrong in the error log fil
tor:as above
>Organization:
Home user
>MySQL support: none
>Synopsis: Can't start mysql
>Severity:
>Priority:
>Category: mysql
>Class:
>Release: mysql-3.23.51 (Source distribution)
>Environment:
System: Linux adric 2.4.18 #
The reason is that if 'basedir' is read from 'my.cfg' then 'bindir'
is not set to $basedir/bin but to /compile-time-dir/bin
>How-To-Repeat:
1) Install mysql in a directory other than the one for which it was compiled.
2) Configure /etc/my.cnf to work with this ne
John,
> I'm trying to install MySQL 3.23 on a RedHat Linux Version 8.0 box
> using RPMs. The install seems to go well, but the log file
> contains:
> mysqld: Can't find file: './mysql/host.frm'
> From the docs, I understand this happens because I haven't set up
> the grant tables, but how can I
hi
have you run mysql_install_db ?
this sets up the mysql database initially
Peter
-Original Message-
From: John Almberg [mailto:[EMAIL PROTECTED]
Sent: 01 March 2003 20:44
To: [EMAIL PROTECTED]
Subject: Can't start mysql
I'm trying to install MySQL 3.23 on a RedHat Linux V
I'm trying to install MySQL 3.23 on a RedHat Linux Version 8.0 box using RPMs. The install seems to go well, but the log file contains:
mysqld: Can't find file: './mysql/host.frm'
From the docs, I understand this happens because I haven't set up the grant tables, but how can I do that if I can't
Installed mysql-3.23.43-pkg on Solaris Sparc 8. Get the missing library
error on everything I try.
Anyone know what to do?
Here's the error log entry for the command ./usr/local/bin/safe_mysqld
--user=mysql &
021004 21:41:12 mysqld started
ld.so.1: /usr/local/mysql/libexec/mysqld: fatal: libs
Hi!
It seems you still have an old mysqld running.
Check this:
ps ax | grep mysqld
and kill it if it does really present.
duo fu wrote:
>
> Dear all:
> I have just removed an old version of mysql and install MySQL3.23.51
> (tarball). After installation, I tried to start the server:
>
Dear all:
I have just removed an old version of mysql and install MySQL3.23.51
(tarball). After installation, I tried to start the server:
% bin/safe_mysqld &
It can't be started. Message stored in file: /mysql/var/hostname.err asking
"Do you already have another mysqld server running o
To: "Jan Peuker" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Sunday, April 28, 2002 10:31 AM
Subject: Re: Can't start mysql-service on Win XP
Hi Jan,
>
> I suppose you already tried this:
> http://www.mysql.com/doc/N/T/NT_start.html
I did!
>
> This cou
Hi Jan,
>
> I suppose you already tried this:
> http://www.mysql.com/doc/N/T/NT_start.html
I did!
>
> This could be problems w/ your path or your my.ini (overwritten my
> mysqladmin).
mysqld-nt --help has the correct basedir (.\mysql\) Oh, what's that?
In my.ini I just wrote "basedir=m
ssage -
From: "Sabine Richter" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, April 28, 2002 4:25 PM
Subject: Can't start mysql-service on Win XP
> Hello,
>
> for the first time I installed Mysql 3.23.49 on win XP professional.
> I installed it with
Hello,
for the first time I installed Mysql 3.23.49 on win XP professional.
I installed it with admin privileges, installed the service -so far
everything seemed to be ok. But when I tried to start the service, it
didn't start (failure number 1067).
I don't have any idea, what that failure number
I think I did something wrong. It was working OK (not great, but OK). Now
I can't start mysqld. (Error 2002 can't connect to MySQL server through
socket /var/lib...). I don't know if this matters, but for some reason I
deleted a .pid file that I thought was making me not able to start mysqld
> Hi,Sir:
>
> I found the message shows that:
> ---
> 04 01:13:40 mysqld started
> ^G/usr/local/mysql/libexec/mysqld: File './host-bin.1'
> not found (Errcode: 13)
> 04 1:13:40 Could not use host-bin for logging
> (error 13)
> InnoDB: Warning
Hi,Sir:
I found the message shows that:
---
04 01:13:40 mysqld started
^G/usr/local/mysql/libexec/mysqld: File './host-bin.1'
not found (Errcode: 13)
04 1:13:40 Could not use host-bin for logging
(error 13)
InnoDB: Warning: operating system e
EMAIL PROTECTED]>
>Originator:
>Organization: Acxiom Corporation
>MySQL support: none
>Synopsis: Can't start mysql daemon
>Severity: non-critical
>Priority: low
>Category: mysql
>Class: sw-bug
>Release: mysql-4.0.0-alpha (S
I got it. Thank you very very much for the help.
Ling
>From: Trond Eivind Glomsrød <[EMAIL PROTECTED]>
>To: Ling Wang <[EMAIL PROTECTED]>
>CC: <[EMAIL PROTECTED]>
>Subject: Re: Can't start MYSQL on Linux
>Date: Tue, 7 Aug 2001 23:03:41 -0400 (EDT)
&g
ect.de
# Gustav-Meyer-Allee 25, 13355 Berlin
# Tel: +49-30-46307-382 Fax: +49-30-46307-388
- Original Message -
From: "Ling Wang" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Wednesday, August 08, 2001 3:51 AM
Subject: Re: Can
Yes, that's it. It worked!!!
Thank you so much. Can I ask why?
Ling
>From: Gerald Clark <[EMAIL PROTECTED]>
>To: Ling Wang <[EMAIL PROTECTED]>
>CC: [EMAIL PROTECTED]
>Subject: Re: Can't start MYSQL on Linux
>Date: Tue, 07 Aug 2001 10:29:21 -0500
>
>
>On Wed, 8 Aug 2001, Ling Wang wrote:
> I have to login as root user to do mysql_install_db and safe_mysqld &.
> Otherwise I will get permission denied message.
You already made those files, and they're owned by root. You can't
overwrite them that way.
Just do a chown before you start the data
Ling
>From: [EMAIL PROTECTED] (Trond Eivind Glomsrød)
>To: "Ling Wang" <[EMAIL PROTECTED]>
>CC: [EMAIL PROTECTED]
>Subject: Re: Can't start MYSQL on Linux
>Date: 07 Aug 2001 00:13:51 -0400
>
>"Ling Wang" <[EMAIL PROTECTED]> writes:
&
mike cullerton <[EMAIL PROTECTED]> writes:
> on 8/6/01 10:13 PM, Trond Eivind Glomsrød at [EMAIL PROTECTED] wrote:
>
> > "Ling Wang" <[EMAIL PROTECTED]> writes:
> >
> >> I have a fresh installed Linux 7.1 from Redhat. The mysal 3.23.36 was
> >> installed together with the Redhat Linux. I can no
ginal Message -
From: "Ling Wang" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, August 07, 2001 4:02 AM
Subject: Can't start MYSQL on Linux
> I have a fresh installed Linux 7.1 from Redhat. The mysal 3.23.36 was
> installed together with the R
chown -R mysql /var/lib/mysql
Ling Wang wrote:
> I have a fresh installed Linux 7.1 from Redhat. The mysal 3.23.36 was
> installed together with the Redhat Linux. I can not start the mysql
> server by executing /usr/bin/safe_mysqld &. It always ends immediately.
> When I look at the /var/log/
on 8/6/01 10:13 PM, Trond Eivind Glomsrød at [EMAIL PROTECTED] wrote:
> "Ling Wang" <[EMAIL PROTECTED]> writes:
>
>> I have a fresh installed Linux 7.1 from Redhat. The mysal 3.23.36 was
>> installed together with the Redhat Linux. I can not start the mysql
>> server by executing /usr/bin/safe_m
"Ling Wang" <[EMAIL PROTECTED]> writes:
> I have a fresh installed Linux 7.1 from Redhat. The mysal 3.23.36 was
> installed together with the Redhat Linux. I can not start the mysql
> server by executing /usr/bin/safe_mysqld &.
You're not supposed to. To start mysql, as any service, do
service
I have a fresh installed Linux 7.1 from Redhat. The mysal 3.23.36 was
installed together with the Redhat Linux. I can not start the mysql server
by executing /usr/bin/safe_mysqld &. It always ends immediately. When I look
at the /var/log/mysql.log, the message says:
mysql started
/usr/libexec/
[EMAIL PROTECTED]>
Sent: Sunday, May 06, 2001 8:10 AM
Subject: neewbie can't start mysql via php connect to mysql
> If anyone can tell what I'm doing wrong, I will be greatly appreciaed.
>
> Here is the php code.
>
> $connection = mysql_connect("localhost&
If anyone can tell what I'm doing wrong, I will be greatly appreciaed.
Here is the php code.
MySql Connection
And here are the error messages:
If anyone can tell what I'm doing wrong, I will be greatly appreciaed.
Here is the php code.
MySql Connection
And here are the
- Original Message -
From: "Gerald L. Clark" <[EMAIL PROTECTED]>
To: "foxwoo" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Wednesday, March 07, 2001 10:03 PM
Subject: Re: can't start mysql
> foxwoo wrote:
> >
> > Dear,
> >
&
foxwoo wrote:
>
> Dear,
>
> I use Red Head 6 with mysql, php3 and apache, past all of them are work well, but
>one day the our DNS had some problem, after solve the DNS problems, we found we
>cannot restart our mysql. The error message is "mysqld daemon ended".
>
> The host.err is as below:
Dear,
I use Red Head 6 with mysql, php3 and apache, past all of them are work well, but one
day the our DNS had some problem, after solve the DNS problems, we found we cannot
restart our mysql. The error message is "mysqld daemon ended".
The host.err is as below:
mysqld started on Wed Mar
58 matches
Mail list logo