<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Web Wiz Support and Community Forums : to MySql</title>
  <link>https://forums.webwiz.net/</link>
  <description><![CDATA[This is an XML content feed of; Web Wiz Support and Community Forums : Web Wiz Forums : to MySql]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 13 Apr 2026 13:51:34 +0000</pubDate>
  <lastBuildDate>Thu, 28 Jul 2005 17:26:53 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.08</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forums.webwiz.net/RSS_post_feed.asp?TID=15414</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Web Wiz Support and Community Forums]]></title>
   <url>https://forums.webwiz.net/forum_images/web_wiz_forums.png</url>
   <link>https://forums.webwiz.net/</link>
  </image>
  <item>
   <title><![CDATA[to MySql : I spent some time converting WWF...]]></title>
   <link>https://forums.webwiz.net/to-mysql_topic15414_post87836.html#87836</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=19649">JJLatWebWiz</a><br /><strong>Subject:</strong> 15414<br /><strong>Posted:</strong> 28&nbsp;July&nbsp;2005 at 5:26pm<br /><br />I spent some time converting WWF 7.01 to run on MySQL.&nbsp; It's not a simple process.&nbsp; WWF makes extensive use of recordset pages, which of course MySQL does not support.&nbsp; Simulating the functionality&nbsp;for MySQL is fairly easy, but it has to be applied to almost every file, which means once you're done, all future patches and upgrades will require the same work.&nbsp; I did it though because I needed better performance than Access and didn't want to pay the premium for&nbsp;a host with&nbsp;MS SQL.<DIV>&nbsp;</DIV><DIV>Good luck.</DIV>]]>
   </description>
   <pubDate>Thu, 28 Jul 2005 17:26:53 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/to-mysql_topic15414_post87836.html#87836</guid>
  </item> 
  <item>
   <title><![CDATA[to MySql : please read the thread within...]]></title>
   <link>https://forums.webwiz.net/to-mysql_topic15414_post85003.html#85003</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=2216">dj air</a><br /><strong>Subject:</strong> 15414<br /><strong>Posted:</strong> 13&nbsp;June&nbsp;2005 at 11:05am<br /><br />please read the thread within the suggestions forum.<br><br>it was discussed ages ago and he said no,<br><br>then recently with MySQL developments it maybe possible, but if thereis ever lickly to be it will be a long time yet, as he want s to finishV8, and he has other commitments.<br><br>so you are talking months maybe a year year and a half.. no reall time frame if any.<br><br><br>]]>
   </description>
   <pubDate>Mon, 13 Jun 2005 11:05:04 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/to-mysql_topic15414_post85003.html#85003</guid>
  </item> 
  <item>
   <title><![CDATA[to MySql :    -boRg- wrote:The present...]]></title>
   <link>https://forums.webwiz.net/to-mysql_topic15414_post84998.html#84998</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=15710">DoltHeadRapper</a><br /><strong>Subject:</strong> 15414<br /><strong>Posted:</strong> 13&nbsp;June&nbsp;2005 at 9:43am<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by -boRg-" alt="Originally posted by -boRg-" style="vertical-align: text-bottom;" /> <strong>-boRg- wrote:</strong><br /><br />The present version will not work with mySQL as mySQL doesn't fullysupport ADO and the SQL used for mySQL is different to that used inAccess or SQL Server</td></tr></table><br><br>Do you ever plan to make a version that will run on MySQL right out of the box?<br>]]>
   </description>
   <pubDate>Mon, 13 Jun 2005 09:43:32 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/to-mysql_topic15414_post84998.html#84998</guid>
  </item> 
  <item>
   <title><![CDATA[to MySql : following is the sql for MySql:  because...]]></title>
   <link>https://forums.webwiz.net/to-mysql_topic15414_post84993.html#84993</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=20720">wang</a><br /><strong>Subject:</strong> 15414<br /><strong>Posted:</strong> 13&nbsp;June&nbsp;2005 at 4:54am<br /><br />following is the sql for MySql:<DIV>&nbsp;</DIV><DIV>because read is reserved word, i have to change read to reads in table tblpermission and tblforum.</DIV><DIV>&nbsp;</DIV><DIV>the forum is works with mysql, but&nbsp;some sql string need to be changed inside the programe. i am not good at sql, if anyone done, please give a grant instruction.</DIV><DIV>&nbsp;</DIV><DIV>-----------------------------------------------------------</DIV><DIV>SET FOREIGN_KEY_CHECKS=0;</DIV><DIV>use test;</DIV><DIV>CREATE TABLE tblconfiguration (<BR>&nbsp; website_name varchar(50) NOT NULL default '',<BR>&nbsp; forum_name varchar(50) default NULL,<BR>&nbsp; forum_path varchar(70) default NULL,<BR>&nbsp; website_path varchar(70) default NULL,<BR>&nbsp; forum_email_address varchar(50) default NULL,<BR>&nbsp; email_notify tinyint(4) default NULL,<BR>&nbsp; mail_component varchar(10) default NULL,<BR>&nbsp; mail_server varchar(60) default NULL,<BR>&nbsp; IE_editor tinyint(4) default NULL,<BR>&nbsp; L_code tinyint(4) default NULL,<BR>&nbsp; Topics_per_page int(11) default NULL,<BR>&nbsp; Title_image varchar(70) default NULL,<BR>&nbsp; Text_link tinyint(4) default NULL,<BR>&nbsp; Emoticons tinyint(4) default NULL,<BR>&nbsp; Avatar tinyint(4) default NULL,<BR>&nbsp; Email_activate tinyint(4) default NULL,<BR>&nbsp; Email_post tinyint(4) default NULL,<BR>&nbsp; Hot_views int(11) default NULL,<BR>&nbsp; Hot_replies int(11) default NULL,<BR>&nbsp; Private_msg tinyint(4) default NULL,<BR>&nbsp; No_of_priavte_msg int(11) default NULL,<BR>&nbsp; Threads_per_page int(11) default NULL,<BR>&nbsp; Spam_seconds int(11) default NULL,<BR>&nbsp; Spam_minutes int(11) default NULL,<BR>&nbsp; Vote_choices int(11) default NULL,<BR>&nbsp; Email_sys tinyint(4) default NULL,<BR>&nbsp; Upload_img_path varchar(50) default NULL,<BR>&nbsp; Upload_img_types varchar(50) default NULL,<BR>&nbsp; Upload_img_size int(11) default NULL,<BR>&nbsp; Upload_files_path varchar(50) default NULL,<BR>&nbsp; Upload_files_type varchar(50) default NULL,<BR>&nbsp; Upload_files_size int(11) default NULL,<BR>&nbsp; Upload_avatar tinyint(4) default NULL,<BR>&nbsp; Upload_avatar_path varchar(50) default NULL,<BR>&nbsp; Upload_avatar_types varchar(50) default NULL,<BR>&nbsp; Upload_avatar_size int(11) default NULL,<BR>&nbsp; Upload_component varchar(10) default NULL,<BR>&nbsp; Active_users tinyint(4) default NULL,<BR>&nbsp; Forums_closed tinyint(4) default NULL,<BR>&nbsp; Show_edit tinyint(4) default NULL,<BR>&nbsp; Process_time tinyint(4) default NULL,<BR>&nbsp; Flash tinyint(4) default NULL,<BR>&nbsp; Show_mod tinyint(4) default NULL,<BR>&nbsp; Reg_closed tinyint(4) default NULL,<BR>&nbsp; PRIMARY KEY&nbsp; (website_name)<BR>)ENGINE=InnoDB DEFAULT CHARSET=latin1;</DIV><DIV>insert&nbsp; into tblconfiguration values <BR>&nbsp;('My Website', 'Web Wiz Forums', 'http://www.myweb.coo/forum', 'http://www.webwizforums.com', <BR>&nbsp;<A href="mailto:forum@myweb.coo" target="_blank">'forum@myweb.coo'</A>, 1, 'CDONTS', '', 1, 1, 12, 'forum_images/web_wiz_forums.gif', 1, 1, 1, 0, 1, 40, 10, 1, 25, 10, 15, 9, 6, 1, 'uploads', 'jpg;jpeg;gif;png', 35, <BR>&nbsp;'uploads', 'zip;rar', 500, 1, 'uploads', 'jpg;jpeg;gif;png', 15, 'AspUpload', 1, 0, 1, 1, 0, 0, 0);</DIV><DIV><BR>CREATE TABLE tblauthor (<BR>&nbsp; Author_ID int(11) NOT NULL default '0',<BR>&nbsp; Group_ID int(11) default NULL,<BR>&nbsp; Username varchar(30) default NULL,<BR>&nbsp; Real_name varchar(40) default NULL,<BR>&nbsp; User_code varchar(50) default NULL,<BR>&nbsp; Password varchar(50) default NULL,<BR>&nbsp; Salt varchar(30) default NULL,<BR>&nbsp; Author_email varchar(75) default NULL,<BR>&nbsp; Show_email tinyint(4) default NULL,<BR>&nbsp; Homepage varchar(50) default NULL,<BR>&nbsp; Location varchar(60) default NULL,<BR>&nbsp; MSN varchar(75) default NULL,<BR>&nbsp; Yahoo varchar(75) default NULL,<BR>&nbsp; ICQ varchar(20) default NULL,<BR>&nbsp; AIM varchar(75) default NULL,<BR>&nbsp; Occupation varchar(60) default NULL,<BR>&nbsp; Interests varchar(160) default NULL,<BR>&nbsp; DOB datetime default NULL,<BR>&nbsp; Signature longtext,<BR>&nbsp; Attach_signature tinyint(4) default NULL,<BR>&nbsp; No_of_posts int(11) default NULL,<BR>&nbsp; Join_date datetime default NULL,<BR>&nbsp; Active tinyint(4) default NULL,<BR>&nbsp; Avatar varchar(100) default NULL,<BR>&nbsp; Avatar_title varchar(70) default NULL,<BR>&nbsp; Last_visit datetime default NULL,<BR>&nbsp; Time_offset char(1) default NULL,<BR>&nbsp; Time_offset_hours int(11) default NULL,<BR>&nbsp; Date_format varchar(10) default NULL,<BR>&nbsp; Rich_editor tinyint(4) default NULL,<BR>&nbsp; Reply_notify tinyint(4) default NULL,<BR>&nbsp; PM_notify tinyint(4) default NULL,<BR>&nbsp; PRIMARY KEY&nbsp; (Author_ID),<BR>&nbsp; KEY fi0 (Group_ID),<BR>&nbsp; CONSTRAINT tblauthor_ibfk_1 FOREIGN KEY (Group_ID) REFERENCES tblgroup (Group_ID)<BR>) ENGINE=InnoDB DEFAULT CHARSET=latin1;<BR>&nbsp;<BR>&nbsp;</DIV><DIV><BR>insert&nbsp; into tblauthor values <BR>(1, 1, 'administrator', null, 'administrator2FC73499BAC5A41', 'A85B3E67CFA695D711570FB9822C0CF82871903B', '72964E7', null, 0, null, null, null, null, null,<BR>&nbsp;null, null, null, null, null, 0, 0, '2003-10-01 19:55:43', 1, null, null, '2003-02-08 15:06:43', '+', 0, 'dd/mm/yy', 1, 0, 0), <BR>(2, 2, 'Guests', null, 'Guest48CEE9Z2849AE95A6', '6734DDD7A6A6C9F4D34945B0C9CF9677F3221EC9', 'E4AC',<BR>&nbsp;null, 0, null, null, null, null, null, null, null, null, null, null, 0, 0, '2003-10-01 15:24:22', 1, null, null, '2003-01-25 15:24:22', '+', 0, 'dd/mm/yy', 1, 0, 0);<BR>&nbsp;</DIV><DIV>CREATE TABLE tblbanlist (<BR>&nbsp; Ban_ID int(11) NOT NULL default '0',<BR>&nbsp; IP varchar(30) default NULL,<BR>&nbsp; Email varchar(60) default NULL,<BR>&nbsp; PRIMARY KEY&nbsp; (Ban_ID)<BR>) ENGINE=InnoDB DEFAULT CHARSET=latin1;</DIV><DIV>&nbsp;</DIV><DIV>CREATE TABLE tblbuddylist (<BR>&nbsp; Address_ID int(11) NOT NULL default '0',<BR>&nbsp; Author_ID int(11) default NULL,<BR>&nbsp; Buddy_ID int(11) default NULL,<BR>&nbsp; Description varchar(35) default NULL,<BR>&nbsp; Block tinyint(4) default NULL,<BR>&nbsp; PRIMARY KEY&nbsp; (Address_ID),<BR>&nbsp; KEY fi0 (Buddy_ID),<BR>&nbsp; CONSTRAINT tblbuddylist_ibfk_1 FOREIGN KEY (Buddy_ID) REFERENCES tblauthor (Author_ID)<BR>) ENGINE=InnoDB DEFAULT CHARSET=latin1;</DIV><DIV>CREATE TABLE tblcategory (<BR>&nbsp; Cat_ID int(11) NOT NULL default '0',<BR>&nbsp; Cat_name varchar(51) default NULL,<BR>&nbsp; Cat_order int(11) default NULL,<BR>&nbsp; PRIMARY KEY&nbsp; (Cat_ID)<BR>) ENGINE=InnoDB DEFAULT CHARSET=latin1;</DIV><DIV><BR>CREATE TABLE tbldatetimeformat (<BR>&nbsp; Date_format varchar(10) NOT NULL default '',<BR>&nbsp; Year_format varchar(6) default NULL,<BR>&nbsp; Seporator varchar(15) default NULL,<BR>&nbsp; Month1 varchar(15) default NULL,<BR>&nbsp; Month2 varchar(15) default NULL,<BR>&nbsp; Month3 varchar(15) default NULL,<BR>&nbsp; Month4 varchar(15) default NULL,<BR>&nbsp; Month5 varchar(15) default NULL,<BR>&nbsp; Month6 varchar(15) default NULL,<BR>&nbsp; Month7 varchar(15) default NULL,<BR>&nbsp; Month8 varchar(15) default NULL,<BR>&nbsp; Month9 varchar(15) default NULL,<BR>&nbsp; Month10 varchar(15) default NULL,<BR>&nbsp; Month11 varchar(15) default NULL,<BR>&nbsp; Month12 varchar(15) default NULL,<BR>&nbsp; Time_format int(11) default NULL,<BR>&nbsp; am varchar(6) default NULL,<BR>&nbsp; pm varchar(6) default NULL,<BR>&nbsp; PRIMARY KEY&nbsp; (Date_format)<BR>) ENGINE=InnoDB DEFAULT CHARSET=latin1;</DIV><DIV><BR>insert&nbsp; into tbldatetimeformat values <BR>('dd/mm/yy', 'long', '?', 'January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December', 12, 'am', 'pm');</DIV><DIV><BR>CREATE TABLE tblemailnotify (<BR>&nbsp; Watch_ID int(11) NOT NULL default '0',<BR>&nbsp; Author_ID int(11) default NULL,<BR>&nbsp; Forum_ID int(11) default NULL,<BR>&nbsp; Topic_ID int(11) default NULL,<BR>&nbsp; PRIMARY KEY&nbsp; (Watch_ID),<BR>&nbsp; KEY fi0 (Autho]]>
   </description>
   <pubDate>Mon, 13 Jun 2005 04:54:56 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/to-mysql_topic15414_post84993.html#84993</guid>
  </item> 
  <item>
   <title><![CDATA[to MySql : The present version will not work...]]></title>
   <link>https://forums.webwiz.net/to-mysql_topic15414_post84879.html#84879</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 15414<br /><strong>Posted:</strong> 10&nbsp;June&nbsp;2005 at 3:43am<br /><br />The present version will not work with mySQL as mySQL doesn't fullysupport ADO and the SQL used for mySQL is different to that used inAccess or SQL Server]]>
   </description>
   <pubDate>Fri, 10 Jun 2005 03:43:34 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/to-mysql_topic15414_post84879.html#84879</guid>
  </item> 
  <item>
   <title><![CDATA[to MySql : does anyone havetxt file to createthistables...]]></title>
   <link>https://forums.webwiz.net/to-mysql_topic15414_post84875.html#84875</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=20720">wang</a><br /><strong>Subject:</strong> 15414<br /><strong>Posted:</strong> 09&nbsp;June&nbsp;2005 at 11:57pm<br /><br />does anyone have&nbsp;txt file to create&nbsp;this&nbsp;tables in MySql?<DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Thu, 09 Jun 2005 23:57:56 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/to-mysql_topic15414_post84875.html#84875</guid>
  </item> 
 </channel>
</rss>