celada Posted July 30, 2014 Share Posted July 30, 2014 Hello! I'm trying to transfer my store from a domain to another, but I can't lose the procucts that are already on store. I transfered the Prestashop Files succesfully, but what should I do with the database? I can't simply transfer it because I can't put the same database name, as a server restriction. Does anybody knows how can I do it? Or how can I rename the database? Thank you all! Link to comment Share on other sites More sharing options...
El Patron Posted July 30, 2014 Share Posted July 30, 2014 use new db name on new hosting open config/settings.inc.php then you are going to use new db credentials here: define('_DB_SERVER_', 'some db server name'); define('_DB_NAME_', 'some db name'); define('_DB_USER_', 'some db user'); define('_DB_PASSWD_', 'some password'); Link to comment Share on other sites More sharing options...
bellini13 Posted July 30, 2014 Share Posted July 30, 2014 do a full database export from your old host and store that file on your desktop then on your new host, create a new database with whatever name, username and password, it does not matter then on your new host, import the database file you saved on your desktop to this new database then do as El Patron stated, which will reconfigure your Prestashop settings to use the new database Link to comment Share on other sites More sharing options...
celada Posted July 30, 2014 Author Share Posted July 30, 2014 use new db name on new hosting open config/settings.inc.php then you are going to use new db credentials here: define('_DB_SERVER_', 'some db server name'); define('_DB_NAME_', 'some db name'); define('_DB_USER_', 'some db user'); define('_DB_PASSWD_', 'some password'); I did as you said, but now when I try to access the website, it returns " Link to database cannot be established: SQLSTATE[42000] [1044] Access denied for user 'casalpan_loja'@'localhost' to database 'casalpan_prestashop' " I belive that the error is on " define('_DB_SERVER_', 'some db server name'); ", it was localhost, I tried to change to the new domain's name, but it also didn't worked. Link to comment Share on other sites More sharing options...
El Patron Posted July 30, 2014 Share Posted July 30, 2014 I did as you said, but now when I try to access the website, it returns " Link to database cannot be established: SQLSTATE[42000] [1044] Access denied for user 'casalpan_loja'@'localhost' to database 'casalpan_prestashop' " I belive that the error is on " define('_DB_SERVER_', 'some db server name'); ", it was localhost, I tried to change to the new domain's name, but it also didn't worked. re some db server name it would not typically be domain name. might get hint by opening with phpmyadmin,, otherwise contact your hosting provider for db server name. Link to comment Share on other sites More sharing options...
celada Posted July 30, 2014 Author Share Posted July 30, 2014 re some db server name it would not typically be domain name. might get hint by opening with phpmyadmin,, otherwise contact your hosting provider for db server name. I found the problem. I made notepad++ look inside backup's archives, and I substituied where was writed pandagames.com.br for casalpandagames.com.br, and it started to work. Thank you for helping me, El Patron and bellini13. 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now