Hey all I am having a bit trouble with my sql. I have seen some alien IDs logging into hosting account so I decided to shift my wordpress.
What I am doing is I installed wamp on my windows Xp computer and then installed a wp 2.8 in it. I then configured the wp-config file and added all the specifications of my hosting's wp-config file but changed the value for db_host from localhost to my domain LIKE
/** MySQL hostname */
define('DB_HOST', 'localhost');
to
/** MySQL hostname */
define('DB_HOST', 'www.technodesi.com');
I think it is the right way to do this but still it shows me an error Error establishing Connection with database.
So can any one find a problem in this as I am totally confused !!!!!