Re: Why "ERROR 2003 (HY000): Can't connect to MySQL server on '192.168.27.72' (111)"?

2013-06-13 Thread Johan De Meersman
ge is: >ERROR 2003 (HY000): Can't connect to MySQL server on '192.168.27.72' >(111) > ># >mysql> select host, user, password from user; >+-+--+

Why "ERROR 2003 (HY000): Can't connect to MySQL server on '192.168.27.72' (111)"?

2013-06-13 Thread lx
hi all: I'm a new one. I have a mysql server in 192.168.27.72 , and a mysql client in 192.168.23.73. I use this way: mysql -h 192.168.27.72 -u root -p the ERROR message is: ERROR 2003 (HY000): Can't connect to MySQL server on '192.

Re: Cannot connect to MySql Database

2013-04-09 Thread Stillman, Benjamin
On 4/9/13 1:54 PM, "Joe Kosinski" wrote: >Hi, > >I am trying to connect to a MySql database and I keep getting the >following: > > Cannot find (ping) database host Joseph-Kosinskis-MacBook on the network > Failed to connect to Unix socket '/var/run/lirc/lircd' > No such file or

Cannot connect to MySql Database

2013-04-09 Thread Joe Kosinski
Hi, I am trying to connect to a MySql database and I keep getting the following: Cannot find (ping) database host Joseph-Kosinskis-MacBook on the network Failed to connect to Unix socket '/var/run/lirc/lircd' No such file or directory (2) The database is located on a MacB

Re: Connect to MySQL server from a c++ application

2012-06-08 Thread Claudio Nanni
Simon, yes it is C, C++ here: http://dev.mysql.com/downloads/connector/cpp/ I did not work with this libraries and to be honest I do not know about their performances, If you have the chance it would be extremely useful for the community having some tests done with both APIs. Cheers Claudio

Re: Connect to MySQL server from a c++ application

2012-06-08 Thread Simon Walter
On 06/08/2012 01:55 AM, Claudio Nanni wrote: Hi, you guys don't like the official API? http://dev.mysql.com/downloads/connector/c/ That's C isn't it? I think there is also a C++ connector. I'm interested to hear how that performs. It seems like a waste of time to write a bunch of wrappers

Re: Connect to MySQL server from a c++ application

2012-06-07 Thread Lars Nilsson
On Thu, Jun 7, 2012 at 12:55 PM, Claudio Nanni wrote: > Hi, > > you guys don't like the official API? > > http://dev.mysql.com/downloads/connector/c/ > > Cheers > > Claudio Personally? Not really. For instance, memory leaks are "not acceptable" according to Simon's expressed desire. SQLAPI++ al

Re: Connect to MySQL server from a c++ application

2012-06-07 Thread Baron Schwartz
There is also libdrizzle. -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/mysql

Re: Connect to MySQL server from a c++ application

2012-06-07 Thread Claudio Nanni
onnectors. I just need to know which one works. How does > SQLAPI++ > > connect to MySQL? Is it thread safe? > > It loads the libmysqlclient dll/so libraries under the hood, mapping > each database client library's particular function set to its own > internal function po

Re: Connect to MySQL server from a c++ application

2012-06-07 Thread Lars Nilsson
ent databases. > It looks nice. I'm looking for something open source. I'm fine using one of > the SQL connectors. I just need to know which one works. How does SQLAPI++ > connect to MySQL? Is it thread safe? It loads the libmysqlclient dll/so libraries under the hood, mapping

Re: Connect to MySQL server from a c++ application

2012-06-07 Thread Simon Walter
l and not open source, but it's cross-platform and supports a dozen or so different databases. It looks nice. I'm looking for something open source. I'm fine using one of the SQL connectors. I just need to know which one works. How does SQLAPI++ connect to MySQ

Re: Connect to MySQL server from a c++ application

2012-06-06 Thread Lars Nilsson
On Wed, Jun 6, 2012 at 10:41 PM, Simon Walter wrote: > However, memory leaks are not acceptable. So I am open to suggestions. What > do other c++ programmers use? I've been happy using SQLAPI++ (http://www.sqlapi.com/) where I work. Commercial and not open source, but it's cross-platform and supp

Connect to MySQL server from a c++ application

2012-06-06 Thread Simon Walter
What is the most stable and performant way to connect to a MySQL server from a c++ application? I've been using libmyodbc via unixODBC running under Debian squeeze. Suffice it to say, I am sorely disappointed. First of all the libmyodbc driver that's included with Debian is quite old. Howeve

Re: Can't connect to MySQL server on '127.0.0.1' (111)

