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
16 sec ago
Untitled
25 sec ago
Untitled
29 sec ago
Untitled
29 sec ago
Untitled
43 sec ago
Untitled
30 sec ago
Untitled
32 sec ago
Untitled
35 sec ago
Untitled
By: a guest on
Oct 1st, 2009
| syntax:
None
| size: 0.14 KB | hits: 106 | expires: Never
download
|
raw
|
embed
|
report abuse
|
print
This paste has a previous version,
view the difference
.
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
UPDATE server SET version = '2.0.0';
-- max tables allowed , no check if -1
ALTER TABLE `users` ADD `tables_max` INT UNSIGNED DEFAULT -1;
create a
new version
of this paste
RAW Paste Data
UPDATE server SET version = '2.0.0'; -- max tables allowed , no check if -1 ALTER TABLE `users` ADD `tables_max` INT UNSIGNED DEFAULT -1;