• 04-03-2009, 23:48:52
    #1
    Unable to establish connection to MySQL
    1045 : Access denied for user 'nobody'@'localhost' (using password: NO)


    Host 000webhost (ücretsiz) hergün muhakkak bu hatayı veriyor.Karakter seri latin 5 miydi neydi ama karakter sorunu yok . Mysql girdiğimdede ingilizce olarak soketlerde uyuşma hatasımı var öle bişey diyor: çözüm önerebilecek?
  • 05-03-2009, 05:43:38
    #2
    Bir ingilizce çözüm sitesinde aşağıdaki ingilizce cümleler var pek anlayamadım anlayan varmı:S


    If this is your phpMyAdmin error:
    #2002 - The server is not responding (or the local MySQL server's socket is not correctly configured)

    There is a fix recommended on the cPanel support forums. (http://forums.cpanel.net/showpost.ph...6&postcount=11)

    From an ssh prompt into your VPS (lines beginning with # contain literal command-line commands after the #):

    1. # vi /usr/local/cpanel/base/3rdparty/phpMyAdmin/config.inc.php
    2. Find the line $cfg['Servers'][$i]['socket'] = '';
    3. Change the ['socket'] = '' entry to '/var/lib/mysql/mysql.sock';
    4. On the next line, change ['connect_type'] = 'tcp' to ['connect_type'] = 'socket'
    5. Save and exit vi (<ESC> followed by :wq)
    6. # service mysql restart (if this returns 'unrecognized service', try it as 'mysqld' instead)
    7. # service cpanel restart
    8. # service httpd restart


    phpMyAdmin should be working again after this. If not, please file a support ticket for us to investigate further.