serendipity_link_category corrupted?
Posted: Sat Sep 03, 2005 7:08 pm
Mysql client server 4.1.9
Apache 2 hnadler
PHP 5.0.4
web site weweartights.org and earthly.biz (s9y blog sites)
These domains are administered by me
phpMyAdmin used for examing mysql database
database name wwt - weweartights.org
database name - earthly.biz
phpMyadmin can not can not display database "wwt" tables named "comments" and "link_category". There is some inconsistancy. Twice I was able to view all of "comments"with phpMyAdmin.
I can view all the tables in "mysql" supporting the domain earthly.biz
Before I simply erase the wwt database and start from the beginning with a new installation of sy9, I thought I would try to rebuild the table comments and link_category.
I've never done this before. I will use the table information available to me from the fully fuctional "mysql" database that supports my s9y:earthly.biz
If you can suggest a better way to recover or to go about fixing the tables or reinstalling s9y do please tell me.
If you check my most previous message thread you can review what has lead me up to considering to take this course of action
thank you
----edited------12:03 PM CST USA
I discovered some mysql tool "myisamchk" that checks the tables. To be run after flushing the tables with the mysqladmin command.
This tool indicates that "all" the tables in database "wwt" are error free !
[root@localhost wwt]# /usr/local/bin/mysqladmin flush-tables -p
Enter password:
[root@localhost wwt]# /usr/local/bin/myisamchk /usr/local/var/wwt/serendipity_*.MYI
Checking MyISAM file: /usr/local/var/wwt/serendipity_authors.MYI
Data records: 1 Deleted blocks: 0
- check file-size
- check record delete-chain
- check key delete-chain
- check index reference
- check data record references index: 1
- check record links
---------
Checking MyISAM file: /usr/local/var/wwt/serendipity_category.MYI
Data records: 0 Deleted blocks: 0
- check file-size
- check record delete-chain
- check key delete-chain
- check index reference
- check data record references index: 1
- check record links
---------
Checking MyISAM file: /usr/local/var/wwt/serendipity_comments.MYI
Data records: 0 Deleted blocks: 0
- check file-size
- check record delete-chain
- check key delete-chain
- check index reference
- check data record references index: 1
- check record links
---------
Checking MyISAM file: /usr/local/var/wwt/serendipity_config.MYI
Data records: 60 Deleted blocks: 0
- check file-size
- check record delete-chain
- check key delete-chain
- check index reference
- check data record references index: 1
- check record links
---------
Checking MyISAM file: /usr/local/var/wwt/serendipity_entries.MYI
Data records: 4 Deleted blocks: 1
- check file-size
- check record delete-chain
- check key delete-chain
- check index reference
- check data record references index: 1
- check data record references index: 2
- check data record references index: 3
- check data record references index: 4
- check record links
---------
Checking MyISAM file: /usr/local/var/wwt/serendipity_entrycat.MYI
Data records: 4 Deleted blocks: 0
- check file-size
- check record delete-chain
- check key delete-chain
- check index reference
- check data record references index: 1
---------
Checking MyISAM file: /usr/local/var/wwt/serendipity_entryproperties.MYI
Data records: 0 Deleted blocks: 0
- check file-size
- check record delete-chain
- check key delete-chain
- check index reference
- check data record references index: 1
- check data record references index: 2
- check record links
---------
Checking MyISAM file: /usr/local/var/wwt/serendipity_exits.MYI
Data records: 0 Deleted blocks: 0
- check file-size
- check record delete-chain
- check key delete-chain
- check index reference
- check data record references index: 1
- check record links
---------
Checking MyISAM file: /usr/local/var/wwt/serendipity_images.MYI
Data records: 1 Deleted blocks: 2
- check file-size
- check record delete-chain
- check key delete-chain
- check index reference
- check data record references index: 1
- check data record references index: 2
- check data record references index: 3
- check record links
---------
Checking MyISAM file: /usr/local/var/wwt/serendipity_link_category.MYI
Data records: 0 Deleted blocks: 0
- check file-size
- check record delete-chain
- check key delete-chain
- check index reference
- check data record references index: 1
- check record links
---------
Checking MyISAM file: /usr/local/var/wwt/serendipity_links.MYI
Data records: 0 Deleted blocks: 0
- check file-size
- check record delete-chain
- check key delete-chain
- check index reference
- check data record references index: 1
- check data record references index: 2
- check data record references index: 3
- check data record references index: 4
- check record links
---------
Checking MyISAM file: /usr/local/var/wwt/serendipity_plugins.MYI
Data records: 14 Deleted blocks: 0
- check file-size
- check record delete-chain
- check key delete-chain
- check index reference
- check data record references index: 1
- check data record references index: 2
- check record links
---------
Checking MyISAM file: /usr/local/var/wwt/serendipity_references.MYI
Data records: 0 Deleted blocks: 1
- check file-size
- check record delete-chain
- check key delete-chain
- check index reference
- check data record references index: 1
- check record links
---------
Checking MyISAM file: /usr/local/var/wwt/serendipity_referrers.MYI
Data records: 0 Deleted blocks: 0
- check file-size
- check record delete-chain
- check key delete-chain
- check index reference
- check data record references index: 1
- check record links
---------
Checking MyISAM file: /usr/local/var/wwt/serendipity_suppress.MYI
Data records: 6 Deleted blocks: 0
- check file-size
- check record delete-chain
- check key delete-chain
- check index reference
- check data record references index: 1
- check record links
[root@localhost wwt]#
The seems to tell me I can not reliably use myPHPAdmin to vew a mysql database
or
I need to find a tool that checks other database features
Apache 2 hnadler
PHP 5.0.4
web site weweartights.org and earthly.biz (s9y blog sites)
These domains are administered by me
phpMyAdmin used for examing mysql database
database name wwt - weweartights.org
database name - earthly.biz
phpMyadmin can not can not display database "wwt" tables named "comments" and "link_category". There is some inconsistancy. Twice I was able to view all of "comments"with phpMyAdmin.
I can view all the tables in "mysql" supporting the domain earthly.biz
Before I simply erase the wwt database and start from the beginning with a new installation of sy9, I thought I would try to rebuild the table comments and link_category.
I've never done this before. I will use the table information available to me from the fully fuctional "mysql" database that supports my s9y:earthly.biz
If you can suggest a better way to recover or to go about fixing the tables or reinstalling s9y do please tell me.
If you check my most previous message thread you can review what has lead me up to considering to take this course of action
thank you
----edited------12:03 PM CST USA
I discovered some mysql tool "myisamchk" that checks the tables. To be run after flushing the tables with the mysqladmin command.
This tool indicates that "all" the tables in database "wwt" are error free !
[root@localhost wwt]# /usr/local/bin/mysqladmin flush-tables -p
Enter password:
[root@localhost wwt]# /usr/local/bin/myisamchk /usr/local/var/wwt/serendipity_*.MYI
Checking MyISAM file: /usr/local/var/wwt/serendipity_authors.MYI
Data records: 1 Deleted blocks: 0
- check file-size
- check record delete-chain
- check key delete-chain
- check index reference
- check data record references index: 1
- check record links
---------
Checking MyISAM file: /usr/local/var/wwt/serendipity_category.MYI
Data records: 0 Deleted blocks: 0
- check file-size
- check record delete-chain
- check key delete-chain
- check index reference
- check data record references index: 1
- check record links
---------
Checking MyISAM file: /usr/local/var/wwt/serendipity_comments.MYI
Data records: 0 Deleted blocks: 0
- check file-size
- check record delete-chain
- check key delete-chain
- check index reference
- check data record references index: 1
- check record links
---------
Checking MyISAM file: /usr/local/var/wwt/serendipity_config.MYI
Data records: 60 Deleted blocks: 0
- check file-size
- check record delete-chain
- check key delete-chain
- check index reference
- check data record references index: 1
- check record links
---------
Checking MyISAM file: /usr/local/var/wwt/serendipity_entries.MYI
Data records: 4 Deleted blocks: 1
- check file-size
- check record delete-chain
- check key delete-chain
- check index reference
- check data record references index: 1
- check data record references index: 2
- check data record references index: 3
- check data record references index: 4
- check record links
---------
Checking MyISAM file: /usr/local/var/wwt/serendipity_entrycat.MYI
Data records: 4 Deleted blocks: 0
- check file-size
- check record delete-chain
- check key delete-chain
- check index reference
- check data record references index: 1
---------
Checking MyISAM file: /usr/local/var/wwt/serendipity_entryproperties.MYI
Data records: 0 Deleted blocks: 0
- check file-size
- check record delete-chain
- check key delete-chain
- check index reference
- check data record references index: 1
- check data record references index: 2
- check record links
---------
Checking MyISAM file: /usr/local/var/wwt/serendipity_exits.MYI
Data records: 0 Deleted blocks: 0
- check file-size
- check record delete-chain
- check key delete-chain
- check index reference
- check data record references index: 1
- check record links
---------
Checking MyISAM file: /usr/local/var/wwt/serendipity_images.MYI
Data records: 1 Deleted blocks: 2
- check file-size
- check record delete-chain
- check key delete-chain
- check index reference
- check data record references index: 1
- check data record references index: 2
- check data record references index: 3
- check record links
---------
Checking MyISAM file: /usr/local/var/wwt/serendipity_link_category.MYI
Data records: 0 Deleted blocks: 0
- check file-size
- check record delete-chain
- check key delete-chain
- check index reference
- check data record references index: 1
- check record links
---------
Checking MyISAM file: /usr/local/var/wwt/serendipity_links.MYI
Data records: 0 Deleted blocks: 0
- check file-size
- check record delete-chain
- check key delete-chain
- check index reference
- check data record references index: 1
- check data record references index: 2
- check data record references index: 3
- check data record references index: 4
- check record links
---------
Checking MyISAM file: /usr/local/var/wwt/serendipity_plugins.MYI
Data records: 14 Deleted blocks: 0
- check file-size
- check record delete-chain
- check key delete-chain
- check index reference
- check data record references index: 1
- check data record references index: 2
- check record links
---------
Checking MyISAM file: /usr/local/var/wwt/serendipity_references.MYI
Data records: 0 Deleted blocks: 1
- check file-size
- check record delete-chain
- check key delete-chain
- check index reference
- check data record references index: 1
- check record links
---------
Checking MyISAM file: /usr/local/var/wwt/serendipity_referrers.MYI
Data records: 0 Deleted blocks: 0
- check file-size
- check record delete-chain
- check key delete-chain
- check index reference
- check data record references index: 1
- check record links
---------
Checking MyISAM file: /usr/local/var/wwt/serendipity_suppress.MYI
Data records: 6 Deleted blocks: 0
- check file-size
- check record delete-chain
- check key delete-chain
- check index reference
- check data record references index: 1
- check record links
[root@localhost wwt]#
The seems to tell me I can not reliably use myPHPAdmin to vew a mysql database
or
I need to find a tool that checks other database features