iced.north8359
New Member
- Messages
- 6
- Reaction score
- 0
- Points
- 0
Hi all, i am working in a project and i have a problem.
I created a database and in the phpmyadmin the only user I can see is name@localhost.
From the MySql Databases i created another user with full privileges and add him in the database. In the file database_fuctions.inc in the db_open function i use as arguments the name from the user i made from MySql Databases and the password. When I give in a php file a sql command then it returns me error like this
When i add this user in the database_functions.inc in the db_open function then the php file doesnt seem to work. Can anyone help me?
Thank you
I created a database and in the phpmyadmin the only user I can see is name@localhost.
From the MySql Databases i created another user with full privileges and add him in the database. In the file database_fuctions.inc in the db_open function i use as arguments the name from the user i made from MySql Databases and the password. When I give in a php file a sql command then it returns me error like this
Access Denied for user 'name'@'10.33.248.75' (using password:no). When i add this user in the database_functions.inc in the db_open function then the php file doesnt seem to work. Can anyone help me?
Thank you