Fabrice Trichard <[EMAIL PROTECTED]> wrote:
> 
> I am using Linux 7.1 with MySql and client win98 .I have installed CC on win 98 and 
> after giving the info it needs to connect I get an error :
> 
> 1/ if specified with username @ localhost ....[SQL-SERVER] ERROR 2003: Can't connect 
> to MySQL server on 'localhost' (10061)

It means that MySQL server isn't running on local (Windows) box.

> 
> 2/ if specified with username @ hostname      [SQL-SERVER] ERROR 1130: Host 
> '192.xxx.xxx.xxx' is not allowed to connect to this MySQL server

It means that user doesn't have permissions to connect from Windows box. You should 
add entry for 'user'@'remote_host' to the table 'user':
        http://www.mysql.com/doc/en/Access_denied.html

> 
> Why ....what have I missed ? mysql is up and running and I connect well with 
> phpmyadmin...
> 


-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Victoria Reznichenko
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.com





-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to