如果在建立私服中,把108gamedb的playeritem delete了,要怎樣?
如題如果在建立私服中,把108gamedb的playeritem delete了,要怎樣? phpmyadmin"108gamedb" 內執行 SQL 升級DROP TABLE IF EXISTS `playeritem`;
CREATE TABLE IF NOT EXISTS `playeritem` (
`Owner` int(11) NOT NULL DEFAULT '0',
`ItemIdx` int(10) unsigned NOT NULL DEFAULT '0',
`Count` int(11) NOT NULL DEFAULT '0',
`Status` int(11) NOT NULL DEFAULT '0',
KEY `Owner` (`Owner`)
) ENGINE=MyISAM DEFAULT CHARSET=big5 COMMENT='Player Info : Player Count Item';
INSERT INTO `playeritem` (`Owner`, `ItemIdx`, `Count`, `Status`) VALUES
(1, 100000106, 1, 0),
(2, 100000510, 1, 0); Tenny 發表於 2013-1-2 09:57 AM static/image/common/back.gif
phpmyadmin"108gamedb" 內執行 SQL 升級
:65;太感谢你了!
頁:
[1]