Show routing table
Tagged with: command, lan, Linux, network, route, table
Monday, June 16th, 2008 10:52 PM
show routing table
route -n
show routing table
route -n
Backup all files in /var/lib/mysql to another folder
To restore, stop mysqld if it is running
service stop mysqld
Move all database files back to /var/lib/mysql. Make sure that all the folder and files in that folder belongs to mysql
chown -R mysql.mysql /var/lib/mysql
Try starting mysql
service start mysqld