PHPmyAdmin

Problems with the Windows version of XAMPP, questions, comments, and anything related.

PHPmyAdmin

Postby WarringtonNick » 29. May 2005 13:32

Hi

I am a mature student trying to learn PHP etc and have just recently installed XAMP 1.4.13-installer.exe.

I dont speak German but my question should be a simple one.

I cannot find a start command for PHPmyAdmin in the menu a :x Do I need to look for a script?

Thanks to anyone who can help.
Thanks Warrington Nick
WarringtonNick
 
Posts: 1
Joined: 29. May 2005 13:20
Location: Warrington, UK

Postby Dave_L » 29. May 2005 14:00

User avatar
Dave_L
 
Posts: 212
Joined: 23. October 2004 00:43

Postby sckoh » 30. May 2005 01:06

1. Open /xampp/phpmyadmin/config.inc.php, with a text editor like Ultraeditor.
2. Find "$cfg['PmaAbsoluteUri'] = '';" around line 39.
Replace it with the below;
Code: Select all
//$cfg['PmaAbsoluteUri'] = '';
$cfg['PmaAbsoluteUri'] = (!empty($HTTPS) ? 'https' : 'http') . '://' . $_SERVER["HTTP_HOST"] . substr($PHP_SELF, 0, strrpos($PHP_SELF, '/')+1);

*** The code above is same to " $cfg['PmaAbsoluteUri'] = 'http://URL/phpmyadmin'; "

3. Do setting for password and etc, as per xampp instructions.
Image
User avatar
sckoh
 
Posts: 67
Joined: 01. March 2005 02:16
Location: Washington DC


Return to XAMPP for Windows

Who is online

Users browsing this forum: No registered users and 200 guests