Koozali.org: home of the SME Server

Other Languages => Italiano => Topic started by: ilconte on August 11, 2009, 06:06:55 PM

Title: igsuite
Post by: ilconte on August 11, 2009, 06:06:55 PM
 :mad:   ciao a tutti ho un problema con ig suite:ho seguito una guida qui sul forum per integrare  hylafax con igsuite tutto bene fino ad un  certo punto, poi quando vado a eseguire il setup dello stesso mi restituisce l'errore :

I can't connect to mysql on 'localhost' with port '3306' to create 'igsuite' database. Please check that user 'igsuite' with password 'igsuite' has right privileges to access or to create database in mysql!!!

nonstante abbia seguito alla lettera questa guida  ighowto.pdf  grazie a chi mi sapra' dare una dritta
Title: Re: igsuite
Post by: Fumetto on August 12, 2009, 05:21:53 AM
Mancano l'utente e la password con diritti di accesso al database mysql di SME mi pare.

Prova a dare un'occhiata qui (http://wiki.contribs.org/SME_Server:Documentation:Developers_Manual:Section4#Using_the_MySQL_database) o aspetta che passa qualcuno che ti dice come aggiungere l'utente correttamente... io sto preparando la valigia che tra 3 ore si parteeeeeee!!!
 :grin:
Title: Re: igsuite
Post by: Incognito on August 12, 2009, 09:04:41 AM
accedi da console a mysql e dai questi comandi:
crea l'utente ed il db con lo stesso nome garantendogli tutti i privilegi (solo sullo stesso db enon su tutti)
Code: [Select]
CREATE USER 'igsuite'@ '%' IDENTIFIED BY '*******';

GRANT USAGE ON * . * TO 'igsuite'@ '%' IDENTIFIED BY '*******' WITH MAX_QUERIES_PER_HOUR 0 MAX_CONNECTIONS_PER_HOUR 0 MAX_UPDATES_PER_HOUR 0 MAX_USER_CONNECTIONS 0 ;

CREATE DATABASE `igsuite` ;

GRANT ALL PRIVILEGES ON `igsuite` . * TO 'igsuite'@ '%';
Title: Re: igsuite
Post by: Stefano on August 12, 2009, 10:26:48 AM
addendum al post di incognito:
- per accedere alla console di mysql entri come root in console e digiti
Code: [Select]
mysql

- gli asterischi sono la password che preferisci

comunque nelle FAQ (o comunque nel wiki) trovi tutte le info

ciao
Stefano
Title: Re: igsuite
Post by: ilconte on August 12, 2009, 11:25:40 AM
 :P

grazie a tutti e tutto oki  buone vacanze a te stefano
Title: Re: igsuite
Post by: Incognito on August 12, 2009, 12:53:37 PM
la password deve essere igsuite

Quote
Please check that user 'igsuite' with password 'igsuite'
Title: Re: igsuite
Post by: Stefano on August 12, 2009, 02:15:23 PM
la password deve essere igsuite

touchè..

Stefano che.. finalmente ho di nuovo l'adsl :-)
Title: Re: igsuite
Post by: Incognito on August 12, 2009, 05:39:02 PM


Stefano che.. finalmente ho di nuovo l'adsl :-)

auguri!