473,387 Members | 1,516 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,387 software developers and data experts.

connection error

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 "controlloscatole":

GRANT USAGE ON * . * TO "rep_ammin"@ "%"IDENTIFIED BY "***************"WITH MAX_QUERIES_PER_HOUR 0 MAX_CONNECTIONS_PER_HOUR 0 MAX_UPDATES_PER_HOUR 0 ;

REVOKE ALL PRIVILEGES ON `controlloscatole` . * FROM "rep_ammin"@ "%";
REVOKE GRANT OPTION ON `controlloscatole` . * FROM "rep_ammin"@ "%";
GRANT SELECT ON `controlloscatole` . * TO "rep_ammin"@ "%";

If i try to access to controlloscatole as rep_ammin:
* via MysqlCC
*host: localhost all is ok.
*host: 192.168.50.195 ERROR 2003: Can't connect on
192.168.50.195 (10061)
* via phpmyadmin
*http://localhost/mysql/ all is ok
*http://192.168.50.195/mysql/ ALL IS OK!!

* via ODBC
*host: localhost all is ok.
*host: 192.168.50.195 ERROR 2003: Can't connect on
192.168.50.195 (10061)

So if i try to connect to my db as rep_ammin from my PC i've no problem.
On the contrary nobody in my office can do that... via Access (ODBC) or MysqlCC.
Have you any idea to resolv my problem please?
Thank you very much :-)

PS I use mysql from easyphp on winXP...
Jul 20 '05 #1
2 1882
On Wed, 14 Jul 2004 09:15:17 +0200
Vittorio Zuccalà <vi*****@tiscali.it> wrote:
Hello,
[ULTRA CUT]

I didn't remember to say my my.cnf hasn't "skip-networking" option
so i really can't understand why other people can't connect
to my server...
May you help me?
Jul 20 '05 #2
On Wed, 14 Jul 2004 09:15:17 +0200
Vittorio Zuccalà <vi*****@tiscali.it> wrote:
Hello,
[ULTRA CUT]

I didn't remember to say my my.cnf hasn't "skip-networking" option
so i really can't understand why other people can't connect
to my server...
May you help me?
Jul 20 '05 #3

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

Similar topics

4
by: James | last post by:
We've had a recurring problem where all of a sudden we get a DBMSSOCN General Network Error on any page that connects to SQL Server. Then we have to reboot the server and everything works fine...
2
by: Jozef | last post by:
Hello, I'm trying to create a central function that runs a connection to an SQL Server database. The connection etc works, but when I try to call it, I get an error saying "Runtime-Error 91:...
6
by: Chris Szabo | last post by:
I've created a data access layer for a .NET web application. I'm using C# and framework 1.1. I'm getting an error from time to time when I close a connection saying: ...
26
by: Rajeev Tipnis | last post by:
http://support.microsoft.com/default.aspx?scid=kb;en- us;819450 Questions: 1) Is this patch (fix) applicable to the .NET 1.1 Framework as well? That is, if we have Framework 1.1 (On...
5
by: Suresh | last post by:
Hi Guys I have Db2 server installed on remote server. i am connecting to that remote server by using VPN. I want to connect that remote DB2 server instance using my local machine DB2...
8
by: Greg Strong | last post by:
Hello All, The short questions are 1 Do you know how to make DSN connection close in Access to Oracle 10g Express Edition? &/or 2 Do you know how to make a DSN-less pass-through query...
20
by: fniles | last post by:
I am using VS2003 and connecting to MS Access database. When using a connection pooling (every time I open the OLEDBCONNECTION I use the exact matching connection string), 1. how can I know how...
7
by: fniles | last post by:
I am using VB.Net 2003 and MS Access (connecting using OleDBConnection). I read using DataAdapter and DataSet, not DataReader. When many people try to access the database at the same time, I get...
0
by: Robert Avery | last post by:
In VBA/VB6, I had a class (incomplete sample below) that watched and displayed for the user all connection events, so that I could easily see what SQL was taking a long time, and when it freezes, I...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

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.