Can't open file error number 24

2010-01-10 Thread Sathish
Hi, We have been using MYSQL in our dedicated server for long time without problem, Suddenly we noticed an error stating Can't open file error number 24. When we rebooted the machine , MYSQL started working again fine. We have to fix this problem not to happen again, We have Opened

RE: Can't open file error number 24

2010-01-10 Thread Neil Aggarwal
problem, Suddenly we noticed an error stating Can't open file error number 24. If I recall correctly, error 24 means the disk partition is full. Neil -- Neil Aggarwal, (281)846-8957, http://UnmeteredVPS.net MySQL pre-installed on a virtual private server for $25/mo Unmetered

Re: Can't open file error number 24

2010-01-10 Thread Dan Nelson
In the last episode (Jan 11), Sathish said: We have been using MYSQL in our dedicated server for long time without problem, Suddenly we noticed an error stating Can't open file error number 24. When we rebooted the machine , MYSQL started working again fine. We have to fix this problem

Try to create a tunnel SSH to remote DB server, but with error Number 2013

2009-06-29 Thread Lin Chun
the configuration , the localhost is suceed listening port 6001 but when I try to connect the server in my pc , it shows MySQL error Number 2013 lost connection to Mysql server during query' Should I have to change some configuration in server to support this kind of connenction? Regards

Re: How to get Error Number and Error Message 2nd Try

2009-02-16 Thread Al
Paul DuBois wrote: On Feb 10, 2009, at 11:26 PM, Al wrote: I know that all of the prgramming interfaces have the ability to issue a Function Call to get error number for the most recently invoked MySQL function and the error message for the most recently invoked MySQL function

Re: How to get Error Number and Error Message 2nd Try

2009-02-13 Thread Paul DuBois
On Feb 10, 2009, at 11:26 PM, Al wrote: I know that all of the prgramming interfaces have the ability to issue a Function Call to get error number for the most recently invoked MySQL function and the error message for the most recently invoked MySQL function such as in C using

How to get Error Number and Error Message

2009-02-10 Thread Al
I know that all of the prgramming interfaces have the ability to issue a Function Call to get error number for the most recently invoked MySQL function and the error message for the most recently invoked MySQL function such as in C using *mysql_errno() etc. BUT * Surely

How to get Error Number and Error Message 2nd Try

2009-02-10 Thread Al
I know that all of the prgramming interfaces have the ability to issue a Function Call to get error number for the most recently invoked MySQL function and the error message for the most recently invoked MySQL function such as in C using *mysql_errno() etc. BUT * Surely

Re: MySQL Error Number 1045 Access denied

2008-08-18 Thread Andy Shellam
GUI. This should solve the problem. CHAVA On Sat, Aug 16, 2008 at 10:22 PM, AndrewMcHorney [EMAIL PROTECTED]wrote: Hello I am still getting the MySQL Error Number 1045 Access denied error message when running the adminstrator gui. I attempted to start mysql from the dos command line via

Re: MySQL Error Number 1045 Access denied

