Ask a Question related to Coldfusion Database Access, Design and Development.
-
Jim Wells #1
mySQL longtext
I have a problem where the most amount of characters I can insert into a field
is 6400 characters. I am using mySQL4 with CFMX7.
My code used to work fine with mySQL3 and CFMX6. The field is set for
Longtext which is supposed to handle 429,4967,295 characters.
Any idea whats wrong?
Jim Wells Guest
-
#39761 [NEW]: Segmentation fault on pdo_mysql with 2 longtext cols
From: tylersticky at gmail dot com Operating system: Ubuntu Linux Dapper PHP version: 5.2.0 PHP Bug Type: PDO related Bug... -
#39308 [NEW]: PDO eats 1 megabyte for every prepared statement for LONGTEXT fields
From: suhachov at gmail dot com Operating system: Linux FC PHP version: 5.1.6 PHP Bug Type: Performance problem Bug... -
ERROR 2002: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
When i try to start my mysql server, i get this error ERROR 2002: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock'... -
problem: show longtext with php from mysql-data
hi, Table trp contains a field called infotekst (type=LONGTEXT). The php script does show the content of this field infotekst properly while the... -
Limit Longtext Blob, was using vchar 255 but needed more space.
"entoone" <entoone@pacbell.net> wrote: I don't understand your problem. The data won't insert itself in the database after the form is... -
Jim Wells #2
Re: mySQL longtext
ah ha! just solved this on my own. Needed to turn on CLOB in the data source settings.
Jim Wells Guest



Reply With Quote

