couldnt find it anywhere
Posted by: briandw1969 (---.lightspeed.stlsmo.sbcglobal.net)
Date: September 05, 2014 04:35PM

i updated phpmyadmin to 4.2.8 following directions on here.

when i try to start phpmyadmin i get this error You should upgrade to MySQL 5.5.0 or later.

according to WAMP i am running 5.6.17 is there a file that needs modified?

i have refreshed and total restarted WAMP and get same error

Options: ReplyQuote
Re: couldnt find it anywhere
Posted by: Otomatic (Moderator)
Date: September 05, 2014 05:52PM

Hi,

> i updated phpmyadmin to 4.2.8 following directions on here.
Where ? URL please ?

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

Options: ReplyQuote
Re: couldnt find it anywhere
Posted by: briandw1969 (---.lightspeed.stlsmo.sbcglobal.net)
Date: September 05, 2014 09:15PM


Options: ReplyQuote
Re: couldnt find it anywhere
Posted by: Otomatic (Moderator)
Date: September 06, 2014 09:38AM

Installing a new version of phpMyAdmin

Download the new version of phpMyAdmin 4.2.8:
[sourceforge.net]
to get the file "phpMyAdmin-4.2.8-all-languages.zip"

Unzip this file in wamp/apps/ which will give a folder:
"wamp\apps\phpMyAdmin-4.2.08-all-languages"
you rename in:
"wamp\apps\phpmyadmin4.2.8"
(All in lower case)

From your previous version of phpMyAdmin, for example:
"wamp\apps\phpmyadmin4.2.7"
copy the "config.inc.php" file to the new version:
"wamp\apps\phpmyadmin4.2.8\config.inc.php"

Edit "wamp\alias\phpmyadmin.conf" file to replace the paths (2 times) the old version of phpMyAdmin from the path of the new,
for example, change:
Alias /phpmyadmin "C:/wamp/apps/phpmyadmin4.2.7/"
by
Alias /phpmyadmin "C:/wamp/apps/phpmyadmin4.2.8/"
AND
<Directory "C:/wamp/apps/phpmyadmin4.2.7/">
by
<Directory "C:/wamp/apps/phpmyadmin4.2.8/">
Assuming that your installation of WampServer is in C:\wamp. Paths to change depending on your installation.

Do not forget to clear the browser cache.
Note: There must be only one alias file for phpMyAdmin in the folder wamp/alias/

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

Options: ReplyQuote
Re: couldnt find it anywhere
Posted by: briandw1969 (---.lightspeed.stlsmo.sbcglobal.net)
Date: September 06, 2014 01:19PM

ok did all that. changed all names to phpmyadmin4.2.8

still get that i should be using MySQL 5.5 or higher

Options: ReplyQuote
Re: couldnt find it anywhere
Posted by: Otomatic (Moderator)
Date: September 06, 2014 02:41PM

Hi,
What are your versions of Apache, PHP and MySQL (They are listed on the home page WampServer - localhost)?
What is the content of the file wamp/apps/phpmyadmin4.2.8/config.inc.php?

Php extensions php_mysql and php_mysqli are activated?

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

Options: ReplyQuote
Re: couldnt find it anywhere
Posted by: briandw1969 (---.lightspeed.stlsmo.sbcglobal.net)
Date: September 06, 2014 03:06PM

apache 2.4.9

php 5.5.12

mysql 5.6.17


$cfg['Servers'][$i]['verbose'] = 'mysql server';
//$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'] = true;

Options: ReplyQuote
Re: couldnt find it anywhere
Posted by: Otomatic (Moderator)
Date: September 06, 2014 04:44PM

Hi,

This is not the entire contents of config.inc.php.
If this is the entire contents of the file, it is missing AT LEAST:
At the beginning:
<?php

/* Servers configuration */
$i = 0;

$cfg['blowfish_secret'] = 'a8b7c6d'; //What you want

/* Server: localhost [1] */
$i++;
At the end:
$cfg['PmaNoRelation_DisableWarning'] = true;
?>

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

Options: ReplyQuote
Re: couldnt find it anywhere
Posted by: briandw1969 (---.lightspeed.stlsmo.sbcglobal.net)
Date: September 06, 2014 08:56PM

sorry about that,thought that was just general filler stuff

<?php
/* vim: set 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 setup/
*
* All directives are explained in documentation in the doc/ folder
* or at [docs.phpmyadmin.net].
*
* @package PhpMyAdmin
*/

/*
* This is needed for cookie based authentication to encrypt password in
* cookie
*/


/* Servers configuration */
$i = 0;

$cfg['blowfish_secret'] = 'a8b7c6d'; //What you want

/* Server: localhost [1] */
$i++;

/*
* First server
*/
$i++;
/* Authentication type */
$cfg['Servers'][$i]['verbose'] = 'mysql server';
//$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'] = true;



/*
* phpMyAdmin configuration storage settings.
*/

// No warning on pmadb tables
$cfg['PmaNoRelation_DisableWarning'] = true;


?>

Options: ReplyQuote
Re: couldnt find it anywhere
Posted by: Otomatic (Moderator)
Date: September 07, 2014 10:39AM

Hi,

I do not understand why you have this error. Looks OK.

Try after emptying the folder wamp/tmp/ and clear the browser cache.
You can also re-create symlinks from PHP to Apache whit the recharging of Apache and PHP versions:
Wampmanager-> apache-> versions-> 2.4.9
Wampmanager-> PHP-> versions-> 5.5.12

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

Options: ReplyQuote
Re: couldnt find it anywhere
Posted by: briandw1969 (---.lightspeed.stlsmo.sbcglobal.net)
Date: September 07, 2014 09:26PM

cleared tmp broswer cache refreshed restarted and still same error

Options: ReplyQuote
Re: couldnt find it anywhere
Posted by: Otomatic (Moderator)
Date: September 08, 2014 03:37PM

Hi,

If phpMyAdmin Version 4.1.14 (Originally with Wampserver 2.5) works, there is no reason for phpMyAdmin 4.2.8 does not work.
It may be that there was a corrupt archive, so again with a new download of phpMyAdmin 4.2.8.

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

Options: ReplyQuote
Re: couldnt find it anywhere
Posted by: briandw1969 (---.lightspeed.stlsmo.sbcglobal.net)
Date: September 08, 2014 11:27PM

ok i have downloaded ,extracted and inserted from 2 different sources into the phpmyadmin4.2.8 folder double

checked the alias file and now get a partial phpmyadmin. gives me option for Appearance, and support links but

no table controls.getting a lil closer i guess lol

Options: ReplyQuote


Sorry, only registered users may post in this forum.