2011-04-02 Thread xPol
Reindl Harald wrote: > Please "netstat --numeric-hosts --notrim --programs -u -t -l" > In my first answer i forgot the -l i will check according to your suggstions If i find still in troubles, i will let you know thank you ---p -- MySQL General Mailing List For list archives: http://lists.

Re: Can't connect to MySQL server on '127.0.0.1' (111)

2011-04-02 Thread Reindl Harald
Please "netstat --numeric-hosts --notrim --programs -u -t -l" In my first answer i forgot the -l Without we get active connections, but we want the listening tcp-services where somewhere must by mysqld the easiest test is however > [harry@srv-rhsoft:~]$ telnet 127.0.0.1 3306 > Trying 127.0.0.1..

Re: Can't connect to MySQL server on '127.0.0.1' (111)

2011-04-02 Thread xPol
Reindl Harald wrote: > please do not only post outputs, read them and try to understand > before press send - "not all processes could be identified, non-owned > process info will not be shown, you would have to be root to see it all." > in the ouptput says that all afterwards is useless > > "net

Re: Can't connect to MySQL server on '127.0.0.1' (111)

2011-04-02 Thread Reindl Harald
please do not only post outputs, read them and try to understand before press send - "not all processes could be identified, non-owned process info will not be shown, you would have to be root to see it all." in the ouptput says that all afterwards is useless "netstat --numeric-hosts --notrim --pr

Re: Can't connect to MySQL server on '127.0.0.1' (111)

2011-04-02 Thread xPol
Reindl Harald wrote: > Did you make any change in the my.cnf? > What does "netstat --numeric-hosts --notrim --programs -u -t" say? > What is the content of your my.cnf? > Here incluede thank you p -- (xpol) % netstat --numeric-hosts --notrim --programs -u -t

Re: Can't connect to MySQL server on '127.0.0.1' (111)

2011-04-02 Thread xPol
Andrew Moore wrote: > I think you'll need to give us a bit more to go on. I presume this is a > web based app? yes > > What have you changed? Has the MySQL daemon stopped? What have you > changed? from 'ps' i get 3545 0.0 0.1 194816 3292 ?Sl 13:58 0:08 /usr/sbin/mysqld -- defau

Re: Can't connect to MySQL server on '127.0.0.1' (111)

2011-04-02 Thread Andrew Moore
gt; browser, > pointing to http://localhost:9000/ > > Probably my fault, since i have been tinkering a little with my settings. > As > i try to connect, i get > Can't connect to MySQL server on '127.0.0.1' (111) > > Any ideas, what to check? > > I am using li

Re: Can't connect to MySQL server on '127.0.0.1' (111)

2011-04-02 Thread Reindl Harald
//localhost:9000/ > > Probably my fault, since i have been tinkering a little with my settings. As > i try to connect, i get > Can't connect to MySQL server on '127.0.0.1' (111) > > Any ideas, what to check? > > I am using linux/opensuse 11.4 signature.asc Description: OpenPGP digital signature

Can't connect to MySQL server on '127.0.0.1' (111)

2011-04-02 Thread xPol
I have been using my local dictionary for years, accessing from web browser, pointing to http://localhost:9000/ Probably my fault, since i have been tinkering a little with my settings. As i try to connect, i get Can't connect to MySQL server on '127.0.0.1' (111) Any ideas

Can not connect to MYSQL server on Windows Vista 64 bit

2009-11-03 Thread David Parham
Can't connect to mysql server on Dell1440 (10060) I have added port 3306 to the windows firewall, and after it didn't work, totally turned off the firewall. Now if I bring up the app, and go into a one record at a time update form, the first record will appear, but it won't page to

Re: Intermittent "Can't connect to MySQL server on '' (4)" (2003)" after 20+ days uptime

2008-08-18 Thread Michael Dykman
Regardless of who has implemented the network and the status of provided monitoring tools, this has all the look and feel of intermittent network issues. I would run an independant network scan (maybe nmap?) from one of the affected clients to the affected host and I bet you will find that the sa

Re: Intermittent "Can't connect to MySQL server on '' (4)" (2003)" after 20+ days uptime

2008-08-18 Thread Sreekanth CHAVA
HI Pieter I have a suggestion.this might not be very helpful Try to reconfigure the connections between the client and Mysql server where the problem exists.and then try to notice the uptime and logs of the server. CHAVA On Mon, Aug 18, 2008 at 12:00 PM, Piet

Intermittent "Can't connect to MySQL server on '' (4)" (2003)" after 20+ days uptime

2008-08-18 Thread Pieter de Zwart
Greetings to all, I am having a weird issue with MySQL that I can't solve. We are getting intermittent client connection errors code 2003 to the database server for 10mins seemingly at random, and after 20+ days of uptime. Unfortunately, I have not been able to correlate these connection problems

