phpmyadmin
Posted by: plbcjn (---.range81-132.btcentralplus.com)
Date: June 21, 2007 10:30PM

Hi

Just installed WAMP server on my Win XP laptop and it worked perfectly. First thing I did was to change the root password for MySQL using phpnmyadmin - since when I have not been able to log back into phpmyadmin. I have edited the config.inc.php to add the password but phpmyadmin still will not open. just to check, I logged into the MySQL console and logged into the database using root and the new password without problems - so I know the password works.

Anyone know why phpmyadmin will not open ??
.

Options: ReplyQuote
Re: phpmyadmin
Posted by: CyberSpatium (71.237.217.---)
Date: June 23, 2007 12:05PM

read the phpmyadmin section of my manual


CyberSpatium
----------------------
WAMP English Forum Admin

Need help? Check out my WAMP User Manual/Guide here!


Cellular Phone Deals - The Best on the Net! - FREE PHONES! Take your pick from our featured cellular phone deals by Cingular, Verizon, T-Mobile, Sprint PCS, Nextel, and more! Most of our cellular phone offers include a FREE cellular phone with FREE shipping!


Web Development for Newbie's Blog - Check out my new blog. It is for web developers, and especially tailored for the web development newbie. If you are not fluent in “geek speak”, then this incredible resource is just you. And even if you are a web development pro, this is a great resource to check out some of the latest web development tips, news, tutorials, codes and more.


Mortgage and Home Loan Advice:
Clarify Loans

Options: ReplyQuote
Re: phpmyadmin
Posted by: ildus (---.60.in-addr.arpa.tm.net.my)
Date: June 24, 2007 08:05AM

Hi,

I'm also trying to get to phpMyAdmin, but still unsuccessful. I have followed all instructions given on your guide as well as in the Documentation file, but still get 403 Forbidden error. I'm a newbie, and so I need a better guide to fix it.

My system is Win2K Pro, SP4. I have a firewall, which I disabled. Both servers, Apache and MySQL, are up and running. Tried several configurations with config.inc.php - nothing helps. Still getting the same error.

Also, when I get to file :///C:/wamp/phpmyadmin/index.php it says "Firefox cannot find file /C:/wamp/phpmyadmin/navigation.php<?php echo $url_query; ?>." even though the navigation.php file is there in the phpmyadmin directory.

Appreciate your help

Options: ReplyQuote
Re: phpmyadmin
Posted by: ildus (---.60.in-addr.arpa.tm.net.my)
Date: June 24, 2007 09:52AM

This is how my config.ini.php looks like:
---------------------------------------------------------------------------------------------------------------------

<?php

/* $Id: config.inc.php 9689 2006-11-10 20:05:49Z nijel $ */
// vim: expandtab sw=4 ts=4 sts=4:

/**
* phpMyAdmin sample configuration, you can use it as base for
* manual configuration. For easier setup you can use scripts/setup.php
*
* All directives are explained in Documentation.html and on phpMyAdmin
* wiki [wiki.cihar.com].
*/

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

/*
* Servers configuration
*/
$i = 0;

/*
* First server
*/
$i++;
/* Authentication type */
$cfg['Servers'][$i]['auth_type'] = 'cookie';
/* Server parameters */
$cfg['Servers'][$i]['host'] = 'localhost';
$cfg['Servers'][$i]['connect_type'] = 'tcp';
$cfg['Servers'][$i]['compress'] = false;
/* Select mysqli if your server has it */
$cfg['Servers'][$i]['extension'] = 'mysql';
/* User for advanced features */
// $cfg['Servers'][$i]['controluser'] = 'pma';
// $cfg['Servers'][$i]['controlpass'] = 'pmapass';
/* Advanced phpMyAdmin features */
// $cfg['Servers'][$i]['pmadb'] = 'phpmyadmin';
// $cfg['Servers'][$i]['bookmarktable'] = 'pma_bookmark';
// $cfg['Servers'][$i]['relation'] = 'pma_relation';
// $cfg['Servers'][$i]['table_info'] = 'pma_table_info';
// $cfg['Servers'][$i]['table_coords'] = 'pma_table_coords';
// $cfg['Servers'][$i]['pdf_pages'] = 'pma_pdf_pages';
// $cfg['Servers'][$i]['column_info'] = 'pma_column_info';
// $cfg['Servers'][$i]['history'] = 'pma_history';
// $cfg['Servers'][$i]['designer_coords'] = 'pma_designer_coords';

/*
* End of servers configuration
*/

/*
* Directories for saving/loading files from server
*/
$cfg['UploadDir'] = '';
$cfg['SaveDir'] = '';

?>

------------------------------------------------------------------------------------------------------------------

I tried to change the auth_type from 'cookie' to 'HTTP' and to 'config' with a password.

Options: ReplyQuote
Re: phpmyadmin
Posted by: 0ff (---.fbx.proxad.net)
Date: June 25, 2007 01:32AM

Bug from Apache 2.2.4 under Win2k

[www.apachelounge.com]
[www.apachelounge.com]

Solution :

Add "Win32DisableAcceptEx" in your "httpd.conf" file (outside <Directory>, <VirtualHost>, <Location>, and so...).

given here :
[forum.wampserver.com]

Options: ReplyQuote
Re: phpmyadmin
Posted by: normanfroise (---.chiadvertising.com)
Date: June 27, 2007 04:54PM

Hi, same thing happened to me. Fortunately I made a complete copy of c:\wamp dir.

I wanted to see which files were affected and eventually fixed the issue by restoring the following folder : c:\wamp\mysql\data.

Not that helpful if you don't have a backup of it, but at least it narrows down the search for affected files.

Options: ReplyQuote


Sorry, only registered users may post in this forum.