You are not logged in.
Pages: 1
Hi I have been using GLPI on one computer, but for safety I would like to copy the database so I can put it on another computer. What would be the process to do this?
thanks
Offline
you can use mysqldump on the database server:
mysqldump -u <mysql adm users, usually root> -p <password, if it's blank do not use -p> database_name > backup_file.sql
Offline
Pages: 1