Rozdíly
Zde můžete vidět rozdíly mezi vybranou verzí a aktuální verzí dané stránky.
| Obě strany předchozí revize Předchozí verze Následující verze | Předchozí verze | ||
|
linux:internet:phpmyadmin [28.01.2007 21:38] mtalma |
linux:internet:phpmyadmin [13.03.2020 18:43] (aktuální) |
||
|---|---|---|---|
| Řádek 4: | Řádek 4: | ||
| + | ===== update SVN script LINUX ===== | ||
| + | *aktuální verze: < | ||
| + | *verze 2.11: < | ||
| + | ===== git ===== | ||
| + | *< | ||
| + | git checkout STABLE</ | ||
| - | ===== update SVN script LINUX===== | + | ===== config.inc.php |
| - | <code bash> | + | |
| - | #!/bin/sh | + | |
| - | DEST=" | + | |
| - | echo Checkout ... | + | <code php> |
| - | svn checkout https:// | + | <?php |
| + | $cfg[' | ||
| - | echo Themes .... | + | $cfg[' |
| - | svn checkout https:// | + | |
| - | # Odstranit poskozeny theme | + | $i = 0; |
| - | rm -rf $DEST/themes-all/grid | + | $i++; |
| + | $cfg[' | ||
| + | $cfg[' | ||
| + | $cfg[' | ||
| + | $cfg[' | ||
| + | $cfg[' | ||
| + | $cfg[' | ||
| + | // (requires PHP >= 4.3.0) | ||
| + | $cfg[' | ||
| + | // (this user must have read-only | ||
| + | $cfg[' | ||
| + | // and " | ||
| + | // The controluser is also | ||
| + | // used for all relational | ||
| + | | ||
| + | $cfg[' | ||
| + | $cfg[' | ||
| + | $cfg[' | ||
| + | // with ' | ||
| + | $cfg[' | ||
| + | $cfg[' | ||
| + | // this db is displayed in left frame | ||
| + | // It may also be an array of db-names, where sorting order is relevant. | ||
| + | $cfg[' | ||
| + | $cfg[' | ||
| + | |||
| + | $cfg[' | ||
| + | // (see scripts/ | ||
| + | // - leave blank for no support | ||
| + | // | ||
| + | $cfg[' | ||
| + | // - leave blank for no bookmark support | ||
| + | // | ||
| + | $cfg[' | ||
| + | // - leave blank for no relation-links support | ||
| + | // | ||
| + | $cfg[' | ||
| + | // - leave blank for no display fields support | ||
| + | // | ||
| + | $cfg[' | ||
| + | // - leave blank for no PDF schema support | ||
| + | // | ||
| + | $cfg[' | ||
| + | // - leave blank if you don't want to use this | ||
| + | // | ||
| + | $cfg[' | ||
| + | // - leave blank for no column comments/ | ||
| + | // | ||
| + | $cfg[' | ||
| + | // - leave blank for no SQL query history | ||
| + | // | ||
| + | $cfg[' | ||
| + | // are up to date. This prevents compatibility | ||
| + | // checks and thereby increases performance. | ||
| + | $cfg[' | ||
| + | $cfg[' | ||
| + | = ''; | ||
| + | $cfg[' | ||
| + | = array(); | ||
| + | |||
| + | $cfg[' | ||
| + | |||
| + | ?> | ||
| </ | </ | ||
