Daniele Posted May 9, 2018 Share Posted May 9, 2018 (edited) Buongiorno, tempo fa ho acquistato un hosting Linux Aruba con database MySQL non espandibile [A]. In un secondo momento ho acquistato un nuovo database MySQL espandibile per sostituire [A]. Ho fatto quindi il backup dei dati di [A]. Ho importato poi i dati in . Fin qui tutto bene. Ora però devo dire a PrestaShop v.1.7.3.0. di andare a pescare i dati in invece che in [A]. Mi sapete dire come si fa? A = Sql1202171_1 B = Sql1214248_1 Grazie, Daniele Edited May 11, 2018 by Daniele Topic chiuso in quanto il problema è stato risolto (see edit history) Link to comment Share on other sites More sharing options...
fedesib Posted May 10, 2018 Share Posted May 10, 2018 Ciao, in app/parameters.php trovi l'array di parametri di configurazione del DB: 'database_host' => 'XXX.XXX.XXX.XXX', 'database_port' => '', 'database_name' => 'your_db_name', 'database_user' => 'your_db_user', 'database_password' => 'your_db_password', 'database_prefix' => 'ps_', /*ps_ se non l'hai modificato in configurazione*/ 'database_engine' => 'InnoDB', /*in genere è InnoDB per tutti*/ Buona giornata, Federica Link to comment Share on other sites More sharing options...
Daniele Posted May 11, 2018 Author Share Posted May 11, 2018 Grazie mille, funziona. Mi è bastato aggiornare le voci: 'database_host' => 'XXX.XXX.XXX.XXX', 'database_name' => 'your_db_name', 'database_user' => 'your_db_user', 'database_password' => 'your_db_password', P.S: una precisazione se dovesse servire a qualcun altro... il percorso corretto è "/app/config/parameters.php" Link to comment Share on other sites More sharing options...
fedesib Posted May 11, 2018 Share Posted May 11, 2018 Ottimo! Sono contenta che tu abbia risolto e grazie per la precisazione sul percorso. Buon pomeriggio, Federica 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