
03-25-2005, 01:11 PM
|
|
|
Join Date: Mar 2002
Location: England
Posts: 206
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by nintendo
To kill the arcade using phpMyAdmin...
MAKE A BACK-UP FIRST!!!
Code:
DELETE FROM `datastore` WHERE `title` = `arcadesettings` LIMIT 1,
ALTER TABLE `user` DROP `arcadesettings`,
ALTER TABLE `usergroup` DROP `arcadepermissions`,
DROP TABLE `games`,
DROP TABLE `gamechallenges`,
DROP TABLE `gamesessions`,
DROP TABLE `gamenews`
DELETE FROM `datastore` WHERE `title` = `arcadesettings` LIMIT 1,
DELETE FROM `datastore` WHERE `title` = `scoresettings` LIMIT 1,
|
Anyone ??
#1064 - You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '
|