Pages: Previous12
Current Page: 2 of 2
Re: PHP 5.4
Posted by: goble (154.71.102.---)
Date: April 25, 2016 12:30PM

Hello,

I have installed Phpmyadmin 4.0.10.14, how can I override the 4.6.0 version ?

Options: ReplyQuote
Re: PHP 5.4
Posted by: RiggsFolly (Moderator)
Date: April 25, 2016 01:28PM

Install the new phpMyadmin into \wamp\apps\phpmyadmin4.0.10.4

Go to \wamp\alias\phpmyadmin.conf

It looks like this

Amend the Alias and Directory lines to match the new folder names where you installed 4.0.10.4

#Alias /phpmyadmin "d:/wamp/apps/phpmyadmin4.6.0/"
Alias /phpmyadmin "d:/wamp/apps/phpmyadmin4.10.0.4/"

#<Directory "d:/wamp/apps/phpmyadmin4.6.0/">
<Directory "d:/wamp/apps/phpmyadmin4.10.0.4/">
	Options Indexes FollowSymLinks MultiViews
  AllowOverride all
  <ifDefine APACHE24>
		Require local
	</ifDefine>
	<ifDefine !APACHE24>
		Order Deny,Allow
    Deny from all
    Allow from localhost ::1 127.0.0.1
	</ifDefine>

# To import big file you can increase values
  php_admin_value upload_max_filesize 128M
  php_admin_value post_max_size 128M
  php_admin_value max_execution_time 360
  php_admin_value max_input_time 360
</Directory>

Then restart Apache

---------------------------------------------------------------------------------------------
(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: PHP 5.4
Posted by: goble (154.71.102.---)
Date: April 25, 2016 02:41PM

Many thanks,

So results:

With phpmyadmin 4.10.0.4 & MySQL 5.6.29, import process is successful !

Many thanks !

Options: ReplyQuote
Re: PHP 5.4
Posted by: Otomatic (Moderator)
Date: April 25, 2016 02:42PM

Hi,

Install phpmyadmin 4.0.10.14 from [wampserver.aviatechno.net] is installed in addition (and not replacing) your current version of phpMyAdmin.
Go to Wampserver homepage (locahost) and you have à link to phpmyadmin401014.

---------------------------------------------------------------
Documentation Apache - Documentation PHP - Documentation MySQL - Wampserver install files & addons

Options: ReplyQuote
Pages: Previous12
Current Page: 2 of 2


Sorry, only registered users may post in this forum.