MySQL Forums
Forum List  »  Newbie

Re: #1045 - Access denied for user 'Root'@'localhost' (using password: No)
Posted by: Daniel Muñiz
Date: July 30, 2007 10:06AM

I cant believe some post here on this forum could be usefull !!!!

The problem here is the setup script !! copy and paste the last 4 rows at the end of the config.inc.php file :

$cfg['AllowAnywhereRecoding'] = false;
$cfg['DefaultCharset'] = 'iso-8859-1';
$cfg['RecodingEngine'] = 'iconv';
$cfg['IconvExtraParams'] = '//TRANSLIT';

Problem solved !!!

Thanks !!!!

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.