failure to connect to mysql-server at localhost

2008-07-22 Thread kenneth rotich
Hi all, i am installing a library automation software called koha which uses mysql-server. i initially installed version5.0 and later uninstalled it because the system was giving me some errors. i install

need help to use java to connect to MYSQL DB

2007-11-29 Thread Eman Hossny
Hi all, i need to use Eclipse(java SDK) to connect to MYSQL DB, & i write the following code for connection, but when i run it no thing happen, no output appear, & when i debug it, i found that the debuger was stopped @ the line conn=DriverManager.getConnection(connectionURL,&quo

Re: MYSQL connection failed: Can not connect to MySQL server

2007-10-30 Thread Dan Nelson
27;s log with the following error: MYSQL connection > failed: Can not connect to MySQL server on'192 .168.5.1 '(1) What > causes some messages are rejected. To try to reproduce the problem I > have tried doing Telnet connections to the server and MySQL, > sometimes I get the followin

MYSQL connection failed: Can not connect to MySQL server

2007-10-30 Thread Jose Romero
Hi,I have a mail system on FreeBSD 6.2 + Exim 4.62 + MySQL 5.0. Exim was compiled with MySQL support, the MySQL database is external to the mail server. Although the system works, I have a lot of daily messages in exim's log with the following error: MYSQL connection failed: Can not conne

Re: error 99(?) : can't connect to MySQL server

2007-02-06 Thread Fagyal Csongor
Nils Meyer wrote: Hi Faygal, Fagyal Csongor wrote: for (1..5) { $dbh = DBI->connect($dsn, $user, $password, {'RaiseError' => 1} ); my $sth = $dbh->prepare('SELECT * FROM users'); } I think you are simply running out of available outgoing ports with that. Here is some more insigh

Re: error 99(?) : can't connect to MySQL server

2007-02-06 Thread Nils Meyer
Hi Faygal, Fagyal Csongor wrote: for (1..5) { $dbh = DBI->connect($dsn, $user, $password, {'RaiseError' => 1} ); my $sth = $dbh->prepare('SELECT * FROM users'); } I think you are simply running out of available outgoing ports with that. Here is some more insight on that topic: ht

error 99(?) : can't connect to MySQL server

2007-02-06 Thread Fagyal Csongor
;,...) failed: Can't connect to MySQL server on '192.168.0.200' (99) at con.pl line 14 perror 99 gives me: OS error code 99: Cannot assign requested address This doesn't make sense to me. I wrote a test script that looks like this: for (1..5) { $dbh = DBI->connect

Re: PHP won't connect to MySQL - resolved

2006-07-19 Thread Kay C. Tien
Andre, Yes, I sort of bypassed the problem by installing XAMPP. Works like a charm now. Thanks. Kay At 03:32 PM 7/19/2006 Wednesday, Andre Matos wrote: Hello Kay, Have you solved the issue or you are still not ablle running MySQL and PHP on Windows XP? Which version are you running for PH

Re: PHP won't connect to MySQL

2006-07-18 Thread Kay C. Tien
I have that copied in there. Even tried a different version from the most recent MySQL download. Still getting the same error - PHP Warning: PHP Startup: Unable to load dynamic library 'C:\WINDOWS\SYSTEM32\php_mysql.dll' - The specified procedure could not be found. in Unknown on line 0 I

Re: PHP won't connect to MySQL

2006-07-18 Thread Jo�o C�ndido de Souza Neto
I found the solution in my case. I just copy libmysql.dll from the php folder do \windows\system32 folder and everything works fine. ""Kay C. Tien"" <[EMAIL PROTECTED]> escreveu na mensagem news:[EMAIL PROTECTED] > Hi All, > > The simple script I'm testing works on a Linux server. I got tired

Re: Help: PHP won't connect to MySQL

2006-07-17 Thread Chris
Kay C. Tien wrote: At 05:37 PM 7/17/2006 Monday, Chris wrote: Kay C. Tien wrote: Hi All, The simple script I'm testing works on a Linux server. I got tired of having to upload and test them, so I decided to install MySQL on my computer, which is running Win XP. MySQL works fine on it's own,

Re: Help: PHP won't connect to MySQL

2006-07-17 Thread Kay C. Tien
At 05:37 PM 7/17/2006 Monday, Chris wrote: Kay C. Tien wrote: Hi All, The simple script I'm testing works on a Linux server. I got tired of having to upload and test them, so I decided to install MySQL on my computer, which is running Win XP. MySQL works fine on it's own, I've set the the dat

Re: Help: PHP won't connect to MySQL

2006-07-17 Thread Kay C. Tien
At 05:37 PM 7/17/2006 Monday, Chris wrote: Kay C. Tien wrote: Hi All, The simple script I'm testing works on a Linux server. I got tired of having to upload and test them, so I decided to install MySQL on my computer, which is running Win XP. MySQL works fine on it's own, I've set the the dat

Re: PHP won't connect to MySQL

2006-07-17 Thread Jo�o C�ndido de Souza Neto
I´m having the same trouble a long time ago and still looking for the solution. ""Kay C. Tien"" <[EMAIL PROTECTED]> escreveu na mensagem news:[EMAIL PROTECTED] > Hi All, > > The simple script I'm testing works on a Linux server. I got tired > of having to upload and test them, so I decided to

Re: Help: PHP won't connect to MySQL

2006-07-17 Thread Chris
Kay C. Tien wrote: Hi All, The simple script I'm testing works on a Linux server. I got tired of having to upload and test them, so I decided to install MySQL on my computer, which is running Win XP. MySQL works fine on it's own, I've set the the database and etc., but nothing happened whe

Help: PHP won't connect to MySQL

2006-07-16 Thread Kay C. Tien
Hi All, The simple script I'm testing works on a Linux server. I got tired of having to upload and test them, so I decided to install MySQL on my computer, which is running Win XP. MySQL works fine on it's own, I've set the the database and etc., but nothing happened when I tested the page.

Re: How can I connect to mysql server using PHP?

2006-06-27 Thread Chris White
On Tuesday 27 June 2006 03:35 am, 战芳 wrote: > Hello everyone: > I wanna connect to mysql server using PHP. My operating system is > Redhat Fedora Core 4, and the version of mysql is 4.1.3 beta. I've started > the server using a statement like this: #>/usr/local/mysql/bin

How can I connect to mysql server using PHP?

2006-06-27 Thread 战芳
Hello everyone: I wanna connect to mysql server using PHP. My operating system is Redhat Fedora Core 4, and the version of mysql is 4.1.3 beta. I've started the server using a statement like this: #>/usr/local/mysql/bin/mysqld -uroot& -S/var/lib/mysql/mysql.sock But

Re: I can't connect to mysql server with PHP

2006-05-24 Thread gerald_clark
战芳 wrote: >Hi! gerald_clark, >But when I call mysql_pconnect("localhost:3306","root","root_password"),it >return the same error. How can I get the permission to open >/var/mysql/lib/mysql.sock? > Fang > > > what do you get when you do ls -l /var/mysql/lib/m

Re: Re: I can't connect to mysql server with PHP

2006-05-23 Thread 战芳
Hi! gerald_clark, But when I call mysql_pconnect("localhost:3306","root","root_password"),it return the same error. How can I get the permission to open /var/mysql/lib/mysql.sock? Fang >fool.ben wrote: > >>Hi everybody! >>I've install a mysql server on m

Re: I can't connect to mysql server with PHP

2006-05-22 Thread gerald_clark
fool.ben wrote: >Hi everybody! >I've install a mysql server on my computer. The operating system is Redhat >fedora core 4. The version of the mysql server is 4.1.3 Beta. I wanna connect >to the server using the following statement: >$db_connection=mysql_pconnect("localhost","root",""); >The serv

I can't connect to mysql server with PHP

2006-05-22 Thread fool.ben
Hi everybody! I've install a mysql server on my computer. The operating system is Redhat fedora core 4. The version of the mysql server is 4.1.3 Beta. I wanna connect to the server using the following statement: $db_connection=mysql_pconnect("localhost","root",""); The server returned the error 2

Re: How to connect to mySQL?

2006-04-17 Thread Peter Brawley
徐晶 wrote: Hi, I want to know how I can connect to MySQL with ODBC driver? Is there something else to be installed besides MySQL for Windows? http://dev.mysql.com/doc/refman/5.1/en/odbc-connector.html PB Thanks a lot! Best Wishes, -- John Xu, EE, BUPT, P.R. China

How to connect to mySQL?

2006-04-16 Thread 徐晶
Hi, I want to know how I can connect to MySQL with ODBC driver? Is there something else to be installed besides MySQL for Windows? Thanks a lot! Best Wishes, -- John Xu, EE, BUPT, P.R. China 北京邮电大学-电子工程学院 徐晶 Addr:北京邮电大学219#信箱 Zip:100876 Dorm:北京邮电大学 学6-347 TEL:010-62284785

Re: APACHE 2.0 can't connect to MYSQL 5 when using PHP 5.1.2

2006-02-16 Thread mysql
hu, 16 Feb 2006, persant mpote wrote: > To: mysql@lists.mysql.com > From: persant mpote <[EMAIL PROTECTED]> > Subject: APACHE 2.0 can't connect to MYSQL 5 when using PHP 5.1.2 > > hi, > since 3 days, i'm trying to connect to MYSQL 5.0.18 from > php scripts usi

Re: APACHE 2.0 can't connect to MYSQL 5 when using PHP 5.1.2

2006-02-16 Thread SGreen
persant mpote <[EMAIL PROTECTED]> wrote on 02/16/2006 10:29:37 AM: > hi, > since 3 days, i'm trying to connect to MYSQL 5.0.18 from php > scripts using Apache et Macromedia 2004 Dreamweaver. > Could someone help me doin

APACHE 2.0 can't connect to MYSQL 5 when using PHP 5.1.2

2006-02-16 Thread persant mpote
hi, since 3 days, i'm trying to connect to MYSQL 5.0.18 from php scripts using Apache et Macromedia 2004 Dreamweaver. Could someone help me doing this? Best regard. - Nouveau : téléphonez moins cher avec Yahoo! Messenger ! Découve

Re: cannot connect to mysql

2006-01-10 Thread Gleb Paharenko
Hello. See: http://dev.mysql.com/doc/refman/5.0/en/error-access-denied.html ghislain groulx wrote: > im quite new to mysql and here is the problem. I simply cannot connect > to mysql through phpmyadmin or anything else. Lets say i enter the url > to connect (localhost/p

cannot connect to mysql

2006-01-09 Thread ghislain groulx
im quite new to mysql and here is the problem. I simply cannot connect to mysql through phpmyadmin or anything else. Lets say i enter the url to connect (localhost/phpmyadmin/index.html) i end up in the welcome page but it says "access denied for user [EMAIL PROTECTED] (using passwor

Re: ERROR 2003 (HY000): Can't connect to MySQL server on 'gandalf' (111)

2005-12-04 Thread Simon Garner
On 5/12/2005 11:56 a.m., Mike Smith wrote: Hi, Hi, I've already check my /etc/my.cnf file for a "binding" line. Its not there. I also found an item online that indicated adding: Look for the option "skip-networking". This disables TCP/IP so the server only accepts local connections v

ERROR 2003 (HY000): Can't connect to MySQL server on 'gandalf' (111)

2005-12-04 Thread Mike Smith
qldump on mythconverg and install Mandrivia 2006 on server gandalf. I restored the mythconverg; Now, I get: [EMAIL PROTECTED] mysql -u mythtv -pmythtv -h gandalf mythconverg ERROR 2003 (HY000): Can't connect to MySQL server on 'gandalf' (111) I then tried granting privledges to

Re: Can't connect to MySQL v5.0.15 on 'Windows XP

2005-11-16 Thread Gleb Paharenko
Hello. > If I try to run mysqlshow, I see: > > C:\Documents and Settings\Chris>mysqlshow sql > mysqlshow: Access denied for user 'ODBC'@'localhost' (using password: NO) ODBC is default username that is used on Windows. Create a new user account and use it to connect to the MySQL se

Can't connect to MySQL v5.0.15 on 'Windows XP

2005-11-16 Thread cnelson
I've just installed MySQL v5.0.15 on my 'Windows XP system and most ways I want to connect to it fail. I don't see what I'm doing wrong. I've searched the manual, the web, and the forums without seeing anything that clearly addressed my problem. Help, please! If I navigate through Programs / MySQL

Re: Can't connect to mysql server from another windows box

2005-09-20 Thread Gerald Williams
>it sounds like you need to look at, and potentially cleanup (or make >your mysql access entries match) what's in the inverse-map record for >the IPnumbers of your machines. >when you connect mysql takes the IPnumber on the inbound connection, >looks it up in DNS and then checks the result against

Re: Can't connect to mysql server from another windows box

2005-09-20 Thread Gerald Williams
>Note that if you set the password by directly editing (UPDATE) the >mysql.user table like this, you will have to run FLUSH PRIVILEGES; Thank you. That solved the problem connecting from the mysql client. It changed the problem connecting via the 'Test' button from the ODBC Administrator, t

Re: Can't connect to mysql server from another windows box

2005-09-20 Thread Michael Stassen
[EMAIL PROTECTED] wrote: Gerald Williams <[EMAIL PROTECTED]> wrote on 09/20/2005 10:49:22 AM: MySQL 5.0.12, P2P Microsoft network I cannot get the manual's instructions (24.1.9.6) to work for connecting from a mysql client on a windows machine to a mysql server running on another windows ma

Re: Can't connect to mysql server from another windows box

2005-09-20 Thread SGreen
Gerald Williams <[EMAIL PROTECTED]> wrote on 09/20/2005 10:49:22 AM: > MySQL 5.0.12, P2P Microsoft network > > I cannot get the manual's instructions (24.1.9.6) to work for > connecting from a mysql client on a windows machine to a mysql > server running on another windows machine (xp and w2kpr

Can't connect to mysql server from another windows box

2005-09-20 Thread Gerald Williams
MySQL 5.0.12, P2P Microsoft network I cannot get the manual's instructions (24.1.9.6) to work for connecting from a mysql client on a windows machine to a mysql server running on another windows machine (xp and w2kpro repsectively) The client machine can ping the server machine by name or IP ad

Re: Can not connect to Mysql server with Number 2003

2005-08-05 Thread Gleb Paharenko
Hello. See: http://dev.mysql.com/doc/mysql/en/can-not-connect-to-server.html "Nguyen, Phong" <[EMAIL PROTECTED]> wrote: > > All, > > In a few minutes ago, I can connect to mysql. Log out and can not login with > error "Mysql error Numbe

Re: Can not connect to Mysql server with Number 2003

2005-08-05 Thread Nuno Pereira
Nguyen, Phong wrote: All, In a few minutes ago, I can connect to mysql. Log out and can not login with error "Mysql error Number 2003 can't connect to Mysql server.." Check this: http://dev.mysql.com/doc/mysql/en/access-denied.html It is a good idea, for now, to check the er

Can not connect to Mysql server with Number 2003

2005-08-05 Thread Nguyen, Phong
All, In a few minutes ago, I can connect to mysql. Log out and can not login with error "Mysql error Number 2003 can't connect to Mysql server.." Any idea, please help! Thank you..Nguyen -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsub

Re: Not able to connect to Mysql server from network machine

2005-06-06 Thread rtroiana
Thanks Gleb. I just had to manually make changes in my firewall. I allowed requests to port 3306 & mysqld.exe in exceptions tab and it solved the problem. The only reason I didn't think about firewall setting before since whenever I try to run new service, I wud get a pop up from Firewall asking to

Re: Not able to connect to Mysql server from network machine

2005-06-06 Thread SGreen
"rtroiana" <[EMAIL PROTECTED]> wrote on 06/06/2005 08:42:18 AM: > Hi All, > > I'm trying to connect to MySql server from MySql Administrator on a network > machine. I specify the Server host as IP of the machine where DB server is > running and Port as 33

Not able to connect to Mysql server from network machine

2005-06-06 Thread rtroiana
Hi All, I'm trying to connect to MySql server from MySql Administrator on a network machine. I specify the Server host as IP of the machine where DB server is running and Port as 3306. Username as 'root' and the password I have tried with other usernames and specifyi

Re: Not able to connect to Mysql server from network machine

2005-06-06 Thread Gleb Paharenko
-to-server.html http://dev.mysql.com/doc/mysql/en/query-log.html "Reema Troiana" <[EMAIL PROTECTED]> wrote: > Hi All, > > I'm trying to connect to MySql server from MySql Administrator on a network > machine. I specify the Server host as IP of the mach

Not able to connect to Mysql server from network machine

2005-06-05 Thread Reema Troiana
Hi All, I'm trying to connect to MySql server from MySql Administrator on a network machine. I specify the Server host as IP of the machine where DB server is running and Port as 3306. Username as 'root' and the password I have tried with other usernames and specifying machine

Re: VB.NET how to connect to MySQL 4.1 DB

2005-04-11 Thread Homam S.A.
Download the .NET connector for MySQL: http://dev.mysql.com/downloads/connector/net/1.0.html Reference it in your project and you're ready to go. It comes with plenty of code examples on how to use it. --- Winanjaya <[EMAIL PROTECTED]> wrote: > Dear All, > > Any body has experience to connec

VB.NET how to connect to MySQL 4.1 DB

2005-04-11 Thread Winanjaya
Dear All, Any body has experience to connect MySQL 4.1 DB from VB.NET application? please advise .. how to deal with this? thanks a lot in advance -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: Connect to MYSQL server from Wi-Fi enabled Windows CE device

2005-03-03 Thread Joshua J. Kugler
C with a USB cable and then sync the 2 DBs. So what I want > to do is move the sync app to the CE Device and connect to MYSQL > directly from the mobile device. > > Hope this gives you a better idea of the problem. > > Regards > Hough > > >>> "Joshua J. Kugl

Re: Connect to MYSQL server from Wi-Fi enabled Windows CE device

2005-03-01 Thread Joshua J. Kugler
On Wednesday 23 February 2005 03:47, Hough Van Wyk said something like: > I am developing a embedded VB application running on a hp ipaq > running Windows CE 2003. This app has to connect to a MYSQL DB over a > wireless network. I have surfed the internet for hours with no luck. > Can anyone please

Connect to MYSQL server from Wi-Fi enabled Windows CE device

2005-02-23 Thread Hough Van Wyk
Hi All, I am developing a embedded VB application running on a hp ipaq running Windows CE 2003. This app has to connect to a MYSQL DB over a wireless network. I have surfed the internet for hours with no luck. Can anyone please help me with this problem. Regards Hough -- MySQL General Mailing L

Re: Cant connect to mysql error :20031 /10061

2005-02-04 Thread Michael Dykman
ve the program installed in > another city or place, I know that I have to enter the IP of the server > but I've tried this and it doesnÂt work when I try to connect to mysql > from outside de lan I receive the message > > error 2003: canÂt connect to xxx..xxx.xxx (10061)

Cant connect to mysql error :20031 /10061

2005-02-04 Thread marcelofabiani
I've tried this and it doesn´t work when I try to connect to mysql from outside de lan I receive the message error 2003: can´t connect to xxx..xxx.xxx (10061) I create a host in the user database of mysql with % Host User Password Select_priv Insert_priv Update_priv Delete_priv C

Re: Still can't connect to MySQL 5 on FC3

2005-02-03 Thread Gleb Paharenko
Hello. > [EMAIL PROTECTED] ~] /usr/bin/mysqld_safe > tee: /var/lib/mysql/mybox.err: Permission denied > -rw-rw 1 mysql root 1844 Feb 2 08:30 mybox.err It seems that you launch the mysqld_safe script as 'me' instead of root. Whil Hentzen <[EMAIL PROTECTED]> wrote: > Hi fol

