PASTEBIN
| #1 paste tool since 2002
create new paste
tools
api
archive
faq
PASTEBIN
create new paste
trending pastes
sign up
login
my alerts
my settings
my profile
Don't like ads?
PRO users
don't see any ads ;-)
Public Pastes
Untitled
C++ | 8 sec ago
Untitled
12 sec ago
Untitled
10 sec ago
Untitled
JavaScript | 20 sec ago
Untitled
22 sec ago
Untitled
Java | 23 sec ago
Untitled
24 sec ago
Untitled
25 sec ago
Untitled
By: a guest on
Oct 3rd, 2009
| syntax:
None
| size: 0.23 KB | hits: 78 | expires: Never
download
|
raw
|
embed
|
report abuse
|
print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
UPDATE server SET version = '2.0.0';
-- resthost must persist
ALTER table resthost ENGINE=MyIsam;
ALTER table route ENGINE=MyIsam;
-- max tables allowed , no check if -1
ALTER TABLE `users` ADD `tables_max` INT DEFAULT '-1';
create a
new version
of this paste
RAW Paste Data
UPDATE server SET version = '2.0.0'; -- resthost must persist ALTER table resthost ENGINE=MyIsam; ALTER table route ENGINE=MyIsam; -- max tables allowed , no check if -1 ALTER TABLE `users` ADD `tables_max` INT DEFAULT '-1';