Custom Query (196 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (34 - 36 of 196)

2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
Ticket Resolution Summary Owner Reporter
#62 fixed Unbreak phpMyAdmin andersk
Description

The phpMyAdmin installation(s) in the sql locker are old and somewhat screwed up. geofft was going to fix this but he went to sleep, so I’m recording the necessary steps here as a reminder.

  • svn co https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/tags/STABLE/phpMyAdmin
  • Copy config.sample.inc.php to config.inc.php.
    • Set $cfg['blowfish_secret'] to a secure random value.
    • Set $cfg['Servers'][$i]['host'] = 'sql.mit.edu'
    • Set $cfg['Servers'][$i]['extension'] = 'mysqli'
    • Set $cfg['ForceSSL'] = TRUE
  • Copy /etc/php.ini to php.ini.
    • Add the mcrypt and mysqli extensions.

The patches and .htaccess redirect are then unnecessary, and future upgrades will be as simple as svn up. (Example: <https://andersk.scripts.mit.edu/phpMyAdmin/>.)

#65 fixed Support Django geofft
Description

Django is popular and cool. kcarnold has expressed interest in helping make a Django installer, perhaps akin to nelhage's Jifty installer. Since Django does not have external dependencies outside stock Python, this should be easy.

#66 fixed Upgrade to Fedora 8 (or 9) andersk
Description

We’re getting too far behind the Fedora release cycle. We should upgrade to Fedora 8, or 9 when it comes out later this month, but we should try not to wait any longer than that.

2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
Note: See TracQuery for help on using queries.