To update your current version to the latest release:
$> mysql -u root -p Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 5525 to server version: 3.22.32 Type 'help' for help. mysql> create database opendocman; mysql> grant select,insert,update,delete,create on opendocman.* to opendocman@localhost identified by 'opendocman'; mysql> flush privileges; mysql> exit; $> mysql -u opendocman -p opendocman < database.sql
$>mkdir /usr/local/opendocman/data