Still can't connect to MySQL 5 on FC3

2005-02-02 Thread Whil Hentzen
Hi folks, Been doing a lot of noodlin' and googlin' yesterday and today, and thought I found the problem... but alas! To recap: I just installed MySQL 5 on a freshly updated FC3 box. I initially was getting this error: [EMAIL PROTECTED] ~] /usr/bin/mysqld_safe Starting mysqld daemon with databa

Re: how to connect to MySQL with an ecripted password.

2005-01-10 Thread Jason Martin
On Mon, Jan 10, 2005 at 11:44:48AM -0800, Eduardo Castro wrote: > Is there a way to encript the password in the text file? Or anothe way > to connect to my sql with an encripted password? Any authentication token you store in a text file will be just as useful as an unencrypted password, since on

how to connect to MySQL with an ecripted password.

2005-01-10 Thread Eduardo Castro
Hi, I am trying to connect to my sql using a php script, but I do not want to store the MySQL user password in a text file. Is there a way to encript the password in the text file? Or anothe way to connect to my sql with an encripted password? Thanks. -- MySQL General Mailing List For list a

Cannot connect to mysql through network while unix socket works

2004-12-23 Thread Oscar
N¬™ë,j°jËkj{zºÞw­…«k‰©oz»"¢z ‰¦ºx†j×­˜úèDear all, I have a mysql-4.0.12 server installed on RH 8, it works fine for months before I find the server unavailable from the remote host on the same LAN. I am sure there isn't any firewall between server and client. I ssh to the server and find th

Re: Error connecting to master: Can't connect to MySQL server on ' # MUST BE SET' (111)

2004-12-20 Thread Terence
1 Slave I/O thread: error connecting to master 'replication # MU@ # MUST BE SET:3306': Error: 'Can't connect to MySQL server on ' # MUST BE SET' (111)' errno: 2003 retry-time: 60 retries: 86400 Google hasnt turned up anything useful. Any ideas anyone? What

Re: Error connecting to master: Can't connect to MySQL server on ' # MUST BE SET' (111)

2004-12-20 Thread Gleb Paharenko
ow > > 041221 1:12:41 Slave I/O thread: error connecting to master > 'replication # MU@ # MUST BE SET:3306': Error: 'Can't connect to > MySQL server on ' # MUST BE SET' (111)' errno: 2003 > retry-time: 60 retries: 86400 > > Google h

Error connecting to master: Can't connect to MySQL server on ' # MUST BE SET' (111)

2004-12-20 Thread Terence
Hi, I am trying to setup replication on MySQL. Version 4.1.0alpha Using: ./bin/mysql -h -u replication -p I can connect successfully, but my error logs show 041221 1:12:41 Slave I/O thread: error connecting to master 'replication # MU@ # MUST BE SET:3306': Error: 'Can'

Re: No connect to mysql

2004-12-17 Thread sasa
Hi, I have solved .. I have writed in 'Index' file: cp1251 83 still thanks, thanks gelbs !!. :-)) Salvatore. - Original Message - From: "Gleb Paharenko" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, December 16, 2004 6:39 PM Subject: R

