Re: How to debug a mysqldump dropped connection error?

2007-09-05 Thread Aiton Goldman
The wait_timeout and interactive_timeout global variables are set to 172800, and max_allowed_packet is set to 30M, and I am still getting the problem > I am having debugging a problem I am seeing with mysqldump. > > While using mysqldump to make backups of my database, I will > intermitently get t

How to debug a mysqldump dropped connection error?

2007-09-04 Thread Aiton Goldman
I am having debugging a problem I am seeing with mysqldump. While using mysqldump to make backups of my database, I will intermitently get the following error : mysqldump: Error 2013: Lost connection to MySQL server during query when dumping table I am running the pre-compiled 64 bit linux 5

Re: SSL connection error

2005-10-18 Thread Gleb Paharenko
Hello. First check the contents of /var/log/messages. SELinux usually puts there some notes about what it is doing. I'm not a SELinux expert, but quick search at fedora.redhat.com has shown me that I should use system-config-securitylevel utility for configuring SELinux. Israel Ferná

Re: SSL connection error

2005-10-18 Thread Israel Fernández Cabrera
Previous Message > > >From: Israel Fernández Cabrera Date: October 17 2005 10:18pm > > >Subject: SSL connection error > > >Get Plain Text > > > > > >Hi all > > > > > >I'm back with a new subject may be the last o

Re: SSL connection error

2005-10-18 Thread Gleb Paharenko
L General Discussion« Previous Message >From: Israel Fernández Cabrera Date: October 17 2005 10:18pm >Subject: SSL connection error >Get Plain Text > >Hi all > >I'm back with a new subject may be the last one was not attractive :) >I'

SSL connection error

2005-10-17 Thread Israel Fernández Cabrera
Hi all I'm back with a new subject may be the last one was not attractive :) I'm using mysql 4.1.11-2 in Fedora Core 4. I need to set up mysql connections over SLL I follow the mysql manual instructions, create certificates and keys for the CA, the client and the server and modify the /etc/my.cnf

Re: connection error from c application

2005-06-29 Thread Kristen G. Thorson
Your syslog8.txt file has two problems: 1. The first field, log_date, is in m/d/ format. It will not be converted by MySQL automatically. It needs to be in -mm-dd format. For this reason, all records will have the default value of '-00-00' for that field. 2. The primary key on

Re: connection error from c application

2005-06-29 Thread Elizabeth Bonifacio
Dear Guys, I have been stucked in loading file using "load data local infile" command. At first it is loading a null value on my first record followed with one record from my input file. The rest are ignored and i've been receiving lots of warnings. I tried converting the text file into a csv

Re: connection error from c application

2005-06-27 Thread Gleb Paharenko
Hello. Send an example of your file and your table's definition (use SHOW CREATE TABLE for this purpose). Please, next time send your replies to the list. > >Hope you're doing great today. Back to my question last week, I've >been encountering this problem of loading my file using the

Re: connection error from c application

2005-06-24 Thread Gleb Paharenko
Hello. What 'SHOW WARNINGS' reports? Elizabeth Bonifacio <[EMAIL PROTECTED]> wrote: > Dear Gleb, > > Thanks, i will try that as well, so far my program can access the > server now by using the old password. Now my problem is when i load > file, its only reading the first line and some

Re: connection error from c application

2005-06-24 Thread Elizabeth Bonifacio
Dear Gleb, Thanks, i will try that as well, so far my program can access the server now by using the old password. Now my problem is when i load file, its only reading the first line and some more insert a null record before the ist record. here is the result i get after loading the text file: my

Re: connection error from c application

2005-06-23 Thread Gleb Paharenko
Hello. I've compiled your code using libraries and includes from MySQL-4.1.6 (yes, my testing environment isn'tperfect :) and successfully connected to MySQL-4.1.10. Old passwords was off, so I used a 4.1. authorization protocol. Elizabeth Bonifacio <[EMAIL PROTECTED]> wrote: > Dear All

