我昨天写的php还可以对mysql进行操作,今天重启电脑以后就一直显示unable to connect
<?php$db=mysql_connect('localhost', 'bp6am', '123') 
or die('unable to connect'); 
?>