I assume you are using MySQL as you DBMS. In which case you need to to copy the backup that you have
to the proper MySQL directory. The name of the directory varies depending on how MySQL was installed, so
you need to figure out what directory contains all the MySQL databases.
Once you restore the directory, you need to assign ownership if this directory to id mysql and group root.
See man chown.
Then you need to create the user of this database in MySQL as per the original Metadot installation
instructions.
Logged In: YES
user_id=348920
I assume you are using MySQL as you DBMS. In which case you need to to copy the backup that you have
to the proper MySQL directory. The name of the directory varies depending on how MySQL was installed, so
you need to figure out what directory contains all the MySQL databases.
Once you restore the directory, you need to assign ownership if this directory to id mysql and group root.
See man chown.
Then you need to create the user of this database in MySQL as per the original Metadot installation
instructions.
For detail MySQL documentation go to http://www.mysql.com/
Good luck.