Linux Apache MySql Php
Some Linux, Apache, Mysql & PHP tips
Thursday, September 25, 2008
Find a file in the linux
find . -name admindemo.tar.gz
find / -name admindemo.tar.gz
Repair mysql table
root@servername [/var/lib/mysql/databasename]# myisamchk -r -S *.MYI
mysql> use
;
mysql> REPAIR TABLE `table1`,`table2`;
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)