nerodreams Posted June 20, 2012 Share Posted June 20, 2012 AIUTOOOOOOO nella configurazione del mio negozio ho per errore inserito dei dati errati nella sezione preferenze/database e al momento si è bloccato tutto mi compare la scritta "Link to database cannot be established." come posso fare aiutatemiiiiiiiiiiiiiiiiii grazie Link to comment Share on other sites More sharing options...
assisassi Posted June 20, 2012 Share Posted June 20, 2012 Nel file config/setting.inc.php devi mettere i dati corretti in queste 4 righe (a posto del testo in neretto) define('_DB_NAME_', 'dbasePrestashop'); nome del database MySql define('_DB_SERVER_', 'localhost'); indirizzo IP del server MySql, in locale sarà '192.168.1.1' oppure 'localhost' define('_DB_USER_', 'root'); nome utente MySql (questo è quello che pone di default wamp) define('_DB_PASSWD_', 'password'); password MySql (di default wamp non mette password, quindi '') 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