Advertisement
Guest User

Untitled

a guest
Oct 3rd, 2009
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. UPDATE server SET version = '2.0.0';
  2.  
  3. -- resthost must persist
  4. ALTER table resthost ENGINE=MyIsam;
  5. ALTER table route ENGINE=MyIsam;
  6.  
  7.  
  8. -- max tables allowed , no check if -1
  9. ALTER TABLE `users` ADD `tables_max` INT DEFAULT '-1';
  10.  
  11.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement