Ucp problem Need help
#5

Quote:
Originally Posted by sscarface
Посмотреть сообщение
Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'root'@'localhost' (using password: NO) in C:\AppServ\www\ucpp\S32_Admin UCP\connect.php on line 3
Access denied for user 'root'@'localhost' (using password: NO)



there is code


<?php

$connect = mysql_connect("localhost", "root", "") or die(mysql_error());
mysql_select_db("root") or die(mysql_error());
?>
MySQL login credentials are wrong probably, it's clearly saying that it's not using password.. So make sure your password is correct.

Off Topic - ROFL at your signature!
Reply


Messages In This Thread
Ucp problem Need help - by sscarface - 04.01.2013, 13:32
Re: Ucp problem Need help - by thefatshizms - 04.01.2013, 13:49
Re: Ucp problem Need help - by KingHual - 04.01.2013, 15:07
Re: Ucp problem Need help - by Flyfishes - 04.01.2013, 15:28
Re: Ucp problem Need help - by royal_king - 04.01.2013, 17:19

Forum Jump:


Users browsing this thread: 1 Guest(s)