Originariamente inviato da @less
Forbidden
You don't have permission to access /phpMyAdmin on this server.
Apache/2.2.9 (Fedora) Server at mio.intranet Port 80
è un problema di permessi evidentemente, sempre chmod devi usare

Originariamente inviato da @less
Invece se utilizzo MySql Administrator:

Could not connect to host '127.0.0.2'.
MySQL Error Nr. 1045
Access denied for user 'root'@'mio.intranet' (using password: YES)
Click the 'Ping' button to see if there is a networking problem.

Configurazione SQL.. vado nel file my.cnf e trovo che:

[mysqld]
datadir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock
user=mysql
# Default to using old password format for compatibility with mysql 3.x
# clients (those using the mysqlclient10 compatibility package).
old_passwords=1

[mysqld_safe]
log-error=/var/log/mysqld.log
pid-file=/var/run/mysqld/mysqld.pid

dove scrivo? : password=YES
...
Oppure dove posso cancellare l'utente " 'root'@'mio.intranet' " e mettere solo root?
Grazie
controlla che il server giri su quella porta e che quell'utente esista