Re: No connect to mysql

2004-12-17 Thread sasa
"Gleb Paharenko" wrote: > What output does the following command produce? > myisamchk -dvv host.MYI the result is: myisamchk: File '/usr/share/mysql/charsets/italian.conf' not found (Errcode: 2) myisamchk: Character set '#'83' is not a compiled character set and is not specified in the '/usr/s

Re: No connect to mysql

2004-12-16 Thread Gleb Paharenko
t. > What I can to do for to resolve my problem ?? > thanks. > Salvatore. > > - Original Message -=20 > From: "sasa" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, December 14, 2004 12:41 PM > Subject: No connect to mysql >

Re: No connect to mysql

2004-12-15 Thread sasa
"J.R. Bullington" wrote: > Make sure that you have run `#/usr/local/mysql/bin/safe_mysqld &` ..when I try: #/usr/bin/safe_mysqld & [1] #Starting mysqld daemon with database from /var/lib/mysql STOPPING server from pid file /var/lib/mysql/mail.pid 041215 23:56:46 mysqld ended and: #/usr/bin/my

Re: No connect to mysql

2004-12-15 Thread sasa
ysql.sock' exists ! ..and I have tried to create mysql.sock but I don't have good result. What I can to do for to resolve my problem ?? thanks. Salvatore. - Original Message - From: "sasa" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 14, 2

