I was installing a plug-in for word press and got the following errors. The plug-in was asking for:
Database name
Database user
Database password
I left these blank.
It used localhost as the database host.
This is the error message I received.
WordPress Email Notification Plugin v2.3.1 Install
Installing
You have successfully written data to wpemn_config.php
Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'admin'@'localhost' (using password: YES) in /home/monarchh/public_html/wordpress/maillist/install.php on line 210
Warning: mysql_select_db(): supplied argument is not a valid MySQL-Link resource in /home/monarchh/public_html/wordpress/maillist/install.php on line 211
Creating table: wp_email_list...
Warning: mysql_query() [function.mysql-query]: Access denied for user 'monarchh'@'localhost' (using password: NO) in /home/monarchh/public_html/wordpress/maillist/install.php on line 227
Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/monarchh/public_html/wordpress/maillist/install.php on line 227
Warning: mysql_query() [function.mysql-query]: Access denied for user 'monarchh'@'localhost' (using password: NO) in /home/monarchh/public_html/wordpress/maillist/install.php on line 234
Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/monarchh/public_html/wordpress/maillist/install.php on line 234
Creating table: wp_email_list_config...
Warning: mysql_query() [function.mysql-query]: Access denied for user 'monarchh'@'localhost' (using password: NO) in /home/monarchh/public_html/wordpress/maillist/install.php on line 251
Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/monarchh/public_html/wordpress/maillist/install.php on line 251
Populating table: wp_email_list_config...
Warning: mysql_query() [function.mysql-query]: Access denied for user 'monarchh'@'localhost' (using password: NO) in /home/monarchh/public_html/wordpress/maillist/install.php on line 262
Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/monarchh/public_html/wordpress/maillist/install.php on line 262
Creating table: wp_email_list_future ...
Warning: mysql_query() [function.mysql-query]: Access denied for user 'monarchh'@'localhost' (using password: NO) in /home/monarchh/public_html/wordpress/maillist/install.php on line 273
Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/monarchh/public_html/wordpress/maillist/install.php on line 273
Any ideas?