GithubHelp home page GithubHelp logo

Comments (12)

williamdes avatar williamdes commented on June 15, 2024

You need to put all storage features to false. I will post an example I use.

from phpmyadmin.

kosuodhmwa avatar kosuodhmwa commented on June 15, 2024

ok thx

from phpmyadmin.

kosuodhmwa avatar kosuodhmwa commented on June 15, 2024

But my "config.inc.php" file contains:

/**
 * phpMyAdmin configuration storage settings.
 */

/* User used to manipulate with storage */
// $cfg['Servers'][$i]['controlhost'] = '';
// $cfg['Servers'][$i]['controlport'] = '';
// $cfg['Servers'][$i]['controluser'] = 'pma';
// $cfg['Servers'][$i]['controlpass'] = 'pmapass';

/* Storage database and tables */
// $cfg['Servers'][$i]['pmadb'] = 'phpmyadmin';
// $cfg['Servers'][$i]['bookmarktable'] = 'pma__bookmark';
// $cfg['Servers'][$i]['relation'] = 'pma__relation';
// $cfg['Servers'][$i]['table_info'] = 'pma__table_info';
// $cfg['Servers'][$i]['table_coords'] = 'pma__table_coords';
// $cfg['Servers'][$i]['pdf_pages'] = 'pma__pdf_pages';
// $cfg['Servers'][$i]['column_info'] = 'pma__column_info';
// $cfg['Servers'][$i]['history'] = 'pma__history';
// $cfg['Servers'][$i]['table_uiprefs'] = 'pma__table_uiprefs';
// $cfg['Servers'][$i]['tracking'] = 'pma__tracking';
// $cfg['Servers'][$i]['userconfig'] = 'pma__userconfig';
// $cfg['Servers'][$i]['recent'] = 'pma__recent';
// $cfg['Servers'][$i]['favorite'] = 'pma__favorite';
// $cfg['Servers'][$i]['users'] = 'pma__users';
// $cfg['Servers'][$i]['usergroups'] = 'pma__usergroups';
// $cfg['Servers'][$i]['navigationhiding'] = 'pma__navigationhiding';
// $cfg['Servers'][$i]['savedsearches'] = 'pma__savedsearches';
// $cfg['Servers'][$i]['central_columns'] = 'pma__central_columns';
// $cfg['Servers'][$i]['designer_settings'] = 'pma__designer_settings';
// $cfg['Servers'][$i]['export_templates'] = 'pma__export_templates';

/**
 * End of servers configuration
 */

Hmm...?

from phpmyadmin.

williamdes avatar williamdes commented on June 15, 2024
$cfg['Servers'][$i]['pmadb'] = '';
$cfg['Servers'][$i]['bookmarktable'] = false; // 'pma__bookmark';
$cfg['Servers'][$i]['relation'] = false; // 'pma__relation';
$cfg['Servers'][$i]['table_info'] = false; // 'pma__table_info';
$cfg['Servers'][$i]['table_coords'] = false; // 'pma__table_coords';
$cfg['Servers'][$i]['pdf_pages'] = false; // 'pma__pdf_pages';
$cfg['Servers'][$i]['column_info'] = false; // 'pma__column_info';
$cfg['Servers'][$i]['history'] = false; // 'pma__history';
$cfg['Servers'][$i]['table_uiprefs'] = false; // 'pma__table_uiprefs';
$cfg['Servers'][$i]['tracking'] = false; // 'pma__tracking';
$cfg['Servers'][$i]['userconfig'] = false; // 'pma__userconfig';
$cfg['Servers'][$i]['recent'] = false; // 'pma__recent';
$cfg['Servers'][$i]['favorite'] = false; // 'pma__favorite';
$cfg['Servers'][$i]['users'] = false; // 'pma__users';
$cfg['Servers'][$i]['usergroups'] = false; // 'pma__usergroups';
$cfg['Servers'][$i]['navigationhiding'] = false; // 'pma__navigationhiding';
$cfg['Servers'][$i]['savedsearches'] = false; // 'pma__savedsearches';
$cfg['Servers'][$i]['central_columns'] = false; // 'pma__central_columns';
$cfg['Servers'][$i]['designer_settings'] = false; // 'pma__designer_settings';
$cfg['Servers'][$i]['export_templates'] = false; // 'pma__export_templates';

This should shut it off

from phpmyadmin.

kosuodhmwa avatar kosuodhmwa commented on June 15, 2024

Thank you very very much!! :-) - seems to work at least on phpmyadmin v6.x

image

from phpmyadmin.

kosuodhmwa avatar kosuodhmwa commented on June 15, 2024

But not on last stable version 5.2.1...

image

from phpmyadmin.

kamil-tekiela avatar kamil-tekiela commented on June 15, 2024

@williamdes Can you remember if this was fixed in 5.2.2? I think I remember someone fixing this at some point.

from phpmyadmin.

kosuodhmwa avatar kosuodhmwa commented on June 15, 2024

Oh - does a 5.2.2 version exist? I was thinking the last version is 5.2.1...

from phpmyadmin.

liviuconcioiu avatar liviuconcioiu commented on June 15, 2024

Oh - does a 5.2.2 version exist? I was thinking the last version is 5.2.1...

See phpMyAdmin 5.2+snapshot (5.2.2-dev) from https://www.phpmyadmin.net/downloads/.

from phpmyadmin.

kosuodhmwa avatar kosuodhmwa commented on June 15, 2024

OK thx - maybe there is another way to suppress that phpmyadmin configuration settings database warning in the current stable version 5.2.1?

from phpmyadmin.

liviuconcioiu avatar liviuconcioiu commented on June 15, 2024

OK thx - maybe there is another way to suppress that phpmyadmin configuration settings database warning in the current stable version 5.2.1?

The only way is to find the commit that fixed the issue and change your code. I see is fixed in 5.2.2-dev. I can't remember when this was fixed. Probably this? #18315

from phpmyadmin.

kosuodhmwa avatar kosuodhmwa commented on June 15, 2024

ok thx :-)

from phpmyadmin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.