same og problem ani na post
https://www.istorya.net/forums/progra...lling-php.html
sa htdocs. create kag folder ddto daun ibutang imong mga php files ddto
http://localhost/IMONGFOLDER
input na sa browser but before ka mag input sa browser e on imong xampp apache og mysql.
try this solution: - Can't start Apache using WAMP
@ALL,
it works.. salamat keo mga brad.. if naa ko pangutana post lang japon ko diri ha?
mga brad, unsai rason nganong mag error man ko'g in.ani?
nga unta sakto man akong password, username...Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'root'@'localhost' (using password: YES) in C:\xampp\htdocs\Larville\availability.php on line 148
Could not connect: Access denied for user 'root'@'localhost' (using password: YES)
You will need to grant user 'root' with privileges in your mysql database. Like
orCode:GRANT SELECT, INSERT, DELETE ON database TO root@'localhost' IDENTIFIED BY 'password'; FLUSH PRIVILEGES;
BTW: You shouldn't use root as user, It may cause a compromise to your database, you should create a new user with privileges.Code:GRANT ALL ON *.* TO root@'localhost' IDENTIFIED BY 'password'; FLUSH PRIVILEGES;
Similar Threads |
|