Koozali.org: home of the SME Server

Mysql Epiware

Offline france

  • ***
  • 57
  • +0/-0
Mysql Epiware
« 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


Offline Stefano

  • *
  • 10,894
  • +3/-0
Re: Mysql Epiware
« Reply #1 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

Offline france

  • ***
  • 57
  • +0/-0
Re: Mysql Epiware
« Reply #2 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.