MySQL Forums
Forum List  »  Connector/ODBC

Re: MySQL Control Center 0.9.4 beta .MYD not updating.
Posted by: Shawn Green
Date: November 18, 2017 03:05PM

Hello Raheel,

I have not seen anyone using MySQL Control Center in over a decade. That tool was replaced years ago by other products (most notably and recently by MySQL Workbench). The fact that you are even using a BETA version of the software implies that there were bugs in it that we needed to fix before we could consider it stable enough for production purposes.


Which version and release of MySQL (the database server) are you using?


The .MYD file is where the MyISAM storage engine writes its data. The same file name with the .MYI extension is where the index data for that table is. The .FRM file of the same name is the table's definition.

Your operating system may not be updating the date of the file as mysqld (your database server) is updating the data. If your operating system is supposed to be updating the date when a file is changed and if that date is not changing for you, then you probably have a problem with that table. Inspect the MySQL Error Log to see if your mysqld is complaining about anything.

Yours,
--
Shawn Green
MySQL Senior Principal Technical Support Engineer

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.