<span class="gmail_quote"><br><br></span>boh forse ho trovato il problema<br>sembra che che in effetti mysql funzioni<br><br>root@grop:~ # mysqladmin -S /var/run/mysqld/mysqld.sock&nbsp; -p ping<br>Enter password:<br>mysqld is alive
<br><br>solo che devo indicargli sempre il &quot;sock&quot; altrimenti
<br><br>root@grop:~ # mysqladmin&nbsp;&nbsp; -p ping<br>Enter password:<br>mysqladmin: connect to server at &#39;localhost&#39; failed<br>error: &#39;Can&#39;t connect to local MySQL server through socket &#39;/tmp/mysql.sock&#39; (2)&#39;
<br>Check that mysqld is running and that the socket: &#39;/tmp/mysql.sock&#39; exists!<br><br>pensate che questo possa dare problemi con Joomla? ( che comunque continua a darmi nwll&#39;installazione &quot;username e password errati&quot;).
<br><br>sempre a proposito di &quot;username e password errati&quot;&nbsp; googolando ho scoperto che potrebbe essere un problema di formato delle pw,<br>una soluzione consigliata e&#39;:<br>------------------------------------------------------------------------------------------
<br>
A.2.3. Client does not support authentication protocol<br>
MySQL 4.1 and up uses an authentication protocol based on a password
hashing algorithm that is incompatible with that used by older clients.
If you upgrade the server to 4.1, attempts to connect to it with an
older client may fail with the following message: <br>
<br>
shell&gt; mysql<br>
Client does not support authentication protocol requested<br>
by server; consider upgrading MySQL client<br>
<br>
To solve this problem, you should use one of the following approaches: <br>
<br>.........................................<br>
<br>
Reset the password to pre-4.1 style for each user that needs to use a
pre-4.1 client program. This can be done using the SET PASSWORD
statement and the OLD_PASSWORD() function: <br>
<br>
mysql&gt; SET PASSWORD FOR<br>
    -&gt; &#39;some_user&#39;@&#39;some_host&#39; = OLD_PASSWORD(&#39;newpwd&#39;);<br>.........................................<br><br>ho provato ma mi da&#39; errore<br>-------------------<br>mysql&gt; SET PASSWORD FOR
<br>&nbsp;&nbsp;&nbsp; -&gt; root@localhost=OLD_PASSWORD 12345;<br>ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near &#39;12345&#39; at line 2
<br>mysql&gt;<br><br><br>e forse ho qualche problema ancora:<br><br>mysql&gt; \s<br>--------------<br>mysql&nbsp; Ver 14.12 Distrib 5.0.38, for pc-linux-gnu (i486) using readline 5.1<br><br>Connection id:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 18<br>Current database:
<br>Current user:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; root@localhost<br>mysql: relocation error: mysql: symbol mysql_get_ssl_cipher, version libmysqlclient_15 not defined in file libmysqlclient.so.15 with link time reference<br>root@grop:~ #<br><br>

<br><br>grrr sa macchina mi sta facendo un po&#39; incazzare<br><br>gg<br><br><div><span class="gmail_quote">Il 30/06/07, <b class="gmail_sendername">Diavolo_Rosso</b> &lt;<a href="mailto:diavolo_rosso@tiscali.it" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">

diavolo_rosso@tiscali.it
</a>&gt; ha scritto:</span><div><span class="e" id="q_1139acb22a04f03b_1"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Solitamente di default mysql è impostato con utente root e senza password
<br>quindi in joomla inserendo come host localhost, come user root e<br>lasciando in bianco la pass dovrebbe funzionare tutto.<br><br>Se hai fatto cosi ma non funziona lo stesso, la cosa è alquanto strana.<br>Ti conviene riprovare a fare l&#39;installazione del server
<br><br><br>gigiv ha scritto:<br>&gt; ciao<br>&gt; premesso che non ci capisco nulla di database<br>&gt;<br>&gt; ho bisogno di installare su una macchina il CMS Joomla, che richede mysql<br>&gt; ho installato apt-get install mysql-server
<br>&gt; ma c&#39;e&#39; qualcosa che non va, quando compilo la maschera<br>&gt; dell&#39;installazione di&nbsp;&nbsp;joomla sul DB mi dice sempre che ho inserito<br>&gt; username o password errate<br>&gt;<br>&gt; riporto ps, qualche test e syslog
<br>&gt;<br>&gt; qualche buon&#39;anima mi da&#39; una dritta?<br>&gt;<br>&gt; grssie e buon week end<br>&gt;<br>&gt; gg<br><br>_______________________________________________<br>glux mailing list<br><a href="mailto:glux@lists.linux.it" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">


glux@lists.linux.it</a><br><a href="http://lists.linux.it/listinfo/glux" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://lists.linux.it/listinfo/glux</a><br><a href="http://www.lecco.linux.it" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">

http://www.lecco.linux.it</a><br></blockquote></span></div></div><br>