2008-08-18 Thread Sharad
16, 2008 at 10:22 PM, AndrewMcHorney [EMAIL PROTECTED]wrote: Hello I am still getting the MySQL Error Number 1045 Access denied error message when running the adminstrator gui. I attempted to start mysql from the dos command line via mysql and I am getting the following. ERROR 1045 (28000

Re: MySQL Error Number 1045 Access denied

2008-08-18 Thread Andy Shellam
. CHAVA On Sat, Aug 16, 2008 at 10:22 PM, AndrewMcHorney [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]wrote: Hello I am still getting the MySQL Error Number 1045 Access denied error message when running the adminstrator

Re: MySQL Error Number 1045 Access denied

2008-08-18 Thread Paul Choi
the problem. CHAVA On Sat, Aug 16, 2008 at 10:22 PM, AndrewMcHorney [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]wrote: Hello I am still getting the MySQL Error Number 1045 Access denied error message

Re: MySQL Error Number 1045 Access denied

2008-08-17 Thread Sreekanth CHAVA
]wrote: Hello I am still getting the MySQL Error Number 1045 Access denied error message when running the adminstrator gui. I attempted to start mysql from the dos command line via mysql and I am getting the following. ERROR 1045 (28000): Access denied for user 'ODBC'@'localhost' (using

Re: MySQL Error Number 1045 Access denied

2008-08-17 Thread AndrewMcHorney
. CHAVA On Sat, Aug 16, 2008 at 10:22 PM, AndrewMcHorney [EMAIL PROTECTED]wrote: Hello I am still getting the MySQL Error Number 1045 Access denied error message when running the adminstrator gui. I attempted to start mysql from the dos command line via mysql and I am getting the following

MySQL Error Number 1045 Access denied

2008-08-16 Thread AndrewMcHorney
Hello I am still getting the MySQL Error Number 1045 Access denied error message when running the adminstrator gui. I attempted to start mysql from the dos command line via mysql and I am getting the following. ERROR 1045 (28000): Access denied for user 'ODBC'@'localhost' (using password

Error number 5 means 'Input/output error'.

2008-07-18 Thread Kaushal Shriyan
:29:21 InnoDB: Error: the OS said file flush did not succeed 080718 3:29:21 InnoDB: Operating system error number 5 in a file operation. InnoDB: Error number 5 means 'Input/output error'. InnoDB: Some operating system error numbers are described at InnoDB: http://dev.mysql.com/doc/refman/5.0/en

RE: MySql Error Number 1130

2006-04-13 Thread Duzenbury, Rich
the (incorrect) socket? Thank you. Regards, Rich -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 12, 2006 6:00 PM To: mysql@lists.mysql.com Subject: Re: MySql Error Number 1130 When you are trying to connect to port 3307, for example

Re: MySql Error Number 1130

2006-04-13 Thread gerald_clark
Duzenbury, Rich wrote: Wow, I found the problem! I think this may be a bug. In my case, I've got three instances running on ports 3306, 3307, and 3320. On the local machine, I connect to them via mysql -p --port-3306 --host=localhost mysql -p --port-3307 --host=localhost mysql -p

RE: MySql Error Number 1130

2006-04-13 Thread Duzenbury, Rich
localhost means socket. Hmm, I don't believe it does. localhost is a DNS shortcut to the IP address of the local machine. If that is how mysql wants to treat things, then it should issue an error message on connect because --host=localhost and --port=anything would then be mutually

Re: MySql Error Number 1130

2006-04-13 Thread Barry
Duzenbury, Rich wrote: localhost means socket. Hmm, I don't believe it does. localhost is a DNS shortcut to the IP address of the local machine. If that is how mysql wants to treat things, then it should issue an error message on connect because --host=localhost and --port=anything would

RE: MySql Error Number 1130

2006-04-13 Thread Duzenbury, Rich
-Original Message- From: Barry [mailto:[EMAIL PROTECTED] Sent: Thursday, April 13, 2006 9:41 AM To: mysql@lists.mysql.com Subject: Re: MySql Error Number 1130 Duzenbury, Rich wrote: localhost means socket. Hmm, I don't believe it does. localhost is a DNS shortcut

RE: MySql Error Number 1130

2006-04-13 Thread Shawn Green
--- Duzenbury, Rich [EMAIL PROTECTED] wrote: -Original Message- From: Barry [mailto:[EMAIL PROTECTED] Sent: Thursday, April 13, 2006 9:41 AM To: mysql@lists.mysql.com Subject: Re: MySql Error Number 1130 Duzenbury, Rich wrote: localhost means socket

RE: MySql Error Number 1130

2006-04-13 Thread Duzenbury, Rich
Interesting. I have never heard of that option. LX09:/home/rduz/backup # mysql -p -h. --port=3307 Enter password: ERROR 2005 (HY000): Unknown MySQL server host '.' (1) Perhaps it no longer functions? Thanks. Regards, Rich -- MySQL General Mailing List For list archives:

MySql Error Number 1130

2006-04-12 Thread Duzenbury, Rich
Error Number 1130, Host 'nnn.nnn.nnn.nnn' is not allowed to connect to this MySQL server. I've been googling and reading manuals all day, and haven't made a dent. User Table *** 1. row *** Host: % User: root

Re: MySql Error Number 1130

2006-04-12 Thread mysql
, Duzenbury, Rich wrote: To: mysql@lists.mysql.com From: Duzenbury, Rich [EMAIL PROTECTED] Subject: MySql Error Number 1130 Hi all, I am setting up two additional instances of mysql on my mysql server, which is running version 5.0.18-standard-log. I've got the additional instances set up

Operating system error number 995

2005-06-09 Thread Nirmal Shah
: Operating system error number 995 in a file operation. InnoDB: Some operating system error numbers are described at InnoDB: http://dev.mysql.com/doc/mysql/en/Operating_System_error_codes.html InnoDB: File name .\ibdata1 InnoDB: File operation call: 'Windows aio'. InnoDB: Cannot continue operation. I

Re: Operating system error number 995

2005-06-09 Thread ManojW
PROTECTED] To: mysql@lists.mysql.com Sent: Thursday, June 09, 2005 2:59 PM Subject: Operating system error number 995 Hi, I am running mysql 4.1.10 on windows 2000 professional operating system. Recently i upgraded the mysql version from 3.23.54 to the current version. Problem: the mysql server

Workaround for Windows bug in 4.1.9 in innodb_file_per_table: operating system error number 87

2005-01-20 Thread Heikki Tuuri
Hi! If you have put: innodb_file_per_table in your my.cnf or my.ini in Windows, and try to run MySQL-4.1.9, the mysqld server exits and prints: 050117 3:07:59 InnoDB: Operating system error number 87 in a file operation. to the .err log. You can work around the bug in 4.1.9 by putting

Re: InnoDB: Operating system error number 13 in a file operation

2003-07-09 Thread Egor Egorov
Mark Depenbrock [EMAIL PROTECTED] wrote: Can not make mysql connection - error log: 030708 08:53:48 mysqld started 030708 8:53:49 InnoDB: Operating system error number 13 in a file operation. InnoDB: See http://www.innodb.com/ibman.html for installation help. InnoDB: The error means

Re: InnoDB: Operating system error number 13 in a file operation

2003-07-09 Thread Mark Depenbrock
in the original install. Any more suggestions please, I am at a loss. Mark D. On Wednesday, July 9, 2003, at 09:26 AM, Egor Egorov wrote: Mark Depenbrock [EMAIL PROTECTED] wrote: Can not make mysql connection - error log: 030708 08:53:48 mysqld started 030708 8:53:49 InnoDB: Operating system error number

RE: InnoDB: Operating system error number 13 in a file operation

2003-07-09 Thread Rudy Metzger
Message- From: Mark Depenbrock [mailto:[EMAIL PROTECTED] Sent: woensdag 9 juli 2003 16:35 To: Egor Egorov Cc: [EMAIL PROTECTED] Subject: Re: InnoDB: Operating system error number 13 in a file operation Hello Egor, You give me hope but... I attempted to set up permissions but it appears that I

Re: InnoDB: Operating system error number 13 in a file operation

2003-07-09 Thread Mark Depenbrock
' (again, see the man pages for help) Cheers /rudy -Original Message- From: Mark Depenbrock [mailto:[EMAIL PROTECTED] Sent: woensdag 9 juli 2003 16:35 To: Egor Egorov Cc: [EMAIL PROTECTED] Subject: Re: InnoDB: Operating system error number 13 in a file operation Hello Egor, You give me hope

InnoDB: Operating system error number 13

2003-07-09 Thread Nick Boudreau
Trying to start mysqld for the first time after a reinstall on Mac OS X gives me this error: 030709 12:53:26 mysqld started 030709 12:53:27 InnoDB: Operating system error number 13 in a file operation. InnoDB: See http://www.innodb.com/ibman.html for installation help. InnoDB: The error means

Re: InnoDB: Operating system error number 13

2003-07-09 Thread Mark Depenbrock
it for me. God bless, be at peace, Mark D On Wednesday, July 9, 2003, at 02:00 PM, Nick Boudreau wrote: Trying to start mysqld for the first time after a reinstall on Mac OS X gives me this error: 030709 12:53:26 mysqld started 030709 12:53:27 InnoDB: Operating system error number 13 in a file

Re: InnoDB: Operating system error number 13

2003-07-09 Thread gerald_clark
Nick Boudreau wrote: Trying to start mysqld for the first time after a reinstall on Mac OS X gives me this error: 030709 12:53:26 mysqld started 030709 12:53:27 InnoDB: Operating system error number 13 in a file operation. mysql doesn't have permissions for this file. It is probably owned

Re: InnoDB: Operating system error number 13

2003-07-09 Thread Nick Boudreau
: Operating system error number 13 in a file operation. mysql doesn't have permissions for this file. It is probably owned by root, or its directory is. InnoDB: See http://www.innodb.com/ibman.html for installation help. InnoDB: The error means mysqld does not have the access rights to InnoDB

InnoDB: Operating system error number 13 in a file operation

2003-07-08 Thread Mark Depenbrock
Can not make mysql connection - error log: 030708 08:53:48 mysqld started 030708 8:53:49 InnoDB: Operating system error number 13 in a file operation. InnoDB: See http://www.innodb.com/ibman.html for installation help. InnoDB: The error means mysqld does not have the access rights to InnoDB

SQL error number -30996

2002-09-05 Thread Vivien Benton
I am getting error number -30996 when trying to update a MySQL BDB type table using transaction logging. Can anyone tell me what this number means, or where I can get a list of BDB error numbers? Thanks Vivien

Re: operating system error number 3

2002-02-17 Thread Heikki Tuuri
. ERROR_PATH_NOT_FOUND Error number 3 means you have not created the InnoDB data or log directories. Please use the MS-DOS mkdir command to create the directories. Best regards, Heikki Tuuri Innobase Oy --- Order technical MySQL/InnoDB support at https://order.mysql.com/ See http

operating system error number 3

2002-02-16 Thread Loretta
: operating system error number 3 in a file operation. InnoDB: Cannot continue operation. I have never used MySQL in my life before this. I have read the manual and done an online search to figure out how to fix this error but have had no luck. If you are able to help me please be detailed in how I

Re: operating system error number 3

2002-02-16 Thread Miguel Angel Solorzano
. Sorry but in Windows you can't to run simultaneously both versions. You only can have one server running. The error I am getting is InnoDB: Warning: operating system error number 3 in a file operation. InnoDB: Cannot continue operation. Because InnoDB found the other server already running

Help: Innodb warning operating error number 3

2002-01-19 Thread Investor
I got this error when I was trying to get INNODB working on my machine: I am using mysql version 4.0.1 alpha = Regards, Investorclb __ Do You Yahoo!? Send FREE video emails in Yahoo! Mail! http://promo.yahoo.com/videomail/

mysql win32 binary w/ innodb: error number 3

2001-11-25 Thread Bryan Chong
client_file= c:\mysql\MySQL.options history_length=20 database = test queries_root= c:\mysql\queries last_database_file= c:\mysql\lastdb The error I am getting is as follows: C:\c:\mysql\bin\mysqld-max --standalone InnoDB: Warning: operating system error number 3 in a file operation. InnoDB: Cannot

Re: mysql win32 binary w/ innodb: error number 3

2001-11-25 Thread Miguel Angel Solórzano
= test queries_root= c:\mysql\queries last_database_file= c:\mysql\lastdb The error I am getting is as follows: C:\c:\mysql\bin\mysqld-max --standalone InnoDB: Warning: operating system error number 3 in a file operation. InnoDB: Cannot continue operation. I appreciate your great help. Thanks

Error Number

2001-07-17 Thread drew
Hi all, Why is it that some times in mySQL error logs the error number is reported as Zero? Is this a common error or does it have something to do with PHP. Drew Andrew Toussaint Richardson-Shaw Pty Ltd [EMAIL PROTECTED

1146 - The error number from the ODBC data source.

2001-01-31 Thread EBeard
. | |--+-| | 5| Numeric. The error number from the ODBC | | | data source.| |--+-| | 6| Numeric. The ODBC connection handle