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 aga

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

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 h

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

2009-06-29 Thread Lin Chun
stion host After 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

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 f

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"

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()&qu

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()&qu

Re: MySQL Error Number 1045 Access denied

2008-08-18 Thread Paul Choi
o run the > > administer GUI. This should solve the problem. > > CHAVA > > On Sat, Aug 16, 2008 at 10:22 PM, AndrewMcHorney > <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>wrote: > >

Re: MySQL Error Number 1045 Access denied

2008-08-18 Thread Andy Shellam
word and then try to run the administer GUI. This should solve the problem. CHAVA On Sat, Aug 16, 2008 at 10:22 PM, AndrewMcHorney <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>wrote: Hello I am still getting

Re: MySQL Error Number 1045 Access denied

2008-08-18 Thread Sharad
you can test with the below solution :- >>> >>> Try to reconfigure MySQL by providing the root password and >>> then >>> try to run the >>> >>> administer GUI. This should solve the problem. >>> >>> CHAVA &g

Re: MySQL Error Number 1045 Access denied

2008-08-18 Thread Andy Shellam
assword and then try to run the administer 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 at

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 "m

Re: MySQL Error Number 1045 Access denied

2008-08-17 Thread Sreekanth CHAVA
TED]>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

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'@'lo

Error number 5 means 'Input/output error'.

2008-07-18 Thread Kaushal Shriyan
080718 3: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.c

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: http://lists.mysq

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

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. > > > > > &g

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
> 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 exclusive

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 --port-3

RE: MySql Error Number 1130

2006-04-13 Thread Duzenbury, Rich
mand line client to use the specified parms, rather than 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 Erro

Re: MySql Error Number 1130

2006-04-12 Thread mysql
0 sec) HTH Keith In theory, theory and practice are the same; in practice they are not. On Wed, 12 Apr 2006, Duzenbury, Rich wrote: > To: mysql@lists.mysql.com > From: "Duzenbury, Rich" <[EMAIL PROTECTED]> > Subject: MySql Error Number 1130 > > Hi all, > >

MySql Error Number 1130

2006-04-12 Thread Duzenbury, Rich
MySQL 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: %

Re: Operating system error number 995

2005-06-08 Thread ManojW
h" <[EMAIL PROTECTED]> To: 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 versio

Operating system error number 995

2005-06-08 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 oper

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

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

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

Re: InnoDB: Operating system error number 13

2003-07-09 Thread Mark Depenbrock
cinched 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

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 in a file operation

2003-07-09 Thread Mark Depenbrock
;rm' or 'unlink' (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 Hel

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

2003-07-09 Thread Rudy Metzger
) 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 but... I attempted to set up per

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

2003-07-09 Thread Mark Depenbrock
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

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 in

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

Re: operating system error number 3

2002-02-16 Thread Miguel Angel Solorzano
be able to help >me. 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 InnoD

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

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/ -

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

2001-11-25 Thread Miguel Angel Solórzano
InnoDb tables > >#skip-innobd > >[mysqldump] >quick >set-variable = max_allowed_packet=16M > >[mysql] >no-auto-rehash > >[isamchk] >set-variable= key=16M > >[client_fltk] >help_file= c:\mysql\sql_client\MySQL.help >client_file= c:\mysql\MySQL.options >histor

mysql win32 binary w/ innodb: error number 3

2001-11-25 Thread Bryan Chong
.help 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

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
| Character. The current ODBC SQL state. | |--+-----| | 5| Numeric. The error number from the ODBC | | | data source.| |--+-| | 6