Jump to content

how to move prestashop to new host ?


Recommended Posts

I can't import my old DB back up to new DB , i have this error :

Table structure for table `access`
--
CREATE TABLE IF NOT EXISTS `access` (
`id_profile` int( 10 ) unsigned NOT NULL ,
`id_tab` int( 10 ) unsigned NOT NULL ,
`view` int( 11 ) NOT NULL ,
`add` int( 11 ) NOT NULL ,
`edit` int( 11 ) NOT NULL ,
`delete` int( 11 ) NOT NULL ,
PRIMARY KEY ( `id_profile` , `id_tab` )
) ENGINE = MYISAM DEFAULT CHARSET = utf8;

????? MySQL :???????
#1046 - No database selected

Link to comment
Share on other sites

Perhaps ..., now could you tell me how i cant set my website that can work with New DB .../

i imported new DB's Info into settings.inc.php , but when i enter to my website address i have this one error :
Invalid loadConfiguration() SQL query!


i confused.. :-(

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...