Ok, I am having this MySQL issue that is driving me insane. I never had this problem until after the 1st of the year so I have no idea!
My insertions work fine when I first create my database and do my coding. I wake up the next day and the insertions are broken. They just don't work anymore...
I am thinking it has something to do with my "about" field since I do a quick test by adding only one word in the text field and it works and then I can add more data as normal, everything works again until the next day and it breaks again. Very strange...
Do I need to structure my "about" field another way?
Here is what I have below:
Field:
about
Type:
text
Collation:
latin1_swedish_ci
Null:
no
My insertions work fine when I first create my database and do my coding. I wake up the next day and the insertions are broken. They just don't work anymore...
I am thinking it has something to do with my "about" field since I do a quick test by adding only one word in the text field and it works and then I can add more data as normal, everything works again until the next day and it breaks again. Very strange...
Do I need to structure my "about" field another way?
Here is what I have below:
Field:
about
Type:
text
Collation:
latin1_swedish_ci
Null:
no