RE: No connect to mysql

2004-12-14 Thread J.R. Bullington
J.R. -Original Message- From: sasa [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 14, 2004 6:42 AM To: [EMAIL PROTECTED] Subject: No connect to mysql Hi, I have a problem with mysql 4.0.22 on fedora core 2. ..when I try: #/usr/bin/mysqladmin -u root password '' /usr/

No connect to mysql

2004-12-13 Thread sasa
Hi, I have a problem with mysql 4.0.22 on fedora core 2. ..when I try: #/usr/bin/mysqladmin -u root password '' /usr/bin/mysqladmin: connect to server at 'localhost' failed error: Can't connect to local MySQL server through socket '/var/lib/mysql.sock (2)' Check that mysql is running and that

Can't connect to MySQL server - Operation now in progress

2004-08-19 Thread Alex Greg
Hi, I'm noticing this error in various script of ours that run on the cron: DBI connect('general:10.1.1.80:3306;mysql_connect_timeout=3','root',...) failed: Can't connect to MySQL server on '10.1.1.80' (115) at /usr/local/apache/cgi-bin/Shared/DBStuff.pm l

Re: connect to mySQL without database

2004-08-10 Thread Karam Chand
ch programming > language? We need to know in > >order to help you. C, C++, Java, Perl, PHP, > Python... The answer will > >differ. > > > >Alec > > > > > > > > > >Michael Seele <[EMAIL PROTECTED]> > >09/

Re: connect to mySQL without database

2004-08-09 Thread Egor Egorov
Michael Seele <[EMAIL PROTECTED]> wrote: > is it possible to connect to a mySQL-Server without entering a database > and then check all available databases? Sure, SHOW DATABASES is it: http://dev.mysql.com/doc/mysql/en/Show_database_info.html -- For technical support contracts, goto https

Re: connect to mySQL without database

2004-08-09 Thread Michael Seele
20 To [EMAIL PROTECTED] cc Subject Re: connect to mySQL without database i use mySQL english version! why? Karam Chand schrieb am 09.08.2004 14:13: Yes. Which language you are using? Regards, Karam --- Michael Seele <[EMAIL PROTECTED]> wrote: hi, is it possible to connect to a mySQL-Se

Re: connect to mySQL without database

2004-08-09 Thread Michael Seele
i use mySQL english version! why? Karam Chand schrieb am 09.08.2004 14:13: Yes. Which language you are using? Regards, Karam --- Michael Seele <[EMAIL PROTECTED]> wrote: hi, is it possible to connect to a mySQL-Server without entering a database and then check all available databases? thx mseel

Re: connect to mySQL without database

2004-08-09 Thread Karam Chand
Yes. Which language you are using? Regards, Karam --- Michael Seele <[EMAIL PROTECTED]> wrote: > hi, > is it possible to connect to a mySQL-Server without > entering a database > and then check all available databases? > thx mseele > > -- > G & H Softwareentwicklung GmbH Tel.: > +49(0)74

  1   2   3   >