Current Page: 1 of 1
Results 1 - 5 of 5
16 years ago
codewrecker
I checked the guides for this specific problem but found nothing that helped. i can log into the phpmyadmin using both usernames and passwords i've set up. I've also tried giving the users specific access to the databases I need to access. When I create the php page and try to connect to the database none of the users can connect and I get the error that I've pasted above. "SYSTEM" is n
Forum: WampServer English
16 years ago
codewrecker
thanks that did help correct the root problem but I think there is another problem related to using wamp. I have a php page that I am trying to make a connection to the mysql server. the erro indicates "SYSTEM" as the user. I'm using a different user. I'm puzzled. here's a snippet of what I'm talking about: user 'SYSTEM'@'localhost' (using password: NO) notice "system at loca
Forum: WampServer English
16 years ago
codewrecker
I'm sure I've got the localhost, user, and password correct but I still cannot connect to the database. I'm not sure why. here's the error. Access denied for user 'SYSTEM'@'localhost' (using password: NO) in C:\wamp\www\testing.php on line 2 Access denied for user 'SYSTEM'@'localhost' (using password: NO) any thoughts?
Forum: WampServer English
16 years ago
codewrecker
thanks! I should have looked at this a little closer before asking. I just missed the obvious.
Forum: WampServer English
16 years ago
codewrecker
only pages using the opening tags of <?php ....?> will work this will not work <? .........?> is their a setting in php that will allow both to work?
Forum: WampServer English
Current Page: 1 of 1