zeusthegreat Posted October 19, 2011 Share Posted October 19, 2011 now i am getting this error ( ! ) Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'talos342c'@'localhost' (using password: YES) in C:\wamp\www\myNewweb\storescripts\connect_to_mysql.php on line 19 Call Stack # Time Memory Function Location 1 0.0008 380440 {main}( ) ..\index.php:0 2 0.0012 384880 include( 'C:\wamp\www\myNewweb\storescripts\connect_to_mysql.php' ) ..\index.php:11 3 0.0012 385528 mysql_connect ( ) ..\connect_to_mysql.php:19 Quote Link to comment https://forums.phpfreaks.com/topic/249378-have-uninstalled-wamp-to-try-to-resolve-render-problem/ Share on other sites More sharing options...
criostage Posted October 19, 2011 Share Posted October 19, 2011 Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'talos342c'@'localhost' (using password: YES) in C:\wamp\www\myNewweb\storescripts\connect_to_mysql.php on line 19 <- Wrong user name or password, the username doesnt have access to connect to the server (MySQL Permitions) one of the both Read this article: http://dev.mysql.com/doc/refman/5.0/en/access-denied.html Quote Link to comment https://forums.phpfreaks.com/topic/249378-have-uninstalled-wamp-to-try-to-resolve-render-problem/#findComment-1280458 Share on other sites More sharing options...
Adam Posted October 19, 2011 Share Posted October 19, 2011 You uninstalled WAMP because you got an error telling you the username and/or password was incorrect? Quote Link to comment https://forums.phpfreaks.com/topic/249378-have-uninstalled-wamp-to-try-to-resolve-render-problem/#findComment-1280467 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.