Re: cannot connect remotely on 3306

2014-04-12 Thread nicu
solved.. firewall was up:) it had 3 profiles and i had just set it off on one of them Trimis de pe iPhone-ul meu Pe 12.04.2014, la 17:48, Reindl Harald a scris: > > Am 12.04.2014 16:37, schrieb Nicolae Marasoiu: >> I removed Firewall on the win7 server, I set the server in Home network, >> an

Re: cannot connect remotely on 3306

2014-04-12 Thread Reindl Harald
Am 12.04.2014 16:37, schrieb Nicolae Marasoiu: > I removed Firewall on the win7 server, I set the server in Home network, > and joined the workgroup / homegroup. > > From other computers I can access \\server\Users, can ping it, but cannot > telnet to 3306 (which locally i can on both localhost a

Re: cannot connect remotely on 3306

2014-04-12 Thread Nicolae Marasoiu
Hi again, I removed Firewall on the win7 server, I set the server in Home network, and joined the workgroup / homegroup. >From other computers I can access \\server\Users, can ping it, but cannot telnet to 3306 (which locally i can on both localhost and ip), nor connect with DBVisualizer (which l

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

RE: Cannot Connect: Can't create a new thread (errno 11)

2007-07-05 Thread cfaust-dougot
: cfaust-dougot Cc: mysql@lists.mysql.com Subject: Re: Cannot Connect: Can't create a new thread (errno 11) Chris, Did you check if there are any user level MAX_USER_CONNECTIONS restriction set while granting access ? Thanks Alex On 7/4/07, Chris Faust <[EMAIL PROTECTED

Re: Cannot Connect: Can't create a new thread (errno 11)

2007-07-04 Thread Alex Arul Lurthu
Chris, Did you check if there are any user level MAX_USER_CONNECTIONS restriction set while granting access ? Thanks Alex On 7/4/07, Chris Faust <[EMAIL PROTECTED]> wrote: Folks, I'm wondering is someone could help us in trying to resolve the above error, we have read through what threads

Re: Cannot connect to server

2006-03-14 Thread James E Hicks III
Sara Woglom wrote: Thanks Shawn!! You should be thanking Mladen Adamovic for pointing you to: http://dev.mysql.com/doc/mysql/en/grant.html This page holds your answer. From the error message you got Telnet to port 3306: Host 'my-machine-name' is not allowed to connect to this MySQL serv

RE: Cannot connect to server

2006-03-10 Thread Sara Woglom
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, March 10, 2006 1:08 PM To: Sara Woglom Cc: mysql@lists.mysql.com Subject: Re: Cannot connect to server "Sara Woglom" <[EMAIL PROTECTED]> wrote on 03/10/2006 11:54:03 AM: > I have ju

Re: Cannot connect to server

2006-03-10 Thread SGreen
"Sara Woglom" <[EMAIL PROTECTED]> wrote on 03/10/2006 11:54:03 AM: > I have just installed MySQL 5.0, and I am unable to connect to it from my > own (remote) machine. It all works fine when I open mysqladmin from the > server itself, so I know the installation is OK. I am working on a small >

Re: Cannot connect to server

2006-03-10 Thread Mladen Adamovic
Sara Woglom wrote: I have just installed MySQL 5.0, and I am unable to connect to it from my own (remote) machine. It all works fine when I open mysqladmin from the server itself, so I know the installation is OK. I am working on a small LAN of about 15 PCs. When I try to telnet to the default

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

Re: cannot connect to database

2005-12-31 Thread Anthony Ettinger
add a user in the table for your remote hostname or ip number. On 12/31/05, Jon Miller <[EMAIL PROTECTED]> wrote: > > I'm trying to initialize to a database on another server from a mail > server. I can telnet to it but cannot initialize the database. > The account and user exists in the database

Re: cannot connect to the mysql server.thank you.

2005-04-13 Thread nei-syou
dear sir, (BThanks your answer. (BI install in Windows 2000 professional platform.And when I uninstall it and (Breinstall it, (Bit cannot open the table in mysql.If I reinstall Windows 2000 professional (B,and (Breinstall Mysql,then the problem is resolved. (BTnank you very much. (B (B

Re: cannot connect to the mysql server.thank you.

2005-04-13 Thread Ehrwin Mina
çéè wrote: dear sir, nice to meet you. now i have installed the MySQL-Server&Client(4[1].0.15).but i cannot connect mysql server when i make a change. what is the wrong with what i do?l can i get your help? thank you very much. In what platform did you install it? thanks, Ehrwin Mina Ch

Re: cannot connect to the mysql server.thank you.

2005-04-05 Thread Gleb Paharenko
Hello. See: http://dev.mysql.com/doc/mysql/en/can-not-connect-to-server.html > >>dear sir, >>nice to meet you. >>now i have installed the MySQL-Server&Client(4[1].0.15).but i cannot >>connect mysql server when i make a change. >>what is the wrong with what i do?l >>can i get yo

Re: Cannot connect to local server problem

2004-12-16 Thread Gleb Paharenko
Hello. See: http://dev.mysql.com/doc/mysql/en/Can_not_connect_to_server.html Leandro Melo <[EMAIL PROTECTED]> wrote: > Hi, i built an application which uses MySQL 4.0.17 > using Windows XP Professional. > Tomorrow, i need to present the application to my > client, so i preparing my enviroment

RE: Cannot connect to local server problem

2004-12-15 Thread Reinhart Viane
Did you reboor after install? -Original Message- From: Leandro Melo [mailto:[EMAIL PROTECTED] Sent: woensdag 15 december 2004 14:51 To: lista mysql Subject: Cannot connect to local server problem Hi, i built an application which uses MySQL 4.0.17 using Windows XP Professional. Tomorrow,

Re: Cannot connect to local server problem

2004-12-15 Thread Victor Pendleton
Have you verified that the MySQL server is currently running? Was this installed as service to automatically start up? Leandro Melo wrote: Hi, i built an application which uses MySQL 4.0.17 using Windows XP Professional. Tomorrow, i need to present the application to my client, so i preparing my

Re: cannot Connect to local MYSQL server through socket

2004-11-24 Thread Mark Papadakis
Hello, The mysql sock file is used for Unix Domain Sockets communication. In essence, it is used for interconnection between processes running on the same system. They function just like ordinary-over-the-net sockets. They are just faster for interprocess communication. I am not sure I understan

Re: cannot Connect to local MYSQL server through socket

2004-11-24 Thread Victor Pendleton
Is the MySQL server running and you can not connect? Or are you not able to start the MySQL server? Morris, Andrew wrote: ../var/lib/mysql/mysql.sock. I've been round the houses with this following the thread but I can't get past this error despite all the chmod and chown modifications, insta

Re: Cannot connect via TCP ("Lost connection to MySQL server during query")

2004-08-12 Thread Matt Winckler
Michael Stassen wrote: What hardware and OS? How did you get and install mysql? MySQL supplied binary? 3rd party binary? Built from source? If the answer is not "MySQL supplied binary", my first suggestion would be to try that to see if the problem goes away. Michael That did end up being the

Re: Cannot connect via TCP ("Lost connection to MySQL server during query")

2004-08-12 Thread Matt Winckler
Michael Stassen wrote: What hardware and OS? Pentium II 300, 192 MB RAM, almost-brand-new 80GB hard drive, running Gentoo Linux (kernel 2.4.25-gentoo). How did you get and install mysql? MySQL supplied binary? 3rd party binary? Built from source? If the answer is not "MySQL supplied binary",

Re: Cannot connect via TCP ("Lost connection to MySQL server during query")

2004-08-12 Thread Michael Stassen
What hardware and OS? How did you get and install mysql? MySQL supplied binary? 3rd party binary? Built from source? If the answer is not "MySQL supplied binary", my first suggestion would be to try that to see if the problem goes away. Michael Matt Winckler wrote: Hi, I'm running into trouble

Re: Cannot connect on the internet...Do I need to open a port on my router?

2003-12-29 Thread robert_rowe
If remote clients will connect directly to your MySQL server then you will need to open port 3306. If you are only going to access MySQL via server side scripts (PHP) then you will not need to open this port as the scripts will connect to the localhost. If you cannot see your web site then it

Re: Cannot Connect to Server

2003-09-01 Thread Martin Gainty
Make sure %WINDOWS%\my.ini has the entry bind-address=127.0.0.1 -Martin - Original Message - From: "Antony Dovgal" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, September 01, 2003 3:42 AM Subject: Re: Cannot Connect to Server

Re: Cannot Connect to Server

2003-09-01 Thread Antony Dovgal
On Mon, 1 Sep 2003 11:51:07 +0100 "Phil Ewington - 43 Plc" <[EMAIL PROTECTED]> wrote: > Could not read response from last sender :o( from <[EMAIL PROTECTED]> ? it's Yet Another Spammer(or Autoresponder) on this list. YAS(A) =) dunno why list administration haven't blocked him yet. These robots ar

RE: Cannot Connect to Server

2003-09-01 Thread Phil Ewington - 43 Plc
Could not read response from last sender :o( -Original Message- From: Phil Ewington - 43 Plc [mailto:[EMAIL PROTECTED] Sent: 01 September 2003 11:35 To: Mysql Subject: Cannot Connect to Server Hi All, Having problems with connecting to mysql server as we have had to change all the IP

Re: Cannot Connect to Server

2003-09-01 Thread Antony Dovgal
On Mon, 1 Sep 2003 11:34:31 +0100 "Phil Ewington - 43 Plc" <[EMAIL PROTECTED]> wrote: > The error message is: > "Warning: mysql_connect(): Can't connect to local MySQL server through > socket '/var/tmp/mysql.sock' (111) in /home/sites/.. on line 3 > Unable to select database" is MySQL socket real

Re: cannot connect to mysql server

2003-04-05 Thread Todd O'Bryan
Try the following cd /usr/local/mysql ./bin/mysqld_safe and see if that starts up the server. If it doesn't, check to make sure you don't have a proxy set in your internet configurations. Todd On Saturday, April 5, 2003, at 12:00 PM, Peter Gumbrell wrote: I have installed mysql on Mac OS X.

Re: cannot connect to mysql server

2003-04-05 Thread Jeff Shapiro
At 12:00 -0500 4/5/03, Peter Gumbrell wrote: I have installed mysql on Mac OS X. when I attempt to access it either through a php page or through Terminal, I receive this message; Can't connect to local MySQL server through socket '/tmp/mysql.sock' mysqld isn't running. You can check to see if

Re: cannot connect to MySQL

2003-03-14 Thread gerald_clark
Please read the warning. It attempting a LOCAL connection. Please enter the host ( server) you wish to connect to. Jon Miller wrote: I'm having a problem connecting to MySQL database using phpMyAdmin from a remote location. I've had a look at the manual but I'm not too clear on what has to be don

Re: Cannot Connect

2003-02-14 Thread Stefan Hinz
RBE, > I just got a copy of MySql and am trying both SqlGui and MySqlcc. In > desperation, I also tried the command line. When I finally got it > started, it fails to connect, refuses every password and I find I am > unable to set a user and a password. It bit more information could help to t

Re: Cannot Connect

2003-02-14 Thread Adam Majer
On Fri, Feb 14, 2003 at 12:01:32PM -0600, RBE wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > I just got a copy of MySql and am trying both SqlGui and MySqlcc. In > desperation, I also tried the command line. When I finally got it > started, it fails to connect, refuses every pass

RE: Cannot connect from WInXp > MYSQL server - help

2003-01-26 Thread Michael Pelley
Original Message- From: Stefan Hinz, iConnect (Berlin) [mailto:[EMAIL PROTECTED]] Sent: Saturday, January 25, 2003 7:18 PM To: Scott Lewis; [EMAIL PROTECTED] Subject: Re: Cannot connect from WInXp > MYSQL server - help Scott, most probably, you've got a glibc problem on your Red

Re: Cannot connect from WInXp > MYSQL server - help - cont.

2003-01-26 Thread Scott Lewis
Hinz, iConnect (Berlin)" <[EMAIL PROTECTED]> To: "Scott Lewis" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Saturday, January 25, 2003 10:48 PM Subject: Re: Cannot connect from WInXp > MYSQL server - help > Scott, > > most probably, you've go

Re: Cannot connect from WInXp > MYSQL server - help

2003-01-25 Thread Stefan Hinz, iConnect \(Berlin\)
Scott, most probably, you've got a glibc problem on your Red Hat box. Try upgrading to a newer version of glibc, and if the problem (mysqld dies when trying to connect from anywhere else than localhost) has gone, I was right :) (There was a very similar question a couple of days ago on this list.

re: Cannot connect after upgrading to mysql-4.0.8

2003-01-11 Thread Egor Egorov
On Saturday 11 January 2003 04:35, Claus Olesen wrote: > >Description: > > The problem described on > > http://bugzilla.redhat.com/bugzilla/long_list.cgi?buglist=75128 > with solution described on > http://rhn.redhat.com/errata/RHSA-2002-197.html > comes bac

re: cannot connect to local mysql server through socket

2002-09-30 Thread Egor Egorov
Lawrence, Monday, September 30, 2002, 2:47:44 PM, you wrote: LS> I am trying to set up a mail server using Postfix, Web-cyradm and mysql LS> on SusE 8. I have followed all the steps in Luc de Louw's documentation LS> so far and MySQL server is running. When I try to use the scripts that LS> came

Re: Cannot connect to MySQL server with a java application

2002-02-12 Thread Mark Matthews
IL PROTECTED]> To: "'debian'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, February 06, 2002 8:23 PM Subject: RE: Cannot connect to MySQL server with a java application > Almost, but not exactly the same . > > DriverManager.getCon

RE: Cannot connect to MySQL server with a java application

2002-02-12 Thread Lee, Andrew
Almost, but not exactly the same . DriverManager.getConnection(dburl, dbuser, dbpasswd) <-- note, 3 arguments here > -Original Message- > From: debian [SMTP:[EMAIL PROTECTED]] > Sent: Wednesday, February 06, 2002 1:59 PM > To: [EMAIL PROTECTED] > Subject: Cannot connect to MyS

Re: Cannot connect to MySQL server with a java application

2002-02-07 Thread Mark Matthews
IL PROTECTED]> To: "'debian'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, February 06, 2002 8:23 PM Subject: RE: Cannot connect to MySQL server with a java application > Almost, but not exactly the same . > > DriverManager.getCon

Re: Cannot connect to MySQL server with a java application

2002-02-06 Thread bobby
thnx for answering, but if i use your suggestion, i get the same errormessage. who can help me? - Original Message - From: "Lee, Andrew" <[EMAIL PROTECTED]> To: "'debian'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, February

RE: Cannot connect to MySQL server with a java application

2002-02-06 Thread Lee, Andrew
Almost, but not exactly the same . DriverManager.getConnection(dburl, dbuser, dbpasswd) <-- note, 3 arguments here > -Original Message- > From: debian [SMTP:[EMAIL PROTECTED]] > Sent: Wednesday, February 06, 2002 1:59 PM > To: [EMAIL PROTECTED] > Subject: Cannot connect to MyS

Re: Cannot Connect to remote host for replication

2001-04-08 Thread Rolf Hopkins
Where is your server located? On the same LAN? You sure the mysql server is running? - Original Message - From: "MCA Department PESIT" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, April 09, 2001 12:48 Subject: Cannot Connect to remote host for replication > hi there, >

Re: Cannot connect to local mySQL server through socket error (111)

2001-02-22 Thread Gerald L. Clark
Chuang Keng Chee wrote: > > Hi! > > Socket file specified is : /var/lib/mysql/mysql.sock > which on my system has a filesize of zero. I'm running a Red Hat > 7.0, Kernel 2.2.16-22smp > which I installed with MySQL (ie, MySQL wasn't installed separately from > source files.) > > I've got th

Re: cannot connect to database

2001-02-17 Thread Teddy A Jasin
just do it using grant statement so that you can connect from another host. use grant to username@'%' instead of localhost - Original Message - From: "Emre Yildirim" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, February 18, 2001 12:40 AM Subject: cannot connect to database >