Community Forums
Connect with us on LinkedIn
+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    Member
    Join Date
    Dec 2002
    Posts
    12

    Default Move a database from one account to another

    We've shifted our forums from one domain to another and thus I need to move the forums database from account1 to account2. What would be the easiest/fastest way to accomplish this?

    Thanks

  2. #2
    cPanel Partner NOC cPanel Partner NOC Badge
    Join Date
    Apr 2008
    Location
    PK
    Posts
    443

    Default

    Quote Originally Posted by Abbas View Post
    We've shifted our forums from one domain to another and thus I need to move the forums database from account1 to account2. What would be the easiest/fastest way to accomplish this?

    Thanks
    - You can download your databases via cPanel >> Backups and restore them on the destination.

    - You can create dumps of databases on the source server, transfer them over to the destination server and restore them. Here are the steps.

    Login via SSH

    1- go to /var/lib/mysql
    2- mysqldump dbname > dbname.sql
    This will create the database dump
    3- scp dbname.sql root@hostname:/var/lib/mysql
    4- Create empty database on destination using command.
    mysqladmin create dbname
    5- mysql dbname < dbname.sql
    to restore the database dump

    Make sure the version of MySQL are same on both sides and you know your way around Linux. If you do not have root access, simply download the database dumps from cPanel >> Backups, upload them on the destination and ask your host to restore them.
    Last edited by JawadArshad; 10-29-2008 at 08:38 AM.
    1 solution works for all problems. Trying harder!
    HostMasterTips - Understanding Tech Support

Similar Threads & Tags
Similar threads

  1. Move database to second disk
    By ASTRAPI in forum New User Questions
    Replies: 5
    Last Post: 06-09-2010, 12:53 PM
  2. How do you move one database into another?
    By breakaway in forum Database Discussions
    Replies: 3
    Last Post: 04-15-2007, 02:01 AM
  3. Move domain from 1 account to own account
    By katmai in forum cPanel and WHM Discussions
    Replies: 2
    Last Post: 10-25-2006, 03:55 AM
  4. Move account with account password - ERROR! Help!!!
    By auyongtc in forum cPanel and WHM Discussions
    Replies: 2
    Last Post: 06-03-2004, 10:37 AM
  5. cpanel move questions: howto move account when username exis
    By haze in forum cPanel and WHM Discussions
    Replies: 0
    Last Post: 01-24-2003, 01:02 AM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube