4
How to automate the database backup and restore processin short for use phpmyadmin:
for export:
go to cpanel and click on "database manager"
click on "phpmyadmin"
select database
click on "export" and select tabales.
check the "save as file" option and select one format ( sql,gzip)
for import:
go to phpmyadmin and select your database.
click on "sql" link
click on "browse" and choose the file you export .
click on "run"
Quote:
Second when I copy all the database table through the other network isn't enough that XOOPS can read again the whole database although when I look at MySQL it is there?
just copy all files in html folder of new location.be sure mainfile.php have correct setting ( db_name db_user db_pass)
your third question:
you always can create news and everything again in new site by copy&paste contents but its so tough and when you can move the database smoothly why you create them again?