Hi all:
I'm getting a totally unexplainable error message! I've been looking at all possible solution and nothing works yet!
Any help is greatly appreciated!
Here's the situation:
I have a common.inc file which accesses the DB.
I'm using that file in a file called registration.php and everything works smoothly without any problems.
However, while trying to use the same .inc file on a second page (demo.php) from within the same folder I get the following error message:
Access denied for user: '@' to database 'myDatabase'
It seems that the user (root, who DOES have select/insert/update permissions) is not being read.
Any ideas?
Thanx in advance,
Kamy