<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>MySQL Forums - SQLite</title>
        <description>Forum for SQLite migration issues.</description>
        <link>http://forums.mysql.com/list.php?145</link>
        <lastBuildDate>Wed, 19 Jun 2013 14:58:58 +0000</lastBuildDate>
        <generator>Phorum 5.2.19</generator>
        <item>
            <guid>http://forums.mysql.com/read.php?145,579568,579568#msg-579568</guid>
            <title>Sync Android SQLite with MySQL and Microsoft SQL Server (no replies)</title>
            <link>http://forums.mysql.com/read.php?145,579568,579568#msg-579568</link>
            <description><![CDATA[ Pervasync can now sync Android SQLite with MySQL and Microsoft SQL Server. Check it out at <a href="http://www.pervasync.com"  rel="nofollow">http://www.pervasync.com</a>]]></description>
            <dc:creator>Alice Qiao</dc:creator>
            <category>SQLite</category>
            <pubDate>Thu, 21 Feb 2013 05:01:04 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?145,562721,562721#msg-562721</guid>
            <title>Minecraft Server | Logblock | need help (no replies)</title>
            <link>http://forums.mysql.com/read.php?145,562721,562721#msg-562721</link>
            <description><![CDATA[ Hi, i'm new to mySQL and i need some help connecting mySQL to my logblock plugin for my server, i'm a little confused about it, and i'm using 000.webhost.com for my database, so i'm not entirely sure what to do from there, someone please help]]></description>
            <dc:creator>mike Watson</dc:creator>
            <category>SQLite</category>
            <pubDate>Wed, 25 Jul 2012 06:16:44 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?145,558261,558261#msg-558261</guid>
            <title>BLOB type for Sqlite to MySQL export (1 reply)</title>
            <link>http://forums.mysql.com/read.php?145,558261,558261#msg-558261</link>
            <description><![CDATA[ Hi,<br />
<br />
I'm converting tables from Sqlite to MySQL. All is fine except for png pictures with BLOB type in Sqlite.<br />
<br />
How can I convert those data keeping the same BLOB type in MySQL ? Can you suggest me a tool to do this ? is ANSI or utf-8 encoding important for this export ?<br />
<br />
For your information, the Sqlite database comes from uWamp and the Sqlite Manager interface in uWamp includes a MySQL export option. But the BLOB type data (png pictures) do not appear anymore in the file exported for MySQL.<br />
<br />
Thanks in advance.]]></description>
            <dc:creator>DUS Jean-Claude</dc:creator>
            <category>SQLite</category>
            <pubDate>Tue, 28 Aug 2012 12:50:29 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?145,407308,407308#msg-407308</guid>
            <title>sqlite to mysql (5 replies)</title>
            <link>http://forums.mysql.com/read.php?145,407308,407308#msg-407308</link>
            <description><![CDATA[ I'm trying to migrate from sqlite to mysql and am having trouble with this table creation. I am wondering how other people have got around the problem of creating unique or primary keys on tables.<br />
<br />
CREATE TABLE wiki (<br />
    name text,<br />
    version integer,<br />
    time integer,<br />
    author text,<br />
    ipnr text,<br />
    text text,<br />
    comment text,<br />
    readonly integer,<br />
    UNIQUE (name,version)<br />
);]]></description>
            <dc:creator>dallas smith</dc:creator>
            <category>SQLite</category>
            <pubDate>Mon, 16 May 2011 11:34:09 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?145,362074,362074#msg-362074</guid>
            <title>IllegalStateException : inappropriate state (no replies)</title>
            <link>http://forums.mysql.com/read.php?145,362074,362074#msg-362074</link>
            <description><![CDATA[ Hi, <br />
i am getting following problem while closing ResultSet.<br />
<br />
-------------------------------------------<br />
Code is <br />
-------------------------------------------<br />
                    if (rs != null) {<br />
                        rs.close();<br />
                    }<br />
                    if (ps != null) {<br />
                        ps.close();<br />
                    }<br />
rs = ResultSet<br />
ps = PreparedStatement<br />
these are in try catch block.<br />
-------------------------------------------<br />
error message : call() called in inappropriate state <br />
stacktrace    : java.lang.IllegalStateException: call() called in inappropriate state 	at org.ibex.nestedvm.Runtime.call(Runtime.java:655) 	at org.ibex.nestedvm.Runtime.call(Runtime.java:647) 	at <br />
org.sqlite.NestedDB.call(NestedDB.java:406) 	at org.sqlite.NestedDB.call(NestedDB.java:389) 	at org.sqlite.NestedDB.reset(NestedDB.java:135) 	at org.sqlite.RS.close(RS.java:98)<br />
<br />
can any body help me, why i am getting such exception and what is the solution for it. i am using sqlitejdbc-v056 version <br />
<br />
Thanks in Advance<br />
Tej Kiran]]></description>
            <dc:creator>Tej Kiran Sharma</dc:creator>
            <category>SQLite</category>
            <pubDate>Wed, 07 Apr 2010 07:36:56 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?145,353537,353537#msg-353537</guid>
            <title>SQLite - IIS, PHP and java (no replies)</title>
            <link>http://forums.mysql.com/read.php?145,353537,353537#msg-353537</link>
            <description><![CDATA[ Hi there,<br />
<br />
I am at the research stage of a project i have been asked to undertake.<br />
<br />
At the moment the O/S will be windows server 2003 and the web server IIS. These are set and i cannot change them.<br />
<br />
I will be using PHP to deliver the web content to users and also a Java application will be used to integrate to third party product.<br />
<br />
Both PHP and Java will be accessing a SQLite db concurrently. SQLite, Java App and php will all be on one box. So my questing is should this setup work OK? Is there anything i should be aware off.<br />
<br />
Thank you for any help, pointers<br />
<br />
Alexis]]></description>
            <dc:creator>alexis katsavras</dc:creator>
            <category>SQLite</category>
            <pubDate>Wed, 10 Feb 2010 12:21:33 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?145,316550,316550#msg-316550</guid>
            <title>mysql to sqlite (no replies)</title>
            <link>http://forums.mysql.com/read.php?145,316550,316550#msg-316550</link>
            <description><![CDATA[ Hi Guys,<br />
<br />
I've been playing with Roundcube on my PC and I'm very impressed... but now I'd like to put it on a rather bare bones server and I was thinking that as I don't need it for anything else (being a mailserver) I could get away without using mysql - seeing as it's only for family use.<br />
<br />
Is there any way I can move from mysql to sqlite without having to set up Roundcube again?<br />
<br />
Thanks,]]></description>
            <dc:creator>Andy Edwards</dc:creator>
            <category>SQLite</category>
            <pubDate>Sun, 31 Jan 2010 18:15:54 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?145,288549,288549#msg-288549</guid>
            <title>problem with inserting values into sqlite table (no replies)</title>
            <link>http://forums.mysql.com/read.php?145,288549,288549#msg-288549</link>
            <description><![CDATA[ hello everyone!<br />
I`m trying to use sqlite database with c++, but something isnt working right...<br />
<br />
The problem I`m dealing here is that i cant insert other datas into the table i`ve created except NULL, because i get following error message:<br />
<br />
Error in select statement : INSERT INTO a (a,b,c,d) VALUES (NULL, NULL, something_else, NULL) [no such column: something_else].<br />
<br />
<br />
when i write :<br />
<br />
insert(4, aa, &quot;NULL&quot;, &quot;NULL&quot;, &quot;NULL&quot;);<br />
<br />
then NULL &quot;values&quot; are inserted<br />
<br />
I guess i`ve made some mistake with using pointers, but i dont see it.. I`m not very experienced programmer..<br />
<br />
here is the main function:<br />
<br />
int main ()<br />
{   <br />
<br />
char data_base_name [20];<br />
char *db_name;<br />
db_name = data_base_name;<br />
<br />
char tab_name [20];<br />
table_name=tab_name;<br />
<br />
open_db (&quot;db_name&quot;); <br />
<br />
cout&lt;&lt;&quot;Insert table name:&quot;&lt;&lt;endl;<br />
cin&gt;&gt;tab_name;<br />
<br />
char a[10]=&quot;a&quot;;<br />
char aa[100]=&quot;NULL&quot;;<br />
<br />
select_stmt (&quot;DROP TABLE a&quot;);<br />
<br />
create_table (4, a, &quot;b&quot;, &quot;c&quot;, &quot;d&quot;);<br />
<br />
insert(4, aa, &quot;NULL&quot;, &quot;something_else&quot;, &quot;NULL&quot;);<br />
<br />
sqlite3_close(db);<br />
<br />
getchar ();<br />
<br />
return 0;<br />
}<br />
<br />
<br />
<br />
<br />
<br />
<br />
create function, which i think works ok, but who knows...<br />
<br />
<br />
int create_table (int no_col, char *fmt, ...) <br />
{<br />
int i;	<br />
char f[500] = &quot;CREATE TABLE &quot;;<br />
<br />
va_list ptr;<br />
va_start (ptr, fmt);<br />
	for (i=0; i&lt;(no_col-1); i++)<br />
	{<br />
	strcat (fmt, &quot;,&quot;);            // fmt = a ,b ,c ,d<br />
	strcat(fmt, (va_arg (ptr, char*)));	 	<br />
	}<br />
va_end (ptr);<br />
<br />
fmt1 = fmt;   //fmt1- global pointer<br />
<br />
strcat (f, table_name);   // &quot;CREATE TABLE x<br />
strcat (f, &quot; (&quot;);         // &quot;CREATE TABLE x &quot;(<br />
strcat (f, fmt);          // &quot;CREATE TABLE x ( a,b,c,d <br />
strcat (f,&quot;)&quot;);           // &quot;CREATE TABLE x (a,b,c,d)&quot;<br />
<br />
char * stmt = f  ;<br />
printf (&quot;\nstmt = %s\n&quot;, stmt);<br />
select_stmt (stmt);<br />
<br />
return 0;<br />
}<br />
<br />
<br />
insert function :<br />
<br />
<br />
<br />
int insert (int no_col, char *fmt2, ... )<br />
{	<br />
int i;<br />
va_list ap;<br />
va_start (ap, fmt2);<br />
<br />
for (i=0; i&lt;(no_col-1); i++)<br />
{<br />
	strcat (fmt2, &quot;,&quot;);<br />
	strcat (fmt2, (va_arg(ap, char*)));<br />
}<br />
va_end (ap);<br />
<br />
char k[500]= &quot;INSERT INTO &quot;;<br />
strcat (k, table_name );<br />
strcat (k, &quot; ( &quot;);<br />
strcat (k,  fmt1);<br />
strcat (k, &quot;) &quot;);<br />
strcat (k, &quot;VALUES (&quot;);<br />
strcat (k, fmt2);<br />
strcat (k, &quot;)&quot;);<br />
printf (&quot;\nk = %s\n\n&quot;, k);<br />
<br />
char * stmt = k;<br />
select_stmt (stmt); <br />
<br />
return 0;<br />
}<br />
<br />
<br />
<br />
<br />
any help and suggestions very appreciated..<br />
<br />
T]]></description>
            <dc:creator>kugb kjlhb</dc:creator>
            <category>SQLite</category>
            <pubDate>Thu, 29 Oct 2009 15:42:00 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?145,275857,275857#msg-275857</guid>
            <title>overcoming sqlite &quot;database locked' error (no replies)</title>
            <link>http://forums.mysql.com/read.php?145,275857,275857#msg-275857</link>
            <description><![CDATA[ Hello,<br />
<br />
I would like to pass cookies back and forth between a search script I have written that runs on the local system, and javascript pages displaying the forms and results in Firefox. I'll forego all the gory details here, it is working pretty well, but being able to pass cookies back and forth would make allow me to make it much more robust. FF (3+) uses an sqlite db to store it's cookies.  I have tried to edit cookies using sqlite3, but I keep getting a 'database locked' error, incessantly. (Does FF simply put a lock on this file at the beginning of a session and not release it til it is done?)<br />
<br />
I have read things that talk about using fcntl() to get around this, but it is quite over my head, though I am willing to invest, as I really want to accomplish this.<br />
<br />
If I could get some suggestions on how to handle this situation to my ends, I would much appreciate it. I could just simply dump the db, alter the cookie values, create a new db with the modified dump file, and then copy it over the existing cookies db. This works. Perhaps a more kosher way would be to use fcntl() to get an exclusive lock beforehand. This is an area I am quite unfamiliar with, but willing to invest in learning if it seems feasible. I really would like to be able to edit the cookies outside of FF and I believe there is a way without just forcing it. Reading them is no problem, but I want to be able to write flags back to the javascript while it is running.<br />
<br />
Perhaps copying over the db file is not such a big deal, after all, this would (most likely) only be occurring while the user is using the search feature anyway. Any thoughts on this? But if I can do this in a more kosher manner, it would be better.<br />
<br />
Any input on this?<br />
<br />
Thanks much,<br />
<br />
Allasso]]></description>
            <dc:creator>Allasso Travesser</dc:creator>
            <category>SQLite</category>
            <pubDate>Wed, 12 Aug 2009 18:10:15 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?145,272702,272702#msg-272702</guid>
            <title>Subqueries (1 reply)</title>
            <link>http://forums.mysql.com/read.php?145,272702,272702#msg-272702</link>
            <description><![CDATA[ Hi,<br />
<br />
I am doing an assignment using SQLite and was wondering if someone could tell me why this doesn't work and maybe offer some help please?<br />
<br />
select *, count(distinct au.acNum) as auNum, count(int.acNum) as intNum<br />
from academic ac<br />
LEFT OUTER JOIN author au on ac.AcNum = au.AcNum<br />
LEFT OUTER JOIN interest int on int.AcNum = ac.AcNum<br />
group by ac.AcNum<br />
having count(distinct au.acNum) =<br />
<br />
(select Max(int.acNumCount)<br />
from (select count(int.acNum) as int.AcNumCount<br />
from academic ac<br />
LEFT OUTER JOIN author au on ac.AcNum = au.AcNum<br />
LEFT OUTER JOIN interest int on int.AcNum = ac.AcNum<br />
group by ac.AcNum<br />
having auNum = 0))]]></description>
            <dc:creator>shan hyland</dc:creator>
            <category>SQLite</category>
            <pubDate>Wed, 22 Jul 2009 08:53:17 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?145,261338,261338#msg-261338</guid>
            <title>Working with blob fields (1 reply)</title>
            <link>http://forums.mysql.com/read.php?145,261338,261338#msg-261338</link>
            <description><![CDATA[ Working with blob fields<br />
<br />
In SQLite can be use syntax like this:<br />
<br />
CREATE TABLE aTbl (a integer, b BLOB);<br />
INSERT INTO aTbl (a, b) VALUES (1, X'A9AE80');<br />
<br />
Second line insert into Blob field &quot;b&quot; hexadecimal value 'A9AE80'. Exist analogous technique in MySQL? Or something else?<br />
<br />
Thanks]]></description>
            <dc:creator>Daniel Andrascik</dc:creator>
            <category>SQLite</category>
            <pubDate>Mon, 18 May 2009 07:27:16 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?145,256625,256625#msg-256625</guid>
            <title>Attach SQLite in MySQL (1 reply)</title>
            <link>http://forums.mysql.com/read.php?145,256625,256625#msg-256625</link>
            <description><![CDATA[ Hi,<br />
<br />
I'm writing a simple CPP application to migrate data from SQLite database to MySQL database. I am not sure if it is possible to attach a SQLite database in MySQL connection (as we attach another SQLite database in SQLite database ie., using 'attach database &lt;dbname&gt;' syntax.)<br />
<br />
FYI, I will not be able to dump the SQLite database and import the sql file to MySQL since I have  BLOB data in my SQLite database.<br />
<br />
Any help would be much appreciated.<br />
<br />
Regards,<br />
Srini.]]></description>
            <dc:creator>Srinivasan T</dc:creator>
            <category>SQLite</category>
            <pubDate>Tue, 02 Jun 2009 12:43:00 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?145,239338,239338#msg-239338</guid>
            <title>this query in sqlite (no replies)</title>
            <link>http://forums.mysql.com/read.php?145,239338,239338#msg-239338</link>
            <description><![CDATA[ I have problem with executing this query in sqlite. to reconstruct problem please follow the following steps.<br />
<br />
<br />
1. create table awal1, akhir1 and hasil1 first.<br />
<br />
CREATE TABLE awal1(Code char(5),Level varchar(8), Category varchar(50), Product varchar(60), Location varchar(50), &quot;Begin&quot; datetime);<br />
<br />
INSERT INTO `awal1` VALUES ('A1220', 'SMALL', 'FOOD', 'MARGARINE', 'HOMS 1', '2007-05-06 11:42:46');<br />
INSERT INTO `awal1` VALUES ('A1221', 'SMALL', 'FOOD', 'CAKE', 'HOMS 2', '2007-05-06 11:31:57');<br />
INSERT INTO `awal1` VALUES ('A1221', 'SMALL', 'FOOD', 'CAKE', 'HOMS 1', '2007-05-06 11:31:57');<br />
INSERT INTO `awal1` VALUES ('A1221', 'SMALL', 'FOOD', 'CAKE', 'HOMS 1', '2007-05-06 11:42:46');<br />
INSERT INTO `awal1` VALUES ('A1222', 'SMALL', 'FOOD', 'WAFER', 'HOMS 2', '2007-05-06 11:20:34');<br />
INSERT INTO `awal1` VALUES ('A1222', 'SMALL', 'FOOD', 'WAFER', 'HOMS 1', '2007-05-06 11:20:34');<br />
INSERT INTO `awal1` VALUES ('A1222', 'SMALL', 'FOOD', 'WAFER', 'HOMS 1', '2007-05-06 11:42:46');<br />
INSERT INTO `awal1` VALUES ('A1236', 'MEDIUM', 'FOOD', 'SNACK', 'HOMS 2', '2007-05-06 10:48:57');<br />
INSERT INTO `awal1` VALUES ('A1236', 'MEDIUM', 'FOOD', 'SNACK', 'HOMS 1', '2007-05-06 10:48:57');<br />
INSERT INTO `awal1` VALUES ('A1269', 'SMALL', 'CLOTHES', 'BELT', 'HOMS 3', '2007-05-07 17:28:25');<br />
<br />
<br />
CREATE TABLE akhir1(Code char(5),Level varchar(8),Category varchar(50),Product varchar(60), Location varchar(50),&quot;End&quot; datetime);<br />
<br />
INSERT INTO `akhir1` VALUES ('A1220', 'SMALL', 'FOOD ', 'MARGARINE', 'HOMS 1', '2007-05-06 11:42:46');<br />
INSERT INTO `akhir1` VALUES ('A1221', 'SMALL', 'FOOD ', 'CAKE', 'HOMS 2', '2007-05-06 11:31:57');<br />
INSERT INTO `akhir1` VALUES ('A1221', 'SMALL', 'FOOD ', 'CAKE', 'HOMS 1', '2007-05-06 11:31:57');<br />
INSERT INTO `akhir1` VALUES ('A1221', 'SMALL', 'FOOD ', 'CAKE', 'HOMS 1', '2007-05-06 11:42:46');<br />
INSERT INTO `akhir1` VALUES ('A1222', 'SMALL', 'FOOD ', 'WAFER', 'HOMS 2', '2007-05-06 11:31:57');<br />
INSERT INTO `akhir1` VALUES ('A1222', 'SMALL', 'FOOD ', 'WAFER', 'HOMS 1', '2007-05-06 11:31:57');<br />
INSERT INTO `akhir1` VALUES ('A1222', 'SMALL', 'FOOD ', 'WAFER', 'HOMS 1', '2007-05-06 11:42:46');<br />
INSERT INTO `akhir1` VALUES ('A1236', 'MEDIUM', 'FOOD ', 'SNACK', 'HOMS 2', '2007-05-06 11:19:21');<br />
INSERT INTO `akhir1` VALUES ('A1236', 'MEDIUM', 'FOOD ', 'SNACK', 'HOMS 1', '2007-05-06 11:19:25');<br />
INSERT INTO `akhir1` VALUES ('A1269', 'SMALL', 'CLOTHES', 'BELT', 'HOMS 3', '2007-05-07 17:28:27');<br />
<br />
<br />
<br />
CREATE TABLE hasil1 (Code char(5), Level vachar(8), Category varchar (50), Product varchar(60), Location varchar(50), &quot;Begin&quot; datetime, &quot;End&quot; datetime, Difference integer, PRIMARY KEY (Code,Level,Category,Product,Location,&quot;Begin&quot;,&quot;End&quot;));<br />
<br />
<br />
2. then execute this query <br />
<br />
insert or ignore into hasil1 select awal1.Code, awal1.Level, awal1.Category, awal1.Product, awal1.Location, awal1.&quot;Begin&quot;,akhir1.&quot;End&quot;, strftime(&quot;%s&quot;,akhir1.&quot;End&quot;)-strftime(&quot;%s&quot;,awal1.&quot;Begin&quot;) as Difference from awal1, akhir1 where awal1.Code = akhir1.Code and awal1.Category = akhir1.Category and awal1.Product = akhir1.Product and awal1.Location = akhir1.Location and akhir1.&quot;End&quot; &gt;= awal1.&quot;Begin&quot; group by awal1.&quot;Begin&quot;, awal1.Code, awal1.Category, awal1.Product, awal1.Location;<br />
<br />
<br />
3. check the result<br />
<br />
the result that i hope is like this<br />
<br />
A1236	MEDIUM	FOOD	SNACK	HOMS 1	2007-5-6 10:48:57	2007-5-6 11:19:25	1828<br />
A1236	MEDIUM	FOOD	SNACK	HOMS 2	2007-5-6 10:48:57	2007-5-6 11:19:21	1824<br />
A1222	SMALL	FOOD	WAFER	HOMS 1	2007-5-6 11:20:34	2007-5-6 11:31:57	683<br />
A1222	SMALL	FOOD	WAFER	HOMS 2	2007-5-6 11:20:34	2007-5-6 11:31:57	683<br />
A1221	SMALL	FOOD	CAKE	HOMS 1	2007-5-6 11:31:57	2007-5-6 11:31:57	0<br />
A1221	SMALL	FOOD	CAKE	HOMS 2	2007-5-6 11:31:57	2007-5-6 11:31:57	0<br />
A1220	SMALL	FOOD	MARGARINE	HOMS 1	2007-5-6 11:42:46	2007-5-6 11:42:46	0<br />
A1221	SMALL	FOOD	CAKE	HOMS 1	2007-5-6 11:42:46	2007-5-6 11:42:46	0<br />
A1222	SMALL	FOOD	WAFER	HOMS 1	2007-5-6 11:42:46	2007-5-6 11:42:46	0<br />
A1269	SMALL	CLOTHES	BELT	HOMS 3	2007-5-7 17:28:25	2007-5-7 17:28:27	2<br />
<br />
<br />
how to make result like i hope?<br />
<br />
thanks for advanced<br />
<br />
<br />
note : the result that i hope is mysql result's, so i confuse how to do this in sqlite. Why i prefer sqlite other than mysql, coz if i execute about 12000 rows in mysql server, my computer starts not responding temporary, it tooks 100% cpu usage but less PF or memory usage.]]></description>
            <dc:creator>rachmat febfauza</dc:creator>
            <category>SQLite</category>
            <pubDate>Sat, 20 Dec 2008 01:34:50 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?145,230287,230287#msg-230287</guid>
            <title>re : install mysql (no replies)</title>
            <link>http://forums.mysql.com/read.php?145,230287,230287#msg-230287</link>
            <description><![CDATA[ Hi,<br />
<br />
We are developing desktop application at .net, we want to use mysql for backend,<br />
now i need some help, we want to install mysql through programatically, can any body help me, how to install mysql through programatically,]]></description>
            <dc:creator>pavan kumar</dc:creator>
            <category>SQLite</category>
            <pubDate>Wed, 15 Oct 2008 08:53:20 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?145,213098,213098#msg-213098</guid>
            <title>Steps for setting up *.db in SQLite same as MySQL? (no replies)</title>
            <link>http://forums.mysql.com/read.php?145,213098,213098#msg-213098</link>
            <description><![CDATA[ I'm new to MySQL within '08 and will be giving SQLite a try this week, but my question is - the steps to make a *.db the same as they are in MySQL?  I read on a blog that there's a whole different procedure which frightens me because I'm far from a pro and it took me long enough to figure out the original.]]></description>
            <dc:creator>kris hanigan</dc:creator>
            <category>SQLite</category>
            <pubDate>Sun, 08 Jun 2008 03:34:46 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?145,126213,126213#msg-126213</guid>
            <title>Creating a MySQL standalone database just like SQLite/MsAccess (3 replies)</title>
            <link>http://forums.mysql.com/read.php?145,126213,126213#msg-126213</link>
            <description><![CDATA[ Hi<br />
<br />
Will like to know is it possible to make a database file for MySQL just like those such as MS Access and SQLite. So that it is possible to pack the database with application?<br />
<br />
So far, what I have always thought, that MySQL is a database server which must be installed in order to let any applications dependent on it to be workable. Until recently I saw Caeser IV is packed with MySQL.<br />
<br />
How can I make a *.db or something similar?]]></description>
            <dc:creator>Kaiyang Tay</dc:creator>
            <category>SQLite</category>
            <pubDate>Tue, 27 May 2008 16:36:09 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?145,122005,122005#msg-122005</guid>
            <title>is there any light edition of mySQL (9 replies)</title>
            <link>http://forums.mysql.com/read.php?145,122005,122005#msg-122005</link>
            <description><![CDATA[ hi<br />
<br />
well I am working on a project that we need a very small database  that can be installed on client system but our database needs to have some intelligent triggers and some small database like access can not support this intelligency so I want to know if there is any light edition of mysql that we can use it an  edition that has the functionality of triggers.<br />
<br />
<br />
thanks for your attention<br />
<br />
Best Regards.]]></description>
            <dc:creator>netman mo</dc:creator>
            <category>SQLite</category>
            <pubDate>Mon, 25 Aug 2008 02:07:13 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?145,111655,111655#msg-111655</guid>
            <title>Using MySQL for desktop applications (1 reply)</title>
            <link>http://forums.mysql.com/read.php?145,111655,111655#msg-111655</link>
            <description><![CDATA[ Is it appropriate to use MySQL for stand-alone desktop applications? I mean instead of MS Access.]]></description>
            <dc:creator>Rohit Khare</dc:creator>
            <category>SQLite</category>
            <pubDate>Mon, 21 Aug 2006 16:43:21 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?145,78314,78314#msg-78314</guid>
            <title>MySQL without server (1 reply)</title>
            <link>http://forums.mysql.com/read.php?145,78314,78314#msg-78314</link>
            <description><![CDATA[ When I create simple standalone programs in Java, C++, etc, I don't want to use MySQL server.<br />
<br />
For end user:<br />
It is hard to setup.<br />
It is not safe for a dummie to setup MySQL server.<br />
It is really big (if application is only 800 KBs).<br />
<br />
I want a client library which can use MySQL databases (files in one specific from application directory) without any type of server.<br />
<br />
I mean something like MS Access, but the library only. Not an extra program.<br />
<br />
This database will be accessed by only one person/app, so there is no problem if the library does not support multiaccess.<br />
<br />
<br />
Is there any similar thing out there?<br />
<br />
Thanks.]]></description>
            <dc:creator>Paul Gessos</dc:creator>
            <category>SQLite</category>
            <pubDate>Sun, 26 Mar 2006 18:12:07 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?145,73343,73343#msg-73343</guid>
            <title>performance: Mysqld / Mysql Embedded / SQL lite (1 reply)</title>
            <link>http://forums.mysql.com/read.php?145,73343,73343#msg-73343</link>
            <description><![CDATA[ Hi,<br />
<br />
Does anyone know about database performance, overheads between those three solutions: <br />
Mysqld, Mysqld Embedded, SQL.<br />
I am looking for information and comparaison, especially in terms of:<br />
 - speed<br />
 - for high concurrency and lots of access<br />
<br />
Thank you and best regards,<br />
<br />
Sylvain]]></description>
            <dc:creator>Sylvain Becker</dc:creator>
            <category>SQLite</category>
            <pubDate>Fri, 03 Mar 2006 19:10:43 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?145,71867,71867#msg-71867</guid>
            <title>Need to Convert SQLite 3 to csv (1 reply)</title>
            <link>http://forums.mysql.com/read.php?145,71867,71867#msg-71867</link>
            <description><![CDATA[ This may be the wrong forum but I thought I would see if anyone knew how to convert SQLite 3 files to csv. I have two viewers and I can view the part of the SQLite 3 file allocated to fields. However, there is a paragraph of text associated with each record that makes up 98% of the record that does not show up in the viewers. Does anyone know how I can do a straight conversion to csv or xls from SQLite 3? Thanks in advance for any replies.]]></description>
            <dc:creator>Patrick Kelly</dc:creator>
            <category>SQLite</category>
            <pubDate>Sun, 28 May 2006 07:31:25 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?145,68269,68269#msg-68269</guid>
            <title>SQLite Migration (6 replies)</title>
            <link>http://forums.mysql.com/read.php?145,68269,68269#msg-68269</link>
            <description><![CDATA[ Hello !<br />
<br />
Is an SQLite support planned for a future release of the MySQL Migration toolkit ?<br />
I miss it a lot ;)]]></description>
            <dc:creator>Laurent Goussard</dc:creator>
            <category>SQLite</category>
            <pubDate>Wed, 03 Jun 2009 13:58:55 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?145,68176,68176#msg-68176</guid>
            <title>SQLITE module not getting loaded (1 reply)</title>
            <link>http://forums.mysql.com/read.php?145,68176,68176#msg-68176</link>
            <description><![CDATA[ I am using php 5.12(zip version) and i am getting sqlite module not found error ,despite of php_sqlite.dll is present in folder.Any idea?<br />
<br />
thanks<br />
<br />
-adnan]]></description>
            <dc:creator>Adnan Siddqi</dc:creator>
            <category>SQLite</category>
            <pubDate>Mon, 06 Feb 2006 14:17:56 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?145,35691,35691#msg-35691</guid>
            <title>INSERTS get progressively slower (2 replies)</title>
            <link>http://forums.mysql.com/read.php?145,35691,35691#msg-35691</link>
            <description><![CDATA[ I just installed MySQL 4.1.13 and the MySQL Connector Net 1.04.  I've written a C# script to create a table and insert approximately 2.4 million records from a table in another database (Oracle). The problem is that the more records that are inserted, the slower it gets. This behavior persists whether I do all inserts as a single transaction, or whether I do a commit after each group of 10,000 or 100,000 inserts. Doesn't seem to matter -- just keeps getting slower and slower.  I can do the exact same operation on a SQLite database under the exact same conditions (i.e. same script, new table, no indexes) and insert the entire 2.4 million records in about 16 minutes. I would have thought that MySQL would at least be able to match or exceed what SQLite can do.<br />
<br />
Below is the log from my script. In this case, I'm doing a begin transaction and commit for each block of 10,000 rows. It starts off taking about 8 seconds for the first 10,000, but it's already up to almost 2.5 minutes for the 10,000 rows between 440,000 and 450,000.  SQLite would have finished inserting the full 2.4 million records about 15 minutes earlier.  (I realize that MySQL provides a bulk insert from file capability, but I'm really not interested in using this. If SQLite can do what I want, I think MySQL should be able to also.)  Can anyone explain what's going on here and how performance might be improved (or at least be consistent for each group of inserts)?<br />
<br />
2005-07-22 19:20:05 10,000 records written...<br />
2005-07-22 19:20:13 20,000 records written...<br />
2005-07-22 19:20:23 30,000 records written...<br />
2005-07-22 19:20:31 40,000 records written...<br />
2005-07-22 19:20:40 50,000 records written...<br />
2005-07-22 19:20:51 60,000 records written...<br />
2005-07-22 19:21:00 70,000 records written...<br />
2005-07-22 19:21:09 80,000 records written...<br />
2005-07-22 19:21:22 90,000 records written...<br />
2005-07-22 19:21:34 100,000 records written...<br />
2005-07-22 19:21:48 110,000 records written...<br />
2005-07-22 19:22:01 120,000 records written...<br />
2005-07-22 19:22:14 130,000 records written...<br />
2005-07-22 19:22:30 140,000 records written...<br />
2005-07-22 19:22:45 150,000 records written...<br />
2005-07-22 19:23:04 160,000 records written...<br />
2005-07-22 19:23:21 170,000 records written...<br />
2005-07-22 19:23:39 180,000 records written...<br />
2005-07-22 19:23:57 190,000 records written...<br />
2005-07-22 19:24:16 200,000 records written...<br />
2005-07-22 19:24:35 210,000 records written...<br />
2005-07-22 19:24:55 220,000 records written...<br />
2005-07-22 19:25:17 230,000 records written...<br />
2005-07-22 19:25:46 240,000 records written...<br />
2005-07-22 19:26:15 250,000 records written...<br />
2005-07-22 19:26:46 260,000 records written...<br />
2005-07-22 19:27:23 270,000 records written...<br />
2005-07-22 19:28:06 280,000 records written...<br />
2005-07-22 19:28:55 290,000 records written...<br />
2005-07-22 19:29:47 300,000 records written...<br />
2005-07-22 19:30:47 310,000 records written...<br />
2005-07-22 19:31:55 320,000 records written...<br />
2005-07-22 19:33:14 330,000 records written...<br />
2005-07-22 19:34:46 340,000 records written...<br />
2005-07-22 19:36:24 350,000 records written...<br />
2005-07-22 19:38:05 360,000 records written...<br />
2005-07-22 19:39:58 370,000 records written...<br />
2005-07-22 19:41:58 380,000 records written...<br />
2005-07-22 19:43:54 390,000 records written...<br />
2005-07-22 19:46:01 400,000 records written...<br />
2005-07-22 19:48:12 410,000 records written...<br />
2005-07-22 19:50:29 420,000 records written...<br />
2005-07-22 19:52:45 430,000 records written...<br />
2005-07-22 19:55:53 440,000 records written...<br />
2005-07-22 19:58:17 450,000 records written...]]></description>
            <dc:creator>Dean Sadites</dc:creator>
            <category>SQLite</category>
            <pubDate>Sun, 28 May 2006 07:48:04 +0000</pubDate>
        </item>
    </channel>
</rss>
