mysql error

2009-06-28 Thread thanos trompoukis
Hi all, I am new with FreeBSD and I have a problem with mysql. I have 6.2Release i386 I am running mysql 5.0.27 and It worked perfectly until the time that I formated /tmp (for some other reason) and now when I am trying to connect on mysql *I get this:* *[r...@leonidas:/]$ mysql ERROR 2002

Re: mysql error

2009-06-28 Thread Morgan Wesström
...@leonidas:/]$ mysql ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock2' (38)* *and when I edit /var/db/mysql/leonidas.MSHOME.err I see this:* *090628 14:49:19 mysqld started 090628 14:49:19 [Warning] Ignoring user change to 'ser=mysql' because

Re: mysql error

2009-06-28 Thread Manolis Kiagias
...@leonidas:/]$ mysql ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock2' (38)* Ha, I know this, it happened to me once I messed with tmp, and its pretty simple: /tmp has the sticky bit set. If you forget it, some programs fail mysteriously. So just do

Re: mysql error

2009-06-28 Thread Matthew Seaman
...@leonidas:/]$ mysql ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock2' (38)* *and when I edit /var/db/mysql/leonidas.MSHOME.err I see this:* *090628 14:49:19 mysqld started 090628 14:49:19 [Warning] Ignoring user change to 'ser=mysql' because the user was set

Re: mysql error

2009-06-28 Thread thanos trompoukis
when I am trying to connect on mysql *I get this:* *[r...@leonidas:/]$ mysql ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock2' (38)* *and when I edit /var/db/mysql/leonidas.MSHOME.err I see this:* *090628 14:49:19 mysqld started 090628 14:49:19

MySQL Error: Can't create a new thread (errno 35); if you are not out of available memory, you can consult the manual for a possible OS-dependent bug

2008-09-23 Thread Sam Nilsson
Hello, The error message: Can't create a new thread (errno 35); if you are not out of available memory, you can consult the manual for a possible OS-dependent bug Our website started getting this error several weeks ago (when we increased the number of application server machines connecting

Re: MySQL Error: Can't create a new thread (errno 35); if you are not out of available memory, you can consult the manual for a possible OS-dependent bug

2008-09-23 Thread Vincent Hoffman
Sam Nilsson wrote: Hello, The error message: Can't create a new thread (errno 35); if you are not out of available memory, you can consult the manual for a possible OS-dependent bug Our website started getting this error several weeks ago (when we increased the number of application server

Re: MySQL Error: Can't create a new thread (errno 35); if you are not out of available memory, you can consult the manual for a possible OS-dependent bug

2008-09-23 Thread Mel
On Tuesday 23 September 2008 12:13:58 Sam Nilsson wrote: DB Servers: One Master, Two Read Only (replication) 4 GB of Memory on each server FreeBSD 6.3-RELEASE-p3 FreeBSD 6.3-RELEASE-p3 MySQL 5.0.1 Here are some relevent items from my.cnf: - set-variable = max_connections=1000

Re: MySQL Error: Can't create a new thread (errno 35); if you are not out of available memory, you can consult the manual for a possible OS-dependent bug

2008-09-23 Thread Sam Nilsson
Vincent Hoffman wrote: If you havent already, you could try increasing the per process memory limit as per examples in http://unix.derkeiler.com/Mailing-Lists/FreeBSD/hackers/2008-05/msg00258.html (man tuning also says a bit about these tuneables but doesnt have the examples that post does)

Re: Mysql Error 1135

2004-11-28 Thread Lowell Gilbert
Akhthar Parvez. K [EMAIL PROTECTED] writes: I am getting following error message while accessing mysql. ERROR 1135: Can't create a new thread (errno 35). If you are not out of available memory, you can consult the manual for a possible OS-dependent bug What could be the problem? I know

Mysql Error 1135

2004-11-27 Thread Akhthar Parvez. K
Hi All, I am getting following error message while accessing mysql. ERROR 1135: Can't create a new thread (errno 35). If you are not out of available memory, you can consult the manual for a possible OS-dependent bug What could be the problem? I know that the problem is due to resources

Re: MySQL error 2013

2004-02-22 Thread Gabriel Ambuehl
Hi Derrick Ryalls, you wrote. DR I have even tried firing up mysqld with --skip-grant-tables to no avail. DR Googling around, I see lots of reference to glibc issues, but I thought DR that only applied to Linux. I have tried mysql41-server port (fresh DR cvsup), mysql40, and a package mysql323,

Re: MySQL error 2013

2004-02-22 Thread Erik Greenwald
On Sat, Feb 21, 2004 at 11:38:11PM -0800, Derrick Ryalls wrote: snip Googling around, I see lots of reference to glibc issues, but I thought that only applied to Linux. I have tried mysql41-server port (fresh cvsup), mysql40, and a package mysql323, and they all have the same issue. That

MySQL error 2013

2004-02-21 Thread Derrick Ryalls
I have been trying to get a working mysql daemon that allows connections from remote hosts. I can connect via local host just fine, but any time I try from my XP desktop via command center (or another remote client), I get this error immediately: ERROR 2013: Lost connection to MySQL server

mysql error and phpmyadmin how-to

2003-09-18 Thread Shawn Guillemette
get the following error when trying to log in to mysql as root like so .. # mysql -u root -p Enter password: ERROR 1045: Access denied for user: '[EMAIL PROTECTED]' (Using password: YES) I'm issuing this command as root. Also as root I have attempted to change the passwd.. # mysqladmin

Re: mysql error and phpmyadmin how-to

2003-09-18 Thread Rob
# mysql -u root -px (xxx=password) That is how I got around the same error Hope it helps. ROb On Thu, 2003-09-18 at 22:57, Shawn Guillemette wrote: get the following error when trying to log in to mysql as root like so .. # mysql -u root -p Enter password: ERROR 1045: Access denied

Re: mysql error and phpmyadmin how-to

2003-09-18 Thread Barry Hawkins
On Thursday, Sep 18, 2003, at 23:57 US/Eastern, Shawn Guillemette wrote: get the following error when trying to log in to mysql as root like so .. # mysql -u root -p Enter password: ERROR 1045: Access denied for user: '[EMAIL PROTECTED]' (Using password: YES) I'm issuing this command as

Re: mysql error and phpmyadmin how-to

2003-09-18 Thread Shawn Guillemette
Guillemette [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Thursday, September 18, 2003 6:41 PM Subject: Re: mysql error and phpmyadmin how-to On Thursday, Sep 18, 2003, at 23:57 US/Eastern, Shawn Guillemette wrote: get the following error when trying to log in to mysql as root like so

Re: mysql error and phpmyadmin how-to

2003-09-18 Thread Shawn Guillemette
;' or '\h' for help. Type '\c' to clear the buffer. mysql - Original Message - From: Barry Hawkins [EMAIL PROTECTED] To: Shawn Guillemette [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Thursday, September 18, 2003 6:41 PM Subject: Re: mysql error and phpmyadmin how-to On Thursday, Sep