Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ExeBy/smexe_ro.../var/softacul.../easyp
File: easyp.sql
[0] Fix | Delete
SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
[1] Fix | Delete
SET time_zone = "+00:00";
[2] Fix | Delete
[3] Fix | Delete
[4] Fix | Delete
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
[5] Fix | Delete
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
[6] Fix | Delete
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
[7] Fix | Delete
/*!40101 SET NAMES utf8 */;
[8] Fix | Delete
[9] Fix | Delete
--
[10] Fix | Delete
-- Database: `easyp1`
[11] Fix | Delete
--
[12] Fix | Delete
[13] Fix | Delete
-- --------------------------------------------------------
[14] Fix | Delete
[15] Fix | Delete
--
[16] Fix | Delete
-- Table structure for table `easypoll`
[17] Fix | Delete
--
[18] Fix | Delete
[19] Fix | Delete
CREATE TABLE `easypoll` (
[20] Fix | Delete
`number` mediumint(9) NOT NULL auto_increment,
[21] Fix | Delete
`question` varchar(200) NOT NULL default '',
[22] Fix | Delete
`a1` varchar(100) NOT NULL default '',
[23] Fix | Delete
`a2` varchar(100) NOT NULL default '',
[24] Fix | Delete
`a3` varchar(100) NOT NULL default '',
[25] Fix | Delete
`a4` varchar(100) NOT NULL default '',
[26] Fix | Delete
`a5` varchar(100) NOT NULL default '',
[27] Fix | Delete
`n1` mediumint(8) unsigned NOT NULL default '0',
[28] Fix | Delete
`n2` mediumint(8) unsigned NOT NULL default '0',
[29] Fix | Delete
`n3` mediumint(8) unsigned NOT NULL default '0',
[30] Fix | Delete
`n4` mediumint(8) unsigned NOT NULL default '0',
[31] Fix | Delete
`n5` mediumint(8) unsigned NOT NULL default '0',
[32] Fix | Delete
`p1` tinyint(3) unsigned NOT NULL default '0',
[33] Fix | Delete
`p2` tinyint(3) unsigned NOT NULL default '0',
[34] Fix | Delete
`p3` tinyint(3) unsigned NOT NULL default '0',
[35] Fix | Delete
`p4` tinyint(3) unsigned NOT NULL default '0',
[36] Fix | Delete
`p5` tinyint(3) unsigned NOT NULL default '0',
[37] Fix | Delete
`votes` smallint(5) unsigned NOT NULL default '0',
[38] Fix | Delete
`active` tinyint(1) NOT NULL default '0',
[39] Fix | Delete
`time` int(10) unsigned NOT NULL default '0',
[40] Fix | Delete
PRIMARY KEY (`number`)
[41] Fix | Delete
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
[42] Fix | Delete
[43] Fix | Delete
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
[44] Fix | Delete
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
[45] Fix | Delete
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
[46] Fix | Delete
[47] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function