Hi
I have installed on my WinXP a Apache 2 Server PHP 4.2.0 and MySQL Server 3.23.49. I want to work on this XP Machine to develop some websites with full php and db support. I have doubeled the website and sql users and db's from our apache webserver (runs on linux). I work on my XP with phpMyAdmin and i can admin the sql db's is no problem, but if i want to start my php-guestbook the following messages comes up: -Access denied for user: 'endeavour@localhost' (Using password:YES) -MySQL Connectin Failed: Access denied for user: 'endeavour@localhost' (Using password:YES)
Can anyone help me?
Please mail me to christuser@gmx.de and to adrian.christ@gs-vbs.admin.ch
hey,
i've got the same problem as you have. You CAN see your guestbook isn't it? and it works wright?
I also get these warnings but everything does work :?
When you admin using phpMyAdmin are you using the same username and password as your PHP script?
If you aren't, I would try that first to see if you are able to insert records into the database using phpMyAdmin.
I have already tried it, thanks, but it doesnt works...
Sounds like the uder does not have permissions for that particualr database / table. As ieee488 said. try going into phpMyAdmin as that user and see if you can do basic SQL (insert) actions. If you can't then you'll need to login as admin and give your user the rights to the db/table