Koozali.org: home of the SME Server

igsuite

Offline ilconte

  • ****
  • 130
  • +0/-0
igsuite
« 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

Offline Fumetto

  • *
  • 899
  • +1/-0
Re: igsuite
« Reply #1 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 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:

Offline Incognito

  • *****
  • 195
  • +0/-0
  • Linux User
Re: igsuite
« Reply #2 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'@ '%';
#Linux User
:0:
* ^X-Spam: YES
/dev/null

Online Stefano

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

Offline ilconte

  • ****
  • 130
  • +0/-0
Re: igsuite
« Reply #4 on: August 12, 2009, 11:25:40 AM »
 :P

grazie a tutti e tutto oki  buone vacanze a te stefano

Offline Incognito

  • *****
  • 195
  • +0/-0
  • Linux User
Re: igsuite
« Reply #5 on: August 12, 2009, 12:53:37 PM »
la password deve essere igsuite

Quote
Please check that user 'igsuite' with password 'igsuite'
#Linux User
:0:
* ^X-Spam: YES
/dev/null

Online Stefano

  • *
  • 10,894
  • +3/-0
Re: igsuite
« Reply #6 on: August 12, 2009, 02:15:23 PM »
la password deve essere igsuite

touchè..

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

Offline Incognito

  • *****
  • 195
  • +0/-0
  • Linux User
Re: igsuite
« Reply #7 on: August 12, 2009, 05:39:02 PM »


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

auguri!
#Linux User
:0:
* ^X-Spam: YES
/dev/null