Menu

#280 (in 2.5.0) Defaults for PMA_DBs in Config

fixed
2
2013-06-11
2003-02-28
No

It would be nice on the config file so that the default db's for
phpmyadmin would be completed. and the user just has to un
comment them.

Discussion

  • Garvin Hicking

    Garvin Hicking - 2003-03-05
    • labels: 317622 --> Configuration
     
  • Garvin Hicking

    Garvin Hicking - 2003-03-05
    • summary: DB Config --> Defaults for PMA_DBs in Config
     
  • Garvin Hicking

    Garvin Hicking - 2003-03-05

    Logged In: YES
    user_id=473563

    Clarified Summary.

     
  • Garvin Hicking

    Garvin Hicking - 2003-03-12
    • assigned_to: nobody --> garvinhicking
     
  • Garvin Hicking

    Garvin Hicking - 2003-03-13
    • priority: 5 --> 1
    • summary: Defaults for PMA_DBs in Config --> (in 2.4.1) Defaults for PMA_DBs in Config
    • status: open --> open-fixed
     
  • Garvin Hicking

    Garvin Hicking - 2003-03-13

    Logged In: YES
    user_id=473563

    Now in CVS.

     
  • Robin Johnson

    Robin Johnson - 2003-03-13

    Logged In: YES
    user_id=30201

    Garvin: could you take this a step further, and if tables exist
    with the correct names already, use them without any
    additional interaction from the user for filling in those fields?

     
  • Garvin Hicking

    Garvin Hicking - 2003-03-13

    Logged In: YES
    user_id=473563

    I think then the user wouldn't be able to disable those
    features and I guess it will make problems to detect if all
    fields are filled in correctly. I would better like to go with the
    current way of letting the user actively enable those
    features...?

     
  • Robin Johnson

    Robin Johnson - 2003-03-13

    Logged In: YES
    user_id=30201

    hmm, for the moment then we'll stick with what you've put in.
    Later on, when DB based config and web-install comes in,
    having actual default values would make life much easier here.

    I figure that any user that has tables with the same names as
    our special tables is advanced enough to change the settings
    himself.

    I'll see about putting together a bit of code to check if the
    tables are up to the current spec, since that needed is for
    web-install + db-config anyway.

     
  • Garvin Hicking

    Garvin Hicking - 2003-03-13

    Logged In: YES
    user_id=473563

    Robin,

    see my verbose_check option. I already do neccessary
    checks to see if the MIME-Transformations are actually up to
    date. Maybe something like that can be used, or your new
    code can also check the transformations-support better. :)

    Regards,
    Garvin.

     
  • William Langford

    • priority: 1 --> 2
    • status: open-fixed --> open-remind
     
  • William Langford

    Logged In: YES
    user_id=654783

    I have downloaded the CVS, and I am not seeing it there.

    Thanks for the good work,

    ~Will

     
  • Garvin Hicking

    Garvin Hicking - 2003-03-14

    Logged In: YES
    user_id=473563

    Will,

    open your config.inc.php3. Look for
    $cfg['Servers'][$i]['pmadb'] and following the
    ['bookmarktable'], ['relation'] and following directives.
    Looking on the right side, you will find the DEFAULT table
    mentioned in a comment. The same is mentioned in the
    following $cfg-Block. I did not implement a whole block
    which has to be uncommented, that would blow up the whole
    config file too much. I think, this is the best way for now...

    Regards,
    Garvin.

     
  • Garvin Hicking

    Garvin Hicking - 2003-03-14
    • priority: 2 --> 1
    • status: open-remind --> open-fixed
     
  • Robin Johnson

    Robin Johnson - 2003-03-14
    • assigned_to: garvinhicking --> robbat2
    • priority: 1 --> 2
    • status: open-fixed --> open-rejected
     
  • Robin Johnson

    Robin Johnson - 2003-03-14

    Logged In: YES
    user_id=30201

    I've changed the tracking slightly to remind myself about
    working on this, please leave it assigned to me now.

     
  • Garvin Hicking

    Garvin Hicking - 2003-04-17
    • summary: (in 2.4.1) Defaults for PMA_DBs in Config --> (in 2.5.0) Defaults for PMA_DBs in Config
     
  • William Langford

    Logged In: YES
    user_id=654783

    Thanks so much!! You did a great job.

     
  • William Langford

    • status: open-rejected --> open-accepted
     
  • Marc Delisle

    Marc Delisle - 2003-07-11

    Logged In: YES
    user_id=210714

    Is this one done?

     
  • William Langford

    Logged In: YES
    user_id=654783

    yup, ya did a great job.

     
  • Marc Delisle

    Marc Delisle - 2003-07-12
    • status: open-accepted --> closed-accepted
     
  • Michal Čihař

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