Update phpmyadmin
Posted by: webtroll (---.dip0.t-ipconnect.de)
Date: November 06, 2014 07:11AM

I've installed wamp 2.5. Now i want to update phpmyadmin and so i changed the phpmyadmin-folder to /wamp/apps/phpmyadmin and chanded wamp/alias/phpmyadmin.conf to Alias /phpmyadmin "c:/wamp/apps/phpmyadmin/" and <Directory "c:/wamp/apps/phpmyadmin/">

Now o get
You don't have permission to access /phpmyadmin on this server.

how can i fix this?

Options: ReplyQuote
Re: Update phpmyadmin
Posted by: RiggsFolly (---.dynamic.dsl.as9105.com)
Date: November 06, 2014 10:26AM

Are you trying to run phpMyAdmin from the PC that you installed WAMPServer on, or another PC on your network?

---------------------------------------------------------------------------------------------
(Windows 10 Pro 64bit) (Wampserver 3.3.4 64bit) Aestan Tray Menu 3.2.5.4
<Apache versions MULTIPE> <PHP versions MULTIPLE> <MySQL Versions MULTIPLE>
<MariaDB versions MULTIPLE> <phpMyAdmin versions MULTIPLE> <MySQL Workbench 8.0.23>

Read The Manuals Apache -- MySQL -- PHP -- phpMyAdmin
Get your Apache/MySQL/mariaDB/PHP ADDONs here from the WAMPServer alternate Repo
-X-X-X- Backup your databases regularly Here is How dont regret it later! Yes even when developing -X-X-X-

Options: ReplyQuote
Re: Update phpmyadmin
Posted by: webtroll (---.dip0.t-ipconnect.de)
Date: November 06, 2014 11:08AM

i have installed wamp on my pc at home.The pc use win7 ultimate 64 and the standardinstallation works. I only want update phpmyadmon in my localmachine so that the local and onlymachine (debianserver) has the same version of phpmyadmin.

I try to run phpMyAdmin from the PC where wamp is installed (localhost)

Options: ReplyQuote
Re: Update phpmyadmin
Posted by: RiggsFolly (---.dynamic.dsl.as9105.com)
Date: November 06, 2014 12:49PM

HOWTO: Install a new release of phpMyAdmin

1. Download the version of phpMyAdmin you want from 'http://www.phpmyadmin.net/home_page/downloads.php'

2. Unzip the download somewhere temporary
rename the unzipped folder to phpmyadmin-x.y.z

3. Move this folder you just renamed to \wamp\apps\
So you should have a new folder under \wamp\apps\ like \wamp\apps\phpmyadmin4.2.11

4. Copy \wamp\apps\phpmyadmin-x.y.z\config.sample.inc.php to \wamp\apps\phpmyadmin-x.y.z\config.inc.php

5. Edit \wamp\apps\phpmyadmin-x.y.z\config.inc.php
Find the section labeled '* First server' and change it to

/*
 * First server
 */
$i++;
/* Authentication type */
$cfg['Servers'][$i]['verbose'] = 'mysql wampserver';
$cfg['Servers'][$i]['auth_type'] = 'cookie';
//$cfg['Servers'][$i]['auth_type'] = 'config';
//$cfg['Servers'][$i]['user'] = 'root';
//$cfg['Servers'][$i]['password'] = '';
/* Server parameters */
$cfg['Servers'][$i]['host'] = '127.0.0.1';
$cfg['Servers'][$i]['connect_type'] = 'tcp';
$cfg['Servers'][$i]['compress'] = false;
/* Select mysql if your server does not have mysqli */
$cfg['Servers'][$i]['extension'] = 'mysqli';
$cfg['Servers'][$i]['AllowNoPassword'] = false;


Save the file

6. Edit \wamp\alias\phpmyadmin.conf and change these 2 lines so that the folder name matches the new folder that you created above.
i.e. change the 'phpmyadminx.y.x' part to match your new folder name

Alias /phpmyadmin "d:/wamp/apps/phpmyadminx.y.x/"

AND

<Directory "d:/wamp/apps/phpmyadminx.y.z/">


You should be done. So resstart Apache and try out the link to phpMyAdmin on the menu or launch 'localhost' and click the 'phpmyadmin' link on the WAMPServer homepage.

---------------------------------------------------------------------------------------------
(Windows 10 Pro 64bit) (Wampserver 3.3.4 64bit) Aestan Tray Menu 3.2.5.4
<Apache versions MULTIPE> <PHP versions MULTIPLE> <MySQL Versions MULTIPLE>
<MariaDB versions MULTIPLE> <phpMyAdmin versions MULTIPLE> <MySQL Workbench 8.0.23>

Read The Manuals Apache -- MySQL -- PHP -- phpMyAdmin
Get your Apache/MySQL/mariaDB/PHP ADDONs here from the WAMPServer alternate Repo
-X-X-X- Backup your databases regularly Here is How dont regret it later! Yes even when developing -X-X-X-

Options: ReplyQuote
Re: Update phpmyadmin
Posted by: webtroll (---.dip0.t-ipconnect.de)
Date: November 07, 2014 07:45AM

i try it.

I have tried

unzip the php and uploaded it to/wamp/apps/phpmyadmin and changed the alias and the conf to wamp/apps/phpmyadmin/

Options: ReplyQuote
Re: Update phpmyadmin
Posted by: RiggsFolly (---.dynamic.dsl.as9105.com)
Date: November 07, 2014 09:49AM

Sorry,

Does that mean it now works or you still have a problem.

---------------------------------------------------------------------------------------------
(Windows 10 Pro 64bit) (Wampserver 3.3.4 64bit) Aestan Tray Menu 3.2.5.4
<Apache versions MULTIPE> <PHP versions MULTIPLE> <MySQL Versions MULTIPLE>
<MariaDB versions MULTIPLE> <phpMyAdmin versions MULTIPLE> <MySQL Workbench 8.0.23>

Read The Manuals Apache -- MySQL -- PHP -- phpMyAdmin
Get your Apache/MySQL/mariaDB/PHP ADDONs here from the WAMPServer alternate Repo
-X-X-X- Backup your databases regularly Here is How dont regret it later! Yes even when developing -X-X-X-

Options: ReplyQuote
Re: Update phpmyadmin
Posted by: webtroll (---.dip0.t-ipconnect.de)
Date: November 10, 2014 08:22AM

it works - thx for the support

Options: ReplyQuote


Sorry, only registered users may post in this forum.