Re: connection error from c application

2005-06-23 Thread Kishore Jalleda
I guess this is a problem with the version of the C client Libraries that you are using, because of the way 4.1.x version of mysql stores the hash value of the password using the PASSWORD( ) function, so when you are giving the password embedded in the C code, may be the server does not match it wi

connection error from c application

2005-06-23 Thread Elizabeth Bonifacio
Dear All, I'm new into mysql and has been encountering huge problem in connecting to the database from the c application. The code execute with an error message : Failed to connect to database: Error: Client does not support authentication protocol requested by server; consider upgrading MySQL cli

RE: List of connection error

2005-02-02 Thread Tom Crimmins
> Is there any documentation where I can find a list of > all connection related error/error codes returned by > MySQL? OS error codes : http://dev.mysql.com/doc/mysql/en/operating-system-error-codes.html Server error messages : http://dev.mysql.com/doc/mysql/en/error-handling.html --- Tom Crimm

List of connection error

2005-02-02 Thread Karam Chand
Hello, Is there any documentation where I can find a list of all connection related error/error codes returned by MySQL? Regards, Karam __ Do you Yahoo!? Meet the all-new My Yahoo! - Try it today! http://my.yahoo.com -- MySQL General Mai

Re: Connection Error

2004-09-28 Thread Michael Stassen
Phillip Mangwiro wrote: Egor Egorov wrote: "Phillip Mangwiro" <[EMAIL PROTECTED]> wrote: I'm getting an Error 1130, ("MyDNSName is not allowed to connect to this machine"), whenever I try to connect to MySQL server from any client by using its IP or "friendly" DNS name other than 127.0.0.1 or local

Re: Connection Error

2004-09-28 Thread Phillip Mangwiro
Egor Egorov wrote: "Phillip Mangwiro" <[EMAIL PROTECTED]> wrote: I'm getting an Error 1130, ("MyDNSName is not allowed to connect to this machine"), whenever I try to connect to MySQL server from any client by using its IP or "friendly" DNS name other than 127.0.0.1 or localhost. This has happen

Re: Connection Error

2004-09-24 Thread Egor Egorov
"Phillip Mangwiro" <[EMAIL PROTECTED]> wrote: > I'm getting an Error 1130, ("MyDNSName is not allowed to connect to this > machine"), whenever I try to connect to MySQL server from any client by > using its IP or "friendly" DNS name other than 127.0.0.1 or localhost. > This has happened on three m

Connection Error

2004-09-17 Thread Phillip Mangwiro
I'm getting an Error 1130, ("MyDNSName is not allowed to connect to this machine"), whenever I try to connect to MySQL server from any client by using its IP or "friendly" DNS name other than 127.0.0.1 or localhost. This has happened on three machines so far, is there something I forgot to enable/d

Desperate here: Connection error 08000 and Connection Pooling

2004-09-08 Thread Michael McQuade
Hi folks, Im dying here slowly. Can anyone tell me what an = SqlState 08000 (connection exception) REALLY MEANS Is it as obvious = as I think it is, Im NOT CONNECTED to MySQL, and if so, why not = 08003 (connection does not exist)... I have a major problem, Im running Windows 2000

Re: Aborted connection error (error reading comm packets) ?

2004-07-08 Thread Jocelyn Fournier
Hi, Add skip-log-warnings in your my.cnf. log-warnings seems to have been enabled by default since 4.0.19. Regards, Jocelyn - Original Message - From: "Don MacAskill" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 08, 2004 11:29 AM Subject: Ab

Aborted connection error (error reading comm packets) ?

2004-07-08 Thread Don MacAskill
I just switched from 4.0.18-max to 4.0.20-max on AMD64 and I'm getting tons of these in my error log: 040708 2:24:12 Aborted connection 65531 to db: 'db' user: 'user' host: `10.1.1.27' (Got an error reading communication packets) When I switch back to 4.0.18-max, they go away. These are the s

