Hi, Am Mo, den 22.11.2004 schrieb Danesh Daroui um 16:29: ... > /*> mysql -h 127.0.0.1 -u root -p > Error 1045 (28000): Access denied for user > 'root'@'localhost.localdomain'. (using password YES) > */
this might be a problem in your DNS. It resolves 127.0.0.1 to 'localhost.localdomain' instead of 'localhost'. Consequently, it does not match the entries in the user table (select host,user from mysql.user). "mysql -h localhost -u root -p" should work then. Regards, Ingo -- Ingo Strüwing, Senior Software Developer MySQL AB, www.mysql.com Office: +49 30 43672407 Are you MySQL certified? www.mysql.com/certification -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]