<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://www.maianscriptworld.co.uk/forums/extern.php?action=feed&amp;tid=1802&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Maian Script World Support Forums / Problem MySQL]]></title>
		<link>http://www.maianscriptworld.co.uk/forums/viewtopic.php?id=1802</link>
		<description><![CDATA[The most recent posts in Problem MySQL.]]></description>
		<lastBuildDate>Sat, 06 Mar 2010 07:53:35 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Problem MySQL]]></title>
			<link>http://www.maianscriptworld.co.uk/forums/viewtopic.php?pid=9223#p9223</link>
			<description><![CDATA[<p>v4?</p><p>Try:</p><br /><p>TYPE=MyISAM;</p>]]></description>
			<author><![CDATA[dummy@example.com (msworld)]]></author>
			<pubDate>Sat, 06 Mar 2010 07:53:35 +0000</pubDate>
			<guid>http://www.maianscriptworld.co.uk/forums/viewtopic.php?pid=9223#p9223</guid>
		</item>
		<item>
			<title><![CDATA[Re: Problem MySQL]]></title>
			<link>http://www.maianscriptworld.co.uk/forums/viewtopic.php?pid=9209#p9209</link>
			<description><![CDATA[<p>It is same error message when I try install in MySQL :-(</p><p>MySQL I use is version 4.0.26</p>]]></description>
			<author><![CDATA[dummy@example.com (GpF)]]></author>
			<pubDate>Wed, 03 Mar 2010 23:23:12 +0000</pubDate>
			<guid>http://www.maianscriptworld.co.uk/forums/viewtopic.php?pid=9209#p9209</guid>
		</item>
		<item>
			<title><![CDATA[Re: Problem MySQL]]></title>
			<link>http://www.maianscriptworld.co.uk/forums/viewtopic.php?pid=9203#p9203</link>
			<description><![CDATA[<p>You are probably using an older version of MySQL? Just remove the offending code.</p><p>ENGINE=MyISAM&#160; DEFAULT CHARSET=latin1;</p><p>Change to:</p><p>ENGINE=MyISAM;</p>]]></description>
			<author><![CDATA[dummy@example.com (msworld)]]></author>
			<pubDate>Wed, 03 Mar 2010 18:46:36 +0000</pubDate>
			<guid>http://www.maianscriptworld.co.uk/forums/viewtopic.php?pid=9203#p9203</guid>
		</item>
		<item>
			<title><![CDATA[Problem MySQL]]></title>
			<link>http://www.maianscriptworld.co.uk/forums/viewtopic.php?pid=9173#p9173</link>
			<description><![CDATA[<p>Hi!</p><p>I have a problem when I upload to MySQL. This is the error message</p><br /><p>#1064 - You have an error in your SQL syntax.&#160; Check the manual that corresponds to your MySQL server version for the right syntax to use near &#039;DEFAULT CHARSET=latin1&#039; at line 10</p><p>What is the problem??</p><br /><p>----------------------------------------------------------------------------------------------------------------------------------------------------</p><br /><p>--<br />-- Table structure for table `ms_logfile`<br />--</p><p>CREATE TABLE ms_logfile(<br />&#160; `id`&#160; &#160; &#160; &#160; &#160; &#160; &#160;int(7) not null auto_increment,<br />&#160; `keywords`&#160; &#160; &#160; &#160;mediumtext not null,<br />&#160; `count`&#160; &#160; &#160; &#160; &#160; int(10) not null default &#039;0&#039;,<br />&#160; PRIMARY KEY (id)<br />) ENGINE=MyISAM&#160; DEFAULT CHARSET=latin1;</p><p>--<br />-- Table structure for table `ms_pages`<br />--</p><p>CREATE TABLE ms_pages(<br />&#160; `id`&#160; &#160; &#160; &#160; &#160; &#160; &#160;int(7) not null auto_increment,<br />&#160; `title`&#160; &#160; &#160; &#160; &#160; text not null,<br />&#160; `description`&#160; &#160; mediumtext not null,<br />&#160; `url`&#160; &#160; &#160; &#160; &#160; &#160; text not null,<br />&#160; `keywords`&#160; &#160; &#160; &#160;mediumtext not null,<br />&#160; PRIMARY KEY (id)<br />) ENGINE=MyISAM&#160; DEFAULT CHARSET=latin1;</p><p>ALTER TABLE ms_pages ADD FULLTEXT (title,description,keywords);</p><p>--<br />-- Table structure for table `ms_settings`<br />--</p><p>CREATE TABLE ms_settings (<br />&#160; `id`&#160; &#160; &#160; &#160; &#160; &#160; &#160;tinyint(1) not null auto_increment,<br />&#160; `path`&#160; &#160; &#160; &#160; &#160; &#160;text not null,<br />&#160; `total`&#160; &#160; &#160; &#160; &#160; int(3) not null default &#039;25&#039;,<br />&#160; `language`&#160; &#160; &#160; &#160;varchar(30) not null default &#039;english.php&#039;,<br />&#160; `target`&#160; &#160; &#160; &#160; &#160;enum(&#039;0&#039;,&#039;1&#039;) not null default &#039;0&#039;,<br />&#160; `log`&#160; &#160; &#160; &#160; &#160; &#160; enum(&#039;0&#039;,&#039;1&#039;) not null default &#039;0&#039;,<br />&#160; `skipwords`&#160; &#160; &#160; mediumtext not null,<br />&#160; `htmlcode`&#160; &#160; &#160; &#160;text not null,<br />&#160; PRIMARY KEY (id)<br />) ENGINE=MyISAM&#160; DEFAULT CHARSET=latin1;</p><p>INSERT INTO ms_settings VALUES (1,&#039;http://www.yoursite.com/search&#039;,&#039;25&#039;,&#039;english.php&#039;,&#039;0&#039;,&#039;0&#039;,&#039;this,that,then,is,as,was,if,for&#039;,&#039;&#039;);</p><br /><br /><p>Regards Geir</p>]]></description>
			<author><![CDATA[dummy@example.com (GpF)]]></author>
			<pubDate>Mon, 01 Mar 2010 18:47:51 +0000</pubDate>
			<guid>http://www.maianscriptworld.co.uk/forums/viewtopic.php?pid=9173#p9173</guid>
		</item>
	</channel>
</rss>