RE: connection error

2004-06-24 Thread Victor Pendleton
Is the MySQL server running? What OS are you using? -Original Message- From: Angela Howley To: [EMAIL PROTECTED] Sent: 6/24/04 7:13 AM Subject: connection error Hi, I have spent the last two days trying to configure PHP 4.3.7 & MySQL 4.0.20 - none of which is successful. The err

connection error

2004-06-24 Thread Angela Howley
Hi, I have spent the last two days trying to configure PHP 4.3.7 & MySQL 4.0.20 - none of which is successful. The error I have on MySql is when I go to set the root password I am told "connect to server at 'localhost' failed error can't connect to MySql server on localhost 10061 check that

ERROR 2026: SSL connection error

2004-05-01 Thread Tobias Gunkel
nfile=0 -- EOF SSL connections worked fine for a cuple of hours, but then I get this SSL error: ERROR 2026: SSL connection error When I delete the certs & keys and creating them again, all works fine for some time. But then the same error occurs. What

Re: Client connection error

2004-03-03 Thread Andre MATOS
Hi Sasha, after I sent this email for the list, I did some tests and I realized that the problem could be my firewall, so I just turned off for some tests and it worked. Now I need to reconfigure the firewall to permit access for the MySQL. Thanks a lot. Andre On Tue, 2 Mar 2004, Sasha Pache

Re: Client connection error

2004-03-02 Thread Sasha Pachev
Andre MATOS wrote: Hi, I am trying to connect from one computer that has MySQL installed (client) in another one that also has MySQL (server). Using this command: C:\mysql\bin>mysql.exe -u root -h server.com -p Enter password: * ERROR 2003: Can't connect to MySQL server on 'server.com' (1006

Client connection error

2004-03-02 Thread Andre MATOS
Hi, I am trying to connect from one computer that has MySQL installed (client) in another one that also has MySQL (server). Using this command: C:\mysql\bin>mysql.exe -u root -h server.com -p Enter password: * ERROR 2003: Can't connect to MySQL server on 'server.com' (10060) However I am a

SSL connection error

2004-02-13 Thread frederic . deshaies
>Description: I'm using Mysql with SSL. It has been working perfectly until today and now I have an "ERROR 2026: SSL connection error" when I try to connect to Mysql. I do not understand why, my SSL certificat is valid until 8 jan 2005.

ERROR 2026: SSL connection error ... what's happening?

2003-12-16 Thread Wouter de Jong
Hello, I'm running MySQL 4.0.16 (source compiled) on FreeBSD 5.1, and I have a big problem with SSL... It runs perfectly for a few hours, but then suddenly I can't connect any longer via an SSL-connection... ERROR 2026: SSL connection error That's the error that suddenly app

Re: connection error

2003-09-13 Thread Paul DuBois
At 8:08 PM +1200 9/13/03, Robert Morgan wrote: I have created a user grant all privileges on *.* to user@"%" =>identified by ' pword' with grant option; and grant all privileges on *.* to [EMAIL PROTECTED]

Re: connection error

