chaotixs
New Member
- Messages
- 12
- Reaction score
- 0
- Points
- 1
Hello! I'm back with another question. So this is my first time working with PHP, and I apologize in advance if I come off as not knowing what I'm doing at all.
Anywho, I'm working on a new project for my company, and I need a login system; and I'm currently stuck in creating the database system. I'm working on a file called "connect.inc.php" and I'm following instructions, and I continuously get the same error. I think I understand it, that it can't find the database, but I don't know how to point it in the right direction.
I keep getting the following error...
"Warning: mysql_connect(): Access denied for user 'localhost'@'localhost' (using password: NO) in /home/chaotixs/public_html/projectPopcorn/inc/connect.inc.php on line 2
Couldnt Find Server"
Help please! I'll be happy to provide more information.
Anywho, I'm working on a new project for my company, and I need a login system; and I'm currently stuck in creating the database system. I'm working on a file called "connect.inc.php" and I'm following instructions, and I continuously get the same error. I think I understand it, that it can't find the database, but I don't know how to point it in the right direction.
I keep getting the following error...
"Warning: mysql_connect(): Access denied for user 'localhost'@'localhost' (using password: NO) in /home/chaotixs/public_html/projectPopcorn/inc/connect.inc.php on line 2
Couldnt Find Server"
Help please! I'll be happy to provide more information.