Menu

#2324 (ok 2.10) server_databases does not show all databases

Latest_Git
fixed
1
2013-06-11
2006-12-15
No

the link "Databases" on main.php leads to "server_databases.php" which only shows one of all databases where the database name only differs in case.

example (from pma.cihar.com):
from test and Test only Test is shown.

perhaps related:

if you have more than 100 databases and click on page2 or last page:
Warning: array_key_exists() [function.array-key-exists]: The second argument should be either an array or an object in /srv/http/pma.cihar.com/trunk-config/server_databases.php on line 225

Discussion

  • Jürgen Wind

    Jürgen Wind - 2007-01-16
    • milestone: 284140 --> 656930
     
  • Jürgen Wind

    Jürgen Wind - 2007-01-16

    Logged In: YES
    user_id=1383652
    Originator: YES

    >if you have more than 100 databases and click on page2 or last page:
    >Warning: array_key_exists() [function.array-key-exists]:
    >The second argument should be either an array or an object
    can best be seen on http://rabus.phpmyadmin.net/demos/RELEASE_FINAL/ (nice error handler ;)

     
  • Sebastian Mendel

    • assigned_to: nobody --> cybot_tm
    • status: open --> open-accepted
     
  • Sebastian Mendel

    • priority: 5 --> 1
    • summary: server_databases does not show all databases --> (ok 2.10) server_databases does not show all databases
    • status: open-accepted --> open-fixed
     
  • Sebastian Mendel

    Logged In: YES
    user_id=326580
    Originator: NO

    see also:
    http://bugs.mysql.com/25630

     
  • Jürgen Wind

    Jürgen Wind - 2007-02-16
    • milestone: 656930 --> Latest_Git
    • priority: 1 --> 5
    • summary: (ok 2.10) server_databases does not show all databases --> (not ok 2.10) server_databases does not show all databases
    • status: open-fixed --> open-wont-fix
     
  • Jürgen Wind

    Jürgen Wind - 2007-02-16

    Logged In: YES
    user_id=1383652
    Originator: YES

    well,
    after the "fix" the db list on main.php is ok now, *but*
    the dropdown in Navigation.php only
    lists lowercase db now if the database name only differs in case.

     
  • Jürgen Wind

    Jürgen Wind - 2007-02-16

    Logged In: YES
    user_id=1383652
    Originator: YES

    hmm,
    after copying Test.blobtest to test.blobtest (on pma.cihar.com/trunk-config/)
    the dropdownlist was refreshed magically.
    i'll check further,
    sorry for the hassle

     
  • Jürgen Wind

    Jürgen Wind - 2007-02-16
    • summary: (not ok 2.10) server_databases does not show all databases --> (ok 2.10) server_databases does not show all databases
    • priority: 5 --> 1
    • status: open-wont-fix --> closed-fixed
     
  • Michal Čihař

    Michal Čihař - 2013-06-11
    • Status: closed-fixed --> fixed