[ PHPXref.com ] [ Generated: Sun Jul 20 19:19:21 2008 ] [ Parasite 1.0.2 ]
[ Index ]     [ Variables ]     [ Functions ]     [ Classes ]     [ Constants ]     [ Statistics ]

title

Body

[close]

/ -> UPGRADE (source)

   1  I hate to have upgrade instructions from a 1.0.1 to a 1.0.2, but in
   2  this case, it's for the best. Sorry.
   3  
   4  If you installed a 1.0 Parasite using MySQL, you need to alter one of
   5  the tables so that it doesn't use MySQL's proprietary auto_increment
   6  feature.
   7  
   8  If you want to do this manually, you can do the following, otherwise
   9  hit upgrade.php and it will do it for you.
  10  
  11  Connect to your database:
  12  
  13  mysql -u youruser -p yourParasiteDB
  14  
  15  mysql> ALTER TABLE `rttest3` .`articles` CHANGE  `id` `id` INT NOT NULL;
  16  
  17  mysql>\q
  18  
  19  Done.


[ Powered by PHPXref - Served by Debian GNU/Linux ]