Utente: Password: Ricordami
Non sei ancora registrato? Puoi farlo adesso!. Come utente registrato avrai diversi vantaggi come la gestione dei temi grafici, la possibilità di inviare notizie e commenti.
Le ultime dal forum Le ultime dal forum  CercaCerca  Options forumOptions forum  Gruppi utentiGruppi utenti 
Nuova discussione
Precedente Versione stampabile Messaggi privati Successivo
Autore Messaggio
marmerioOffline
Nuovo entrato

Nuovo entrato
Registrato: 02 Apr 2009
Messaggi: 3


 Profilo  
Messaggio 22 Inviato: 03 Apr 2009 - 11:58
Oggetto: [MDPro] Problemi d'installazione in locale

Ciao a tutti e scusate il disturbo
Ho scaricato ieri mdpro ma purtroppo ho questi problemini che spero voi sappiate risolvere
Ho provsto a leggere nel forum ma non ho trovato risposta

Codice:
Warning: mysql_pconnect() [function.mysql-pconnect]: Accesso non consentito per l'utente: 'root'@'localhost' (Password: NO) in C:\Programmi\EasyPHP 3.0\www\md-pro\install\newinstall.php on line 48

Warning: mysql_query() [function.mysql-query]: Accesso non consentito per l'utente: 'ODBC'@'localhost' (Password: NO) in C:\Programmi\EasyPHP 3.0\www\md-pro\install\newinstall.php on line 49

Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in C:\Programmi\EasyPHP 3.0\www\md-pro\install\newinstall.php on line 49

Non posso creare il database: mdpro
Rispondi citando Torna in cima
MAXdev Info

MAXdev vi informa





   
Messaggio Inviato: 03 Apr 2009 - 11:58

Informationi MAXdev :)
Torna in cima
cradleOffline
Moderatore

Moderatore
Registrato: 27 Apr 2004
Messaggi: 858
Località: Piedimonte Matese

 Profilo  
Messaggio   Inviato: 03 Apr 2009 - 14:09

http://www.maxdev.it/CMpro-v-p-278.html
Rispondi citando Torna in cima
marmerioOffline
Nuovo entrato

Nuovo entrato
Registrato: 02 Apr 2009
Messaggi: 3


 Profilo  
Messaggio   Inviato: 04 Apr 2009 - 13:08

Grazie a tutti e specialmente a Cradle che mi ha rimandato alla guida che avevo letto ma dove non ho ancora trovato le risposte alle mie domande
Cmq ho rinstallato tutto mi ha dato 2 errori in fase di installazione uno sull'arry un'alto su .htacc o cosa del genere io sono andaro avanti e pare che ora tutto funzioni vediamo il proseguio
Rispondi citando Torna in cima
cradleOffline
Moderatore

Moderatore
Registrato: 27 Apr 2004
Messaggi: 858
Località: Piedimonte Matese

 Profilo  
Messaggio   Inviato: 05 Apr 2009 - 00:52
Oggetto: Re: Nuovo ed inesperto - Problemi d'installazione

marmerio ha scritto:
Ciao a tutti e scusate il disturbo
Ho scaricato ieri mdpro ma purtroppo ho questi problemini che spero voi sappiate risolvere
Ho provsto a leggere nel forum ma non ho trovato risposta

Warning: mysql_pconnect() [function.mysql-pconnect]: Accesso non consentito per l'utente: 'root'@'localhost' (Password: NO) in C:\Programmi\EasyPHP 3.0\www\md-pro\install\newinstall.php on line 48

Warning: mysql_query() [function.mysql-query]: Accesso non consentito per l'utente: 'ODBC'@'localhost' (Password: NO) in C:\Programmi\EasyPHP 3.0\www\md-pro\install\newinstall.php on line 49

Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in C:\Programmi\EasyPHP 3.0\www\md-pro\install\newinstall.php on line 49
Non posso creare il database: mdpro


Eccoti la risposta alle tue domande. Il tutorial che ti ho proposto cerca di sponare all' utilizzo di wampserver, in ogni caso il problema che tu hai evidenziato risiede nel fatto che i super cervelloni di easyphp, nella versione 3, hanno impostato la password per l'accesso al database. La password da usare e' mysql. Non ho letto nel loro sito se avessero o meno specificato questa aggiunta, ma non serviva, il messaggio d'errore era eloquente, ti chiedeva la password d'accesso al database che io ho trovato nel nel my.ini della configurazione di easyphp.
: 
command line shell, e.g.
# mysqld --defaults-file="C:\Program Files\MySQL\MySQL Server X.Y\my.ini"
#
# To install the server as a Windows service manually, execute this in a
# command line shell, e.g.
# mysqld --install MySQLXY --defaults-file="C:\Program Files\MySQL\MySQL Server X.Y\my.ini"
#
# And then execute this in a command line shell to start the server, e.g.
# net start MySQLXY
#
#
# Guildlines for editing this file
# ----------------------------------------------------------------------
#
# In this file, you can use all long options that the program supports.
# If you want to know the options a program supports, start the program
# with the "--help" option.
#
# More detailed information about the individual options can also be
# found in the manual.
#
#
# CLIENT SECTION
# ----------------------------------------------------------------------
#
# The following options will be read by MySQL client applications.
# Note that only client applications shipped by MySQL are guaranteed
# to read this section. If you want your own MySQL client program to
# honor these values, you need to specify it as an option during the
# MySQL client library initialization.
#
[client]
password=mysql
port=33063
Quindi questo significa che quando ti vengono chiesti i parametri per l'accesso al database, nel campo Password database: dovrai inserire mysql.

Il consiglio rimane sempre lo stesso e cioè quello di utilizzare wampserver. Per un installazione senza notice e warning abilita register_long_array e disabilita display_error. Per farlo in wampserver basta il mouse,( leggi la guida che ti ho linkato) tasto desto disabilita tasto sinistro abilita. In easyphp bisogna editare il php.ini
Rispondi citando Torna in cima
marmerioOffline
Nuovo entrato

Nuovo entrato
Registrato: 02 Apr 2009
Messaggi: 3


 Profilo  
Messaggio   Inviato: 06 Apr 2009 - 15:32

Accidenti pensavo tutto fosse piu' semplice cmq provero' e se non dovessi riuscire vado con php ver 2
Grazie
Rispondi citando Torna in cima