You are not logged in.

Announcement

 Téléchargez la dernière version stable de GLPI      -     Et vous, que pouvez vous faire pour le projet GLPI ? :  Contribuer
 Download last stable version of GLPI                      -     What can you do for GLPI ? :  Contribute

#1 2007-11-14 18:25:56

templeuser
Member
Registered: 2007-10-12
Posts: 12

Copying Database

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

#2 2007-11-14 18:33:21

futhwo
Member
Registered: 2007-11-14
Posts: 4

Re: Copying Database

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

Board footer

Powered by FluxBB