Jump to content

Transferring a database to a new server.


huntersj78

Recommended Posts

Now I know I may asking the lamest of questions, but  I have two domains.  www.dmj.fm (the new one) and www.discoverymusic.jp (the one I am leaving).

 

I still have a couple of links going to the old domain because those run on a database.  I tried to just move the files to the new server/domain and was successful except that if I move the two database files I get this error: 

 

Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'dmj_2'@'localhost' (using password: YES) in /virtual/story/public_html/www.dmj.fm/jc/cms/cms_class.php on line 15

 

Do I have to change something in the cms_class.php or do I have to edit the database?

Link to comment
Share on other sites

well for the most part your suggestion is correct pbs, except the updating the cms_class.php. it seems to me as if hunters is using some kind of cms. the cms_class.php file may not hold the database settings it is just trying to connect to the database in that file which is why it is showing the error there. so what you need to do is find out where your database connections are coming from. Usually these are put in some kind of config file. if you find the config file just update it with your database settings for the new server. optionally another way you could do this which would be easier is to just simply create the same user and password on the new server. that would make all your connections correct without having to change config files. That is assuming that the databases on each server are configured as localhost and not pointing to a different domain.

Link to comment
Share on other sites

I have almost got it.  This stuff is so confusing.  I moved the log and creation files to the new server and changed the password.

 

Still not right though.  here is one of the old pages on the old site.  http://www.discoverymusic.jp/jc/message.html  notice the comments in place.

 

but on the new site: http://www.dmj.fm/jc/message.html the comments are missing.  I knew I should of went to MIT instead of Humboldt.  lol

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.