473,327 Members | 2,025 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,327 software developers and data experts.

connection via MySQLCC

Hello,
i've a db on my PC.

It has 192.168.50.195 IP.
It has a user, named amministrazione, who can select records in this db.

If i launch mysqlCC as amministrazione to localhost, i can access to db.
If i launch mysqlCC as amministrazione to my IP, i can't access to db.

ERROR 2003: Can't connect to MySQL server on '192.168.50.195' (10061)

Any idea about this problem?

PS in my my.cnf there is not "skip-networking" option
PS in my grant table i've amministrazione@% user who can select on db.
Please help me :-)
Jul 20 '05 #1
4 2373
Vittorio Zuccalà wrote:
Hello,
i've a db on my PC.

It has 192.168.50.195 IP.
It has a user, named amministrazione, who can select records in this db.

If i launch mysqlCC as amministrazione to localhost, i can access to db.
If i launch mysqlCC as amministrazione to my IP, i can't access to db..

ERROR 2003: Can't connect to MySQL server on '192.168.50.195' (10061)

Any idea about this problem?

PS in my my.cnf there is not "skip-networking" option
PS in my grant table i've amministrazione@% user who can select on db..


Do you have a firewall on your PC which is preventing access on that port?
When you access using 'localhost' it uses the socket file; when you connect
to the IP address it uses the port/networking. If you have the port closed
in the firewall it won't be able to connect that way.

--
Chris Hope - The Electric Toolbox - http://www.electrictoolbox.com/
Jul 20 '05 #2
Vittorio Zuccalà wrote:
Hello,
i've a db on my PC.

It has 192.168.50.195 IP.
It has a user, named amministrazione, who can select records in this db.

If i launch mysqlCC as amministrazione to localhost, i can access to db.
If i launch mysqlCC as amministrazione to my IP, i can't access to db..

ERROR 2003: Can't connect to MySQL server on '192.168.50.195' (10061)

Any idea about this problem?

PS in my my.cnf there is not "skip-networking" option
PS in my grant table i've amministrazione@% user who can select on db..


Do you have a firewall on your PC which is preventing access on that port?
When you access using 'localhost' it uses the socket file; when you connect
to the IP address it uses the port/networking. If you have the port closed
in the firewall it won't be able to connect that way.

--
Chris Hope - The Electric Toolbox - http://www.electrictoolbox.com/
Jul 20 '05 #3
On Wed, 21 Jul 2004 08:07:36 +1200
Chris Hope <bl*******@electrictoolbox.com> wrote:
Do you have a firewall on your PC which is
preventing access on that port?
No; it is not protected by firewall?
When you access using 'localhost' it uses the socket file; when you connect
to the IP address it uses the port/networking. If you have the port closed
in the firewall it won't be able to connect that way.

Have you any other idea?
I've not a firewall on my PC because it is protected from a upper firewall.
Jul 20 '05 #4
On Wed, 21 Jul 2004 08:07:36 +1200
Chris Hope <bl*******@electrictoolbox.com> wrote:
Do you have a firewall on your PC which is
preventing access on that port?
No; it is not protected by firewall?
When you access using 'localhost' it uses the socket file; when you connect
to the IP address it uses the port/networking. If you have the port closed
in the firewall it won't be able to connect that way.

Have you any other idea?
I've not a firewall on my PC because it is protected from a upper firewall.
Jul 20 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Ernest | last post by:
Hello I think that I'm having a problem with a damaged table, but I'm not sure. First of all, I'm using the following: -Suse 9.0 (Kernel 2.4.21-192) -MySQL 4.0.15 -PHP 4.3.3 -Apache 1.3.28
0
by: Weir Travis | last post by:
------_=_NextPart_001_01C34B9E.A3ABD810 Content-Type: text/plain; charset="windows-1256" Content-Transfer-Encoding: quoted-printable I have noticed that mySQL Control Center (beta 092), will...
2
by: Scott Pippin | last post by:
--=_4C1260B9.7C1D656D Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit I am trying to run MySQLcc(0.9.2) on Windows XP. When I try to bring it up I get an hourglass...
0
by: Andreas | last post by:
Hi list, I got me a copy of mysqlcc 0.9.2-beta and installed it on my win 2000 box. No complaints so far. There is an icon on the desktop. I click it and for a really short moment there is a...
4
by: willjay | last post by:
Trying to connect with mysqlcc and i get the following message dialog. (Application popup: mysqlcc.exe - Application Error : The instruction at "0x39ee1141" referenced memory at "0x656e6e6f". The...
0
by: Adnaan | last post by:
Hi, This is the first time i am working with MySQL and i need some help. I created a table "roles" in "test" db. Everytime i right click on the table and do "Open Table", i get the following...
0
by: Vittorio Zuccalà | last post by:
Hello, sorry for my english :-) I've a db named "controlloscatole" on my PC which has IP: 192.168.50.195 I've created a user which hasn't generic privileges but he has only SELECT privilege to...
0
by: Vittorio Zuccalà | last post by:
Hello, i've a db on my PC. It has 192.168.50.195 IP. It has a user, named amministrazione, who can select records in this db. If i launch mysqlCC as amministrazione to localhost, i can access...
0
by: rloef | last post by:
I have just switched from mysql-4.1.14 on a FreeBSD-4.11 box to mysql-5.0.15 on a FreeBSD-6.0 box. In both environments I use mysqlcc to select, insert and update tables. On the 4.1.14 machine,...
2
by: rayapati | last post by:
hi all, i had created a table using mysqlcc GUI toolwith datatype varchar now i want to change the datatype into integer. is it possible to me to change the datatype in mysqlcc GUI tool of a...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.