Everyone knows more than I do, therefore I need to work harder than them to be able to compete!
This is the only way that I will be able to accomplish my goals!
Therefore I am reading book every day and am constantly searching out information.
The desires is there..
Friday, September 11, 2009
MySQL - Searching for database
If you want to find mysql db files then run this:
# find / -name "*.MYI" -exec ls -al {} \;
this will find any file that has extension MYI (one of mysql table files)
No comments:
Post a Comment