Problem with phpmyadmin
Posted by: ballack (---.234.227.229.tedata.net)
Date: January 01, 2011 02:59AM

Hello all,

I Installed wamp when i login to [localhost] and type root for user and no password
then submit it drive me a page with error:
The requested URL /phpmyadmin/index.php was not found on this server.

there is a file called index.php in its path:
E:\wamp\apps\phpMyAdmin-3.3.8.1-all-languages

I modified config.inc.php which in E:\wamp\apps\phpMyAdmin-3.3.8.1-all-languages
and it look like this:
<?php

/*
* This is needed for ****ie based authentication to encrypt password in
* ****ie
*/
$cfg['blowfish_secret'] = 'mycookie'; /* YOU MUST FILL IN THIS FOR ****IE AUTH! */

/* Servers configuration */
$i = 0;

/* Server: localhost [1] */
$i++;
$cfg['Servers'][$i]['verbose'] = 'localhost';
$cfg['Servers'][$i]['host'] = 'localhost';
$cfg['Servers'][$i]['port'] = '';
$cfg['Servers'][$i]['socket'] = '';
$cfg['Servers'][$i]['connect_type'] = 'tcp';
$cfg['Servers'][$i]['extension'] = 'mysqli';
$cfg['Servers'][$i]['auth_type'] = 'cookie';
/*$cfg['Servers'][$i]['auth_type'] = 'config';*/
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = '';
$cfg['Servers'][$i]['AllowNoPassword'] = true;

/* End of servers configuration */

$cfg['DefaultLang'] = 'en-utf-8';
$cfg['ServerDefault'] = 1;
$cfg['UploadDir'] = '';
$cfg['SaveDir'] = '';

?>

also i modified httpd.conf in E:\wamp\bin\apache\Apache2.2.17\conf
i changed Deny for all to Allow for all

but the problem still exists

I reinstall wamp after removing it but the problem still and i didn't set any password for mysql

What Can I do ?

Thanks in advance

Options: ReplyQuote


Sorry, only registered users may post in this forum.