Hi,
I want to copy a database from one account to another account that I have on the same server.
I usually do this when it comes to the same account
mysqldump -u user -p'password 'nameBD | ssh user @ the IP mysql -u user -p'password 'DBcopy.
But I can not find a way to do it between 2 different accounts.
The database is very large is the reason why I use the ssh.
thanks for your help
I want to copy a database from one account to another account that I have on the same server.
I usually do this when it comes to the same account
mysqldump -u user -p'password 'nameBD | ssh user @ the IP mysql -u user -p'password 'DBcopy.
But I can not find a way to do it between 2 different accounts.
The database is very large is the reason why I use the ssh.
thanks for your help