Koozali.org: home of the SME Server

Other Languages => Italiano => Topic started by: france on June 05, 2014, 01:51:04 PM

Title: Mysql Epiware
Post by: france on June 05, 2014, 01:51:04 PM
Dopo innumerevoli tentativi... non riesco ad avanzare nell'installazione di Epiware !!!!
Seguendo la guida (abbastanza semplice) il server mi riporta il seguente errore nella 1 fase:



/****************************************************************************/
/*                                                                          */
/*      YOU MUST COMPLETE THE FOLLOWING 2 STEPS MANUALLY                    */
/*                                                                          */
/****************************************************************************/
/*                                                                          */
/* 1. Create tables in the Database with project_db.sql!                    */
/*    mysql -u root -p < epi/project_db.sql                   */
/*                                                                          */
/*                                                                          */
/* 2. Copy recursively the files in htdocs  to your webserver               */
/*     (following assumes server path is '/usr/local/apache/')              */
/*     example (cp -r epi /usr/local/apache/htdocs/epi)                     */
/*                                                                          */
/*                                                                          */
/****************************************************************************/

Quindi procedo.  :shock:





[root@mysme9srv Epiware_4.8.6]#  mysql -u root -p < epi/project_db.sql
Enter password: (digito la password)
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
[root@mysme9srv Epiware_4.8.6]#


Ho provato a documentarmi su diversi forum, ma niente.
Grazie

Title: Re: Mysql Epiware
Post by: Stefano on June 05, 2014, 02:18:11 PM
non mettere il parametro -p, la password di root per mysql non è quella a te nota e spero tu non l'abbia modificata

hint: wiki, mysql, FAQ
Title: Re: Mysql Epiware
Post by: france on June 06, 2014, 01:18:51 PM
non mettere il parametro -p, la password di root per mysql non è quella a te nota e spero tu non l'abbia modificata

hint: wiki, mysql, FAQ

Grazie Stefano ! Sono riuscito a installare il pacchetto Epiware, ma soprattutto capire la gestione del database relativo alla password.