Copy mysql user
Hello :
How can copy mysql user from any server to other server ?
Mysqluser + database name
-
Hello :) You can simply create the MySQL user on the destination server. MySQL databases are backed up the "Backup" option in cPanel or via a command such as: mysqldump database_name > /path/to/database.sql
Then, after transferring the SQL file to the destination server, you can restore it via cPanel or with a command such as:mysql database_name < /path/to/database.sql
You can map a database to an account via: "WHM Home " SQL Services " Database Map Tool" Thank you.0
Please sign in to leave a comment.
Comments
1 comment