Problem - Host 'abc.def.com' is not allowed to connect to this MySQL server, Please advice..

2008-07-14 Thread ahmadbasha.shaik
' is not allowed to connect to this MySQL server Options that I tried: (from the information availabe on internet) a) I tried modifying the hosts file in WinNT directory to include this host name (assuming that it was not understanding the IP), but it did not work b) I tried adding a record with the IP as host

RE: Problem - Host 'abc.def.com' is not allowed to connect to this MySQL server, Please advice..

2008-07-14 Thread ahmadbasha.shaik
'abc.def.com' is not allowed to connect to this MySQL server, Please advice.. Importance: High Hi all, First try checking out the grant for the particular user ? Show grants for user@'abc.def.com'; If u don't find the results u can give grant as :- Grant select on *.* to user@'abc.def.com' identified

Re: Problem - Host 'abc.def.com' is not allowed to connect to this MySQL server, Please advice..

2008-07-14 Thread Glyn Astill
Group) Subject: FW: Problem - Host 'abc.def.com' is not allowed to connect to this MySQL server, Please advice.. Importance: High Hi all, First try checking out the grant for the particular user ? Show grants for user@'abc.def.com'; If u don't find the results u can give grant

RE: Problem - Host 'abc.def.com' is not allowed to connect to this MySQL server, Please advice..

2008-07-14 Thread ahmadbasha.shaik
- E-ENABLING); Raghavendra Hosabettu (WT01 - Innovation Group) Subject: FW: Problem - Host 'abc.def.com' is not allowed to connect to this MySQL server, Please advice.. Ok It means that DNS not configured so better give the IP address instead of hsostname and check using in mysql as Show grants

Re: ***SPAM*** RE: Problem - Host 'abc.def.com' is not allowed to connect to this MySQL server, Please advice..

2008-07-14 Thread Curtis Maurand
) Subject: FW: Problem - Host 'abc.def.com' is not allowed to connect to this MySQL server, Please advice.. Ok It means that DNS not configured so better give the IP address instead of hsostname and check using in mysql as Show grants for [EMAIL PROTECTED]; This should show u the grants

not allowed to connect to this mysql server

2003-06-11 Thread sinan
' is not allowed to connect to this mysql server What can I do? Sinan -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: not allowed to connect to this mysql server

2003-06-11 Thread Per Andreas Buer
message saying: 'My ip' is not allowed to connect to this mysql server What can I do? Check out this list: http://www.mysql.com/doc/en/Access_denied.html Most likely the answer is: If you get the following error when you try to connect from a different host than the one on which the MySQL

Re: not allowed to connect to this mysql server

2003-06-11 Thread Gelu Gogancea
address : [EMAIL PROTECTED] [EMAIL PROTECTED] - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, June 11, 2003 2:41 PM Subject: not allowed to connect to this mysql server Hi I am using a .Net project to connect

Re: not allowed to connect to this mysql server

2003-06-11 Thread Egor Egorov
message saying: 'My ip' is not allowed to connect to this mysql server What can I do? Give user privileges to connect from needed host: http://www.mysql.com/doc/en/GRANT.html -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored

error: 'Host 'myhostname' is not allowed to connect to this MySQL server'

2002-09-26 Thread Darren Hills
instructions. . . However, when I attempt to run the second of these I get the following error: [root@myhostname root]# mysqladmin -u root -h myhostname mypassword mysqladmin: connect to server at 'myhostname' failed error: 'Host 'myhostname' is not allowed to connect to this MySQL server' Any

ERROR 1130 : Host 'localhost' is not allowed to connect to this MySQL Server error

2002-09-21 Thread Ahmad Tasleem
, I had to halt using my computer and I closed it. When I re-started, it started giving 'ERROR 1130 : Host 'localhost' is not not allowed to connect to this MySQL server'. I read a lot of manual. I do not have 'mysql_install_db' script to remake the privilege tables. Finally I deleted all files

not allowed to connect to this MySQL server

2001-10-03 Thread Emailit2
this: ADODB.Connection.1 error '80004005' SQLState: S1000 Native Error Code: 1130 [TCX][MyODBC]Host 'dvox.com' is not allowed to connect to this MySQL server /forum/setup_login.asp, line 58 Any info about what this means, and how to fix it is appreciated Thanks

Host 'ip adddress'' is not allowed to connect to this MySQL server

2001-09-24 Thread Harpreet
I am trying to use MYSQL CLIENT for the first time. I have setup the mysql server and connect to it from my machine using Telnet. But everytime i try to connect using mysql client or through access 2000 i get the following error: Host 'ip address' is not allowed to connect to this MySQL server

Re: Host 'ip adddress'' is not allowed to connect to this MySQL server

2001-09-24 Thread Tony Wells
: Host ... is not allowed to connect to this MySQL server You can fix this by using the command-line tool mysql (on the server host!) to add a row to the user, db, or host table for the user/hostname combination from which you are trying to connect and then execute mysqladmin flush-privileges. If you

Host is not allowed to connect to this MySQL Server

2001-06-27 Thread Juan
Hi, When I try to connect from another machine (using MySQL Front) I'm getting the following error message: == Error Connection failed 1130 - Host is not allowed to connect to this MySQL Server == I

Re: Host is not allowed to connect to this MySQL Server

2001-06-27 Thread Oscar E. Salninch
is not allowed to connect to this MySQL Server Hi, When I try to connect from another machine (using MySQL Front) I'm getting the following error message: == Error Connection failed 1130 - Host is not allowed to connect to this MySQL Server

Re: Host is not allowed to connect to this MySQL Server

2001-06-27 Thread Tuc
I guess if you are updating user columns directly, you need to restart mysqld in order for changes to take effect... I think, that was a case with me... I find a mysqladmin flush-hosts fixes it for me. WHY, no one ever has figured out why. When one or more of the systems decides it

Re: Host is not allowed to connect to this MySQL Server

2001-06-27 Thread Paul DuBois
PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, June 27, 2001 5:24 PM Subject: Host is not allowed to connect to this MySQL Server Hi, When I try to connect from another machine (using MySQL Front) I'm getting the following error message: == Error Connection

ERROR 1130: Host '' is not allowed to connect to this MySQL server

2001-02-08 Thread Jen Carroll
I am getting the same error when I try to connect. Mine is a brand new install. Have you have any luck trouble shooting this problem? Jen - Before posting, please check: http://www.mysql.com/manual.php (the manual)

Re: ERROR 1130: Host '' is not allowed to connect to this MySQL server

2001-02-08 Thread Atle Veka
Please look in the mysql manual before you ask questions (if you already haven't) http://www.mysql.com/doc/P/r/Privilege_system.html :) --Atle On Thu, 8 Feb 2001, Jen Carroll wrote: I am getting the same error when I try to connect. Mine is a brand new install. Have you have any luck

ERROR 1130: Host '' is not allowed to connect to this MySQL server

2001-02-07 Thread Glen Parker
Good Morning, Recently, on an otherwise functioning system, I began getting the following message ERROR 1130: Host '' is not allowed to connect to this MySQL server I am running both the client and server from Solaris 7 machines. MySQL version is 3.22.32 This started happening about two

ERROR 1130: Host 'dhcp-70-219' is not allowed to connect to this MySQL server

2001-01-17 Thread kerry finn
Hi, I'm new to MySQL. I've installed MySQL on bothWin2000 and Solaris 2.8 machines. Everything locally works fine. When I tried to connect from the Win2000 (dhcp-70-219) machine to the Solaris machine I get the following error: "ERROR 1130: Host 'dhcp-70-219' is not allowed to co