how to run phpadmin
Posted by: nachle_gale (---.meb800.vic.optusnet.com.au)
Date: January 31, 2010 02:04PM

hi all
i have installed wampserver with mysql and php

i have tried to run phpmyadmin, before that i changed the congog.inc file and added these values:
<?php
$i=0;
$i++;
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = ''; // use here your password
?>

as suggested in documentation of phpmyadmin

the problem is that i do not have any password set on the mysql server but whenever i try to run phpmyadmin it asks for the password. in the username i fill 'root' and on leaving password section "BLANK" it do not allow me to enter.....i don't have any password set so that should i enter there or where to make changes to run it smoothly.

on the other hand i am able to run mysql code without password in php files


help please

Options: ReplyQuote
Re: how to run phpadmin
Posted by: c2dan (---.15-1.cable.virginmedia.com)
Date: January 31, 2010 03:14PM

Add this line
$cfg['Servers'][$i]['AllowNoPassword'] = true;
After
$cfg['Servers'][$i]['password'] = ''; // use here your password

Save and try again. phpMyadmin will no allow you to enter without a password.

Options: ReplyQuote
Re: how to run phpadmin
Posted by: yfastud (Moderator)
Date: January 31, 2010 05:12PM


Options: ReplyQuote
Re: how to run phpadmin
Posted by: nachle_gale (---.meb800.vic.optusnet.com.au)
Date: February 01, 2010 11:36AM

thanks all who sent me suggestions.........IT'S WORKING NOW
TC

Options: ReplyQuote


Sorry, only registered users may post in this forum.