2003-09-13 Thread Fred van Engen
Robert, On Sat, Sep 13, 2003 at 08:08:48PM +1200, Robert Morgan wrote: > I have created a user grant all privileges on *.* to user@"%" > =>identified by ' pword' with grant option; > > and grant all privileges on *.* to [EMAI

connection error

2003-09-13 Thread Robert Morgan
I have created a user grant all privileges on *.* to user@"%" =>identified by ' pword' with grant option; and grant all privileges on *.* to [EMAIL PROTECTED] =>identified by ' pword' with

Re: mysql connection error

2003-07-18 Thread Victoria Reznichenko
Victoria Reznichenko" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, July 17, 2003 2:36 PM > Subject: Re: mysql connection error > > > "zafar rizvi" <[EMAIL PROTECTED]> wrote: > > > hi > > > I am running one centrali

Re: too many connection error driving me nutz, need advice

2003-07-17 Thread colbey
On Thu, 17 Jul 2003, Eben Goodman wrote: > This comment confuses me: > I have seem some sites code that actually open multiple connections to the > same database.. I have worked on some larger sites that 30+ past and current developers worked on.. Some good, some terrible.. The code typically

Re: too many connection error driving me nutz, need advice

2003-07-17 Thread Eben Goodman
This comment confuses me: I have seem some sites code that actually open multiple connections to the same database.. If I am using php's mysql_connect() function, then every time a query is run this function gets run. Wouldn't this mean that for every query a new "connection" is opened to the s

Re: too many connection error driving me nutz, need advice

2003-07-17 Thread colbey
DOh! i mean script_append part ;) .. basically it's a garbage collector.. On Thu, 17 Jul 2003 [EMAIL PROTECTED] wrote: > > Suggestion.. make a small script called closeall.php .. basically it has > some code to force closed the mysql connection opened (be sure to run a > close for all opene

Re: too many connection error driving me nutz, need advice

2003-07-17 Thread colbey
Suggestion.. make a small script called closeall.php .. basically it has some code to force closed the mysql connection opened (be sure to run a close for all openened handles) I have seem some sites code that actually open multiple connections to the same database.. Add this file into php.ini u

too many connection error driving me nutz, need advice

2003-07-17 Thread Eben Goodman
I run a site that gets a fair amount of traffic throughout the day. For days at a time the site runs smoothly, and then, at seemingly random intervals I get the mysql error "Too many connections". The only solution for this is to stop the mysql service and restart it. I changed the max_conne

Re: mysql connection error

2003-07-17 Thread Victoria Reznichenko
"zafar rizvi" <[EMAIL PROTECTED]> wrote: > hi > I am running one centralized mysql server, its runnig fine and conneded with > localhost and his own ip very fine. > But when i want to connect him from remote system or other lan system > it give me errror like that. > > [EMAIL PROTECTED] root]# mys

RE: mysql connection error

2003-07-17 Thread Rudy Metzger
Also make sure that the port is not firewalled. Cheers /rudy -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: donderdag 17 juli 2003 9:56 To: zafar rizvi Cc: [EMAIL PROTECTED] Subject: Re: mysql connection error Keep in mind you need 2 things to happen: A

Re: mysql connection error

2003-07-17 Thread colbey
PROTECTED]> > To: "zafar rizvi" <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]> > Sent: Thursday, July 17, 2003 10:11 AM > Subject: Re: mysql connection error > > > > > > It says lost error during query.. but I'd be suspect if it even > > s

Re: mysql connection error

2003-07-17 Thread zafar rizvi
AIL PROTECTED]> To: "zafar rizvi" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, July 17, 2003 10:11 AM Subject: Re: mysql connection error > > It says lost error during query.. but I'd be suspect if it even > succesfully connected/authenticated.. >

mysql connection error

2003-07-16 Thread zafar rizvi
hi I am running one centralized mysql server, its runnig fine and conneded with localhost and his own ip very fine. But when i want to connect him from remote system or other lan system it give me errror like that. [EMAIL PROTECTED] root]# mysql -h 192.168.0.63 mysql ERROR 2013: Lost connection to

Re: mysql connection error

2003-07-16 Thread colbey
It says lost error during query.. but I'd be suspect if it even succesfully connected/authenticated.. I'd do a quick check first to ensure your mysql server is listening on the 192.xxx interface.. if it's unix, netstat -atn On Thu, 17 Jul 2003, zafar rizvi wrote: > hi > I am running one cen

Re: Connection error

2003-03-10 Thread Paul DuBois
At 14:37 -0800 3/10/03, DuSTiN KRySaK wrote: Hi there - I'm truing to connect to a mysql server (redhat linux 8) with the mysqlcc GUI (through a SSH session), and for some reason when I try to connect I get the error: [localhost] ERROR 2002: Can't connect to local MySQL server through socket '/tmp/

Connection error

2003-03-10 Thread DuSTiN KRySaK
Hi there - I'm truing to connect to a mysql server (redhat linux 8) with the mysqlcc GUI (through a SSH session), and for some reason when I try to connect I get the error: [localhost] ERROR 2002: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) Now I was reading that this

Re: using mysql successfully for 2 years-now getting connection error

2002-10-21 Thread Gelu Gogancea
t: using mysql successfully for 2 years-now getting connection error > Hi, > I have been running MYSQL without a problem for 2 years. > Today I received a message as follows: > ERROR 2002: > Can't connect to local MYSQL server through socket /tmp/mysql/sock(111) > Did so

using mysql successfully for 2 years-now getting connection error

2002-10-21 Thread melissa allman
Hi, I have been running MYSQL without a problem for 2 years. Today I received a message as follows: ERROR 2002: Can't connect to local MYSQL server through socket /tmp/mysql/sock(111) Did some preliminary search on message on MYSQL.COM site. This file does exist on server but appears to be empty. I

Re: using mysql successfully for 2 years-now getting connection error

2002-10-21 Thread Mark
"melissa allman " <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, October 21, 2002 6:01 PM Subject: using mysql successfully for 2 years-now getting connection error > Hi, > I have been running MYSQL without a problem for 2 years. > Today I received a message

Mac OS X connection error

2002-05-06 Thread Bernardo Zuniga
Hi, I've installed MySQL through the entropy.ch installer. Everything works fine in the command line utillity but when I try to connect a php script i get this error message: Host 'localhost.127.in-addr.arpa' is not allowed to connect to this MySQL server I have tried various times to correc t

Re: MySQL Connection error

2002-03-27 Thread Mike Mangino
You might want to look in the crontab to see if rotatelogs is rotating the logs for mysql. If it is, the mysql database is bounced. The easy thing to do is just to check the connection and make sure it is open before using it. i.e. if (conn.isClosed()) { conn=db.getConnection() } On Wed, 200

Re: MySQL Connection error

2002-03-26 Thread Foo Yong Choon
But my program works fine and all those java code i used to connect to mysql is what i have been taught by my lecturer it works fine..only things is that i never leave my application up for more than a day and that when i discover this problem. Usually i restart tomcat and it works again but the

JDBC Connection Error: Server Config denies access...

2002-02-12 Thread Kim Albee
I am using mySQL 3.23.36 for RH Linux (came with the 7.1 install). I am using mm.mysql-2.0.7-bin.jar JDBC driver. When I attempt to connect, I am getting a Server Configuration denies access... error. When I have gotten this error in the past, it's been because the user wasn't set up with the c

MyODBC connection error

2002-01-29 Thread Tim
I am trying to use MyODBC and getting a connection error to a remote linux server. S1000[TCX][MyODBC]Access denied for user. I have read manual and read other postings but can figure this out. I had added the user to database and also added the host name, which is 45+ characters long as a user

Connection error from an application.

2001-09-26 Thread Scott Thurmond
Hi all, I am connecting to mysql through an application and I get this error message: java.sql.SQLException: Server configuration denies access to data source Can anyone point me in the right direction? Thanks in advance, -Scott --

RE: Database connection error

2001-09-11 Thread Jindo Soul
- From: install [mailto:install]On Behalf Of Riyaz Husain Sent: Wednesday, September 12, 2001 5:04 AM To: mysql Subject: Database connection error Hi, Can someone help out there? I have installed MySql 3.23.41 on Solaris. Created a database and executed the test script - run-all-tests which

Database connection error

2001-09-11 Thread Riyaz Husain
Hi, Can someone help out there? I have installed MySql 3.23.41 on Solaris. Created a database and executed the test script - run-all-tests which tested my installation/configuration. No error was reported. When I connect to the database from the installation server through command line - ./m

Annoying Too Many Connection error...

2001-08-10 Thread Fournier Jocelyn [Presence-PC]
Hi, I've just seen when the maximum connection number is reached and you try to shutdown MySQL with mysqladmin shutdown, it couldn't be executed because of "too many connections" error. It would be smarter if mysqladmin could shutdown MySQL whatever the number of connections, even if the maxi

Connection error

2001-07-30 Thread BansariPandya
I am trying to connect mysql with JDBC driver. I am getting error "connection failure : Bad handshake". Please let us know the cause of the error and how to solve it. Thanks. Upasana. - Before posting, please check: http

Re: 2003 Connection error

2001-07-16 Thread Aidan
#x27;s only when using TCP/IIP that the problem occurs. Aidan - Original Message - From: "Aidan" <[EMAIL PROTECTED]> To: "Mqsl Mailing List" <[EMAIL PROTECTED]> Sent: Friday, July 13, 2001 12:38 PM Subject: 2003 Connection error > I have coded my own

2003 Connection error

2001-07-13 Thread Aidan
I have coded my own client that uses mysql_real_connect(). The client code runs on another machine and there can be up to 120 clients connecting to the database. Each client connects and then disconnects sucessfully for anything up to 5 minutes before the clients start to receive 2003 host connect

Aborted connection error.

2001-03-15 Thread Xie yongzhong
Hello everyone, my error.log file have many messages: 010315 22:29:04 Aborted connection 6556 to db: 'test' user: 'root' host: `localhost' (Got an error reading communication packets) .. Is this a error? How can I solve it? Thanks. == xiewer Emailto:[EMAIL

RE: Aborted connection error on RedHat 7

2001-03-02 Thread Daniel Fritzler
ch 02, 2001 5:26 PM > To: Daniel Fritzler; [EMAIL PROTECTED] > Subject: RE: Aborted connection error on RedHat 7 > > > Be so kind and read the archives :-). Do you happen to use PHP? If so, get > the newest release from http://snaps.php.net. You should be fine then. > > Macie

RE: Aborted connection error on RedHat 7

2001-03-02 Thread Maciek Uhlig
IL PROTECTED] > Subject: Aborted connection error on RedHat 7 > > > Hello there. > > I'm writing these lines because I'm having a weird problem with mySQL > 3.23.33 (also with 3.23.32) on servers running RedHat 7.0. > > Each time that I run my SQL based applic

Aborted connection error on RedHat 7

2001-03-01 Thread Daniel Fritzler
Hello there. I'm writing these lines because I'm having a weird problem with mySQL 3.23.33 (also with 3.23.32) on servers running RedHat 7.0. Each time that I run my SQL based applications, I start getting the following errors on mySQL: 010302 0:45:59 Aborted connection 10207 to db: 'db201' u

Re: Connection error with fresh installation on RedHat 7

2001-01-11 Thread Neil Zanella
On Thu, 11 Jan 2001, John W Cunningham wrote: > Hi, > > I just installed MySQL via rpms on a fresh installation of Redhat 7 pro > server. It seems fine at first and it seems to be running. When I check > the process with: ps aux |grep mysql, I get: > root 925 0.0 0.4 1516 588 pts/0

Re: Connection error with fresh installation on RedHat 7

2001-01-11 Thread Rolf Hopkins
- Original Message - From: "John W Cunningham" <[EMAIL PROTECTED]> To: "MySQL List" <[EMAIL PROTECTED]> Sent: Friday, January 12, 2001 12:48 Subject: Connection error with fresh installation on RedHat 7 > Hi, > > I just installed MySQL via rpm

Connection error with fresh installation on RedHat 7

2001-01-11 Thread John W Cunningham
Hi, I just installed MySQL via rpms on a fresh installation of Redhat 7 pro server. It seems fine at first and it seems to be running. When I check the process with: ps aux |grep mysql, I get: root 925 0.0 0.4 1516 588 pts/0S23:28 0:00 grep mysq But when I try: mysqladmin