can anyone help?
localhost/form.php
warning:myysql_connect():access denied for user'abc'@'localhost'(using password:yes) in c:\xampp\htdocs\form.php on line 2
xampp security
The MySQL admin user root has no password unsecure
Moderators: macek, egami, gesf
GRANT all privileges on dbname.* to 'abc'@'localhost' identified by 'password';
Users browsing this forum: No registered users and 1 guest