18 Sep, 2008
Posted by: eisabai In: Snippets
Backuping a single table from a database
mysqldump -u -p database_one table_name > /var/www/backups/table_name.sql
Restoring the table into another database
mysql -u -p database_two < /var/www/backups/table_name.sql
For more Linux commands, please refer to:
Practical Guide to Linux Commands, Editors, and Shell Programming
03 Sep, 2008
Posted by: eisabai In: Google
Google chrome is the hottest topic today – you hear and see about it everywhere, on the train, at lunch, while waiting for the bus, on newspapers, on blogs, and even on TV. A friend said google is taking over the world. And he was joking of course, but I think [...]