> but i keep getting an 'Not connected : Access denied for user > 'wwwrun'@'localhost' (using password: NO)'. > > Anyone got a clue what could be wrong? Any help appreciated. TIA
It *is* a usename/password issue, as the error indicates. You need to give the right username and password for the database. Currently you're not using a password and your code is conecting to the database as user "wwwrun" which is presumably the user your webserver is running under. Andrew --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Maps-API?hl=en -~----------~----~----~----~------~----~------~--~---
