Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
vms:webdev:mysql [2014/11/03 16:36]
admin [Install MySQL Workbench]
vms:webdev:mysql [2014/11/03 18:09] (current)
admin [Restart MySQL]
Line 96: Line 96:
 > sudo service mysql start > sudo service mysql start
 </​code>​ </​code>​
 +
 +=== Delete backup files ===
 +
 +Now, if all is running well, we can get rid of the backup files we initially created. In case of necessity, those files are, in fact, still present on the virtual machine'​s hard disk, unmounting the shared folder would reveal them.
 +
 +<​code>​
 +> sudo rm -r /​var/​lib/​mysql.bak
 +</​code>  ​
  
 ----- -----