Gossamer Forum
Home : Products : Others : MySQLMan :

MySQL 4 Problems

Quote Reply
MySQL 4 Problems
Hi, I have shifted a database to a server running MySQL 4.1 and have encountered some weirdness from mysqlman. Namely when I look at the table properties I have a 'collation' column defined (its usually 'binary' or latin1_swedish something and
2) on tables I used to be able to edit the record there is now no edit link.

Now I'm assuming that mysql4 has changed a default datatype for the index or something or my language setting (RedHat 9) is causing this.

Does anyone have any advice about getting the edit
functionality back? (its a mysql4 issue as the same database on my mysal 3.23 works fine)

Thanks
Quote Reply
Re: [dougrobb] MySQL 4 Problems In reply to
FrownI notice no replies to this? My problem is that I can't edit a record in

a table as the 'edit' link doesn't appear even though the table has a primary key defined. Same table on another server edit link appears. I was thinking the difference is on one system I use mysql3.23 and on the new one I am using 4.1.0-alpha. Both using mysqlman 1.09.

Can anyone at least confirm that they are using mysqlman with mysql 4.1 without problems?

regards doug

ps this affects all my tables on all my databases on the 4.1 server so its quite a problem for me.