Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Collation problems after mysql upgr
Name: ian_ok Date: March 11, 2006 at 10:14:10 Pacific OS: win xp 98 & 2k CPU/Ram: p3 512
Comment:
the MYsql database version has been upgraded and now if a user logs in add a listing the listing is NOt added
You can view the d/b all Ok and the end user see no change just admin users/agents can't add listings.
On the d/b a new column has appeared 'Collation' and then in some of the fields rows it says: latin1_swedish_ci
I think this is the problem, but I don't know how to get it back to how it was before, it never had collation and I'm unsure what character setting it should be (if any!)
Name: Don Arnett Date: March 11, 2006 at 20:40:21 Pacific
Reply:
It sounds like a new field was added to one of the database tables, although you wouldn't expect that from upgrading the mysql software. But if a table has a new field, there is a good chance that the insert statement (used during add functionality) will fail.
If that is the case, then the program doing the insert needs to be adjusted to account for the new field.
Be sure to come back and let us know if our suggestions helped!
0
Response Number 2
Name: ian_ok Date: March 13, 2006 at 00:44:07 Pacific
Reply:
Yes for some reason it did insert a new column.
Anyhow I've managed to sort the problem out....I was thinking it was due to the character set being changed and this new field BUT it wasn't....
I've added some code to one of the files and the htaccess which has enabled gloabals.
Summary: Sorry I didn't show up for a while, I was sick... The dialog box is displayed but the program reports a problem after 3-5 seconds and says it must close. Basa_Melkiy ...
Summary: Am tring to install an ikonboard on win98, and keep getting problems. After i get this far "Your administration account has been set up successfully" When i click on proceed i get this Ikonboard h...
Summary: I answered this concern in your prior post, a few below. The code I gave you above, needs to be called from an HTML page that has a form with its submit action pointing to the *.php file containing th...