Re: Error: "Got error 139 from storage engine"

2008-11-03 Thread Thomas Spahni
On Mon, 3 Nov 2008, Jesse wrote: > I have an ASP.net web application running on a WS03 server using MySQL > 5.0.67-community-nt-log. > > I have a form that allows the customer to use a visual HTML editor to input > text that will appear on a web page. So, the text contains HTML tags. When > it

Re: How to understand this phrase on the document.

2008-11-03 Thread Moon's Father
Thanks for your patient reply. Now I believe that the memory leak problem was generated by the program. On Sat, Nov 1, 2008 at 5:31 PM, Ian Christian <[EMAIL PROTECTED]> wrote: > 2008/10/31 Moon's Father <[EMAIL PROTECTED]> > >> *A prepared statement is also global to the connection. If you cr

Error: "Got error 139 from storage engine"

2008-11-03 Thread Jesse
I have an ASP.net web application running on a WS03 server using MySQL 5.0.67-community-nt-log. I have a form that allows the customer to use a visual HTML editor to input text that will appear on a web page. So, the text contains HTML tags. When it tries to save the text to the table in the

Re: Importing MS SQL exported CSV files adds spaces

2008-11-03 Thread Grant Allen
Ali, Saqib wrote: I exported a large data set from from Microsoft SQL server in CSV format. However whenever I try to import that data to a a mySQL server running on Linux, it adds a space between each character in each field. Essentially: Saqib Ali becomes S a q i b A l i I have tried to use

Re: Importing MS SQL exported CSV files adds spaces

2008-11-03 Thread Ali, Saqib
> try "OPTIONALLY ENCLOSED BY ' " ' already tried that. no help :( saqib http://doctrina.wordpress.com/ -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

InnoDB table space errors

2008-11-03 Thread Marten Lehmann
How can I remove a table space from the internal data dictionary? The documentation doesn't help at all. Even after a fresh installation and importing all dumps of the databases from scratch, I get these errors: Attempting backtrace. You can use the following information to find out where my

Importing MS SQL exported CSV files adds spaces

2008-11-03 Thread Ali, Saqib
I exported a large data set from from Microsoft SQL server in CSV format. However whenever I try to import that data to a a mySQL server running on Linux, it adds a space between each character in each field. Essentially: Saqib Ali becomes S a q i b A l i I have tried to use the dos2unix cmd on