Archives: April 2014

12 articles

MariaDB / MySQL: backup and restore a specific table

We just have to specify the name of the table we want to backup in the usual mysqldump command:

$ mysqldump -h hostname -u username -p database_name table_name > backup_table_name.sql

Then, to restore it:

mysql -u username -p database_name

Source

Less than 20 days to help fund the Gooseberry project from the Blender Foundation

Update: having more than 3000 supporters, the team has decided to extend the campaign until May 8th. It is not too late to join in!

Less than 20 days to help fund the Gooseberry project from the Blender Foundation. Blender is a free (as in freedom and free beer) 3D modelling software. After several small films showing all its capabilities, the foundation has launched a crowd-funding campaign to help realise its first full-length film.

Source [FR]