Ask a Question related to Coldfusion Database Access, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. #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...
    2. #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...
    3. 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'...
    4. 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...
    5. 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...
  3. #2

    Default Re: mySQL longtext

    ah ha! just solved this on my own. Needed to turn on CLOB in the data source settings.
    Jim Wells Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139