Database: September 2005 Archives

The Problem

PHPMyAdmin has been setup to use "cookie" authentication, but when you try to log into phpmyadmin, it returns:


"Client does not support authentication protocol requested by server; consider upgrading MySQL client"

The Fix

This is because, the mysqlclient installed on the box does not use the same authentication protocol that the mysqlserver is using. You can either upgrade the client, or reset the root password using this


SET PASSWORD FOR user@localhost = OLD_PASSWORD('password');

About this Archive

This page is a archive of entries in the Database category from September 2005.

Database: March 2004 is the previous archive.

Database: October 2005 is the next archive.

Find recent content on the main index or look in the archives to find all content.

Powered by
Movable Type 4.01