Sir,
Actually I am using PHP script to connect from Web Server to the remote PC, which is running through a CRON JOB.
I tried the option suggested by MUGRABI.
mysql> grant all privileges on hotel.* to
eatout_eat2@2eatout.co.uk identified by 'xyz' with grant option;
ERROR 1044: Access denied for user: '@localhost' to database 'hotel'
I go the above error (ERROR 1044

hotel - is the name of the database in LOCAL PC
eatout_eat2 - the username of WEBSERVER DATABASE
xyz - Password of WEB SERVER DATABASE (due to security I am giving wrong password, sorry).
Suggest a solution.
Regards
Suresh Babu