New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SELECT MAX(version) - pma tracking - PMA does not detect that table is not accessible #13912
Comments
|
Can you please share your configuration? It seems that you have phpMyAdmin configugation storage configured without the needed database setup... |
|
Hey @nijel here is my xampp phpmyadmin config file <?php
$i = 0;
$i++;
/* Authentication type */
$cfg['Servers'][$i]['auth_type'] = 'cookie';
/* Server parameters */
$cfg['Servers'][$i]['host'] = 'localhost';
$cfg['Servers'][$i]['compress'] = false;
$cfg['Servers'][$i]['AllowNoPassword'] = true;
$cfg['Servers'][$i]['auth_type'] = 'config';
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = '';
$cfg['Servers'][$i]['extension'] = 'mysqli';
$cfg['Servers'][$i]['AllowNoPassword'] = true;
$cfg['UploadDir'] = '';
$cfg['SaveDir'] = '';
?> |
|
It seems that phpMyAdmin fails to detect that tracking tables are not there and still issues the query... |
|
@aavinseth Can you confirm having this issue on latest version of phpMyAdmin ? |
|
@williamdes i have not checked it in new version yet. Will let you know soon about the same. |
|
@williamdes this issue still exists in latest version i.e 4.8.5 |
|
Is this issue similar to #15123 ? |
|
@williamdes most probably its not similar to #15123 |
|
…age are not accessible Fixes: phpmyadmin#13912 Fixes: phpmyadmin#15123 Signed-off-by: William Desportes <williamdes@wdes.fr>
|
@aavinseth can you try #15565 if you still have the server ? |
Signed-off-by: William Desportes <williamdes@wdes.fr>
Steps to reproduce
Expected behaviour
Remote db should be open on selecting it and i should be able to view a table
Actual behaviour
showing SQL query error
Server configuration
Operating system: Amazon AWS Linux
Web server:
Database:
PHP version: 7.1.11
phpMyAdmin version: 4.7.7
Client configuration
Browser: Google Chrome
Operating system: Windows 10
The text was updated successfully, but these errors were encountered: