On 12.10.20 16:00, Götz Reinicke wrote:
> (...)
> I guess you talk about the database dump? As the database server name will
> change, I can’t use the „old“ dump anymore I think.

When dumping your database with mysqldump then there is no hostname of
the database server in the dump because the hostname is set when
mysqldump establishes the connecion, e.g. `mysqldump -h hostname dbname`

So you are safe to import this dumpfile on another host.

-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Reply via email to