sql
here is the sql again set owner perm to 5 and set your user id to number 1
here is the sql again set owner perm to 5 and set your user id to number 1
SQL query: -- -- Dumping data for table `ibwf_clubs` -- INSERT INTO `ibwf_clubs` ( `id` , `owner` , `name` , `description` , `rules` , `logo` , `plusses` , `created` ) VALUES ( 8, 1, 'admin', 'admins only', 0x6e6168, '', 20, 1233924635 ) , -- -------------------------------------------------------- -- -- Table structure for table `ibwf_dating` -- CREATE TABLE IF NOT EXISTS `ibwf_dating` ( `id` mediumint( 4 ) NOT NULL AUTO_INCREMENT , `uid` varchar( 20 ) NOT NULL default '', `cat` char( 3 ) NOT NULL default '', `aboutme` text NOT NULL , `lookingfor` text NOT NULL , PRIMARY KEY ( `id` ) ) ENGINE = MYISAM DEFAULT CHARSET = latin1 AUTO_INCREMENT =5; MySQL said: #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 'CREATE TABLE IF NOT EXISTS `ibwf_dating` ( `id` mediumint(4) NOT NULL auto_in' at line 6
SQL query: -- -- Dumping data for table `ibwf_clubs` -- INSERT INTO `ibwf_clubs` ( `id` , `owner` , `name` , `description` , `rules` , `logo` , `plusses` , `created` ) VALUES ( 8, 1, 'admin', 'admins only', 0x6e6168, '', 20, 1233924635 ) , -- -------------------------------------------------------- -- -- Table structure for table `ibwf_dating` -- CREATE TABLE IF NOT EXISTS `ibwf_dating` ( `id` mediumint( 4 ) NOT NULL AUTO_INCREMENT , `uid` varchar( 20 ) NOT NULL default '', `cat` char( 3 ) NOT NULL default '', `aboutme` text NOT NULL , `lookingfor` text NOT NULL , PRIMARY KEY ( `id` ) ) ENGINE = MYISAM DEFAULT CHARSET = latin1 AUTO_INCREMENT =5; MySQL said: #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 'CREATE TABLE IF NOT EXISTS `ibwf_dating` ( `id` mediumint(4) NOT NULL auto_in' at line 6
-- -- Table structure for table `ibwf_dating` -- CREATE TABLE IF NOT EXISTS `ibwf_dating` ( `id` mediumint( 4 ) NOT NULL AUTO_INCREMENT , `uid` varchar( 20 ) NOT NULL default '', `cat` char( 3 ) NOT NULL default '', `aboutme` text NOT NULL , `lookingfor` text NOT NULL , PRIMARY KEY ( `id` ) ) ENGINE = MYISAM DEFAULT CHARSET = latin1 AUTO_INCREMENT =5;
Comment