Rozdíly
Zde můžete vidět rozdíly mezi vybranou verzí a aktuální verzí dané stránky.
| Následující verze | Předchozí verze | ||
|
linux:internet:phpmyadmin [28.11.2006 13:41] mtalma |
linux:internet:phpmyadmin [13.03.2020 18:43] (aktuální) |
||
|---|---|---|---|
| Řádek 4: | Řádek 4: | ||
| - | ===== update SVN script LINUX===== | + | ===== update SVN script LINUX ===== |
| - | < | + | |
| - | #!/bin/sh | + | |
| - | DEST="phpmyadmin" | + | ===== git ===== |
| + | *< | ||
| + | git checkout STABLE</ | ||
| - | echo Checkout | + | ===== config.inc.php ===== |
| - | svn checkout https:// | + | |
| - | echo Themes .... | + | <code php> |
| - | svn checkout https:// | + | <?php |
| + | $cfg[' | ||
| - | # Odstranit poskozeny theme | + | $cfg[' |
| - | rm -r $DEST/theme-all/grid | + | |
| + | $i = 0; | ||
| + | $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[' | ||
| + | |||
| + | ?> | ||
| </ | </ | ||
