i am new to MySQL and php and i cannot seem to obtain a remote connection to mysql server via heidisql and i can get a connection via the command line shell included in the mysql client the following is the error message
SQL Error (1045) in statement #0: Access denied for user
'root'@'localhost' (using password: YES)
this message occurred once i typed in -hlocalhost -uroot -pascent
in the DOS box. Any pointers would be very much appreciated. Would i have to run the mysql_install_db script to initialise privilges as i am 100% sure my password is correct.