Guys, I made a goof when I made a small edit in the .xml to re-upload, however forgot to uninstall it first to overwrite this plugin and screwed up my database :
Quote:
Database error in vBulletin 3.5.1:
Invalid SQL:
CREATE TABLE `vb_shout` (
`sid` int(15) NOT NULL auto_increment,
`s_by` int(15) NOT NULL default '0',
`s_time` int(15) NOT NULL default '0',
`s_shout` text NOT NULL,
`s_data` text NOT NULL,
`s_me` tinyint(2) NOT NULL default '0',
PRIMARY KEY (`sid`)
) TYPE=MyISAM;;
MySQL Error : Table 'vb_shout' already exists
Error Number : 1050
Date : Saturday, November 19th 2005 @ 03:38:18 AM
Script : http://forums.ninetoez.net/admincp/plugin.php
Referrer : http://forums.ninetoez.net/admincp/p...?do=productadd
IP Address : XXX.XXX.XX.XX
Username : NineToez
Classname : vb_database
|
How do I safely remove this table from mysql?