MySQL Problems with CPANEL after update

After getting online this morning, I get an ICQ Message from one of my customers saying
Hey Nick,
The new phpmysql version is messed up..... and I think mysql is messed up in general...
I'm trying to run a SQL query in telnet - as well as phpmysql and I'm getting errors...
The db/user are correct and the user is added to the db... and I'm still getting denies...
The new phpmysql version is messed up..... and I think mysql is messed up in general...
I'm trying to run a SQL query in telnet - as well as phpmysql and I'm getting errors...
The db/user are correct and the user is added to the db... and I'm still getting denies...
I then go to create a table in one of the customers databases which has had a username and password created for it and get the message:
SQL-query:
CREATE TABLE nick (id TINYINT (3) not null , text1 MEDIUMTEXT not null , text2 MEDIUMTEXT not null , PRIMARY KEY (id), UNIQUE (id))
MySQL said: Access denied for user: 'CUSTOMER@localhost' to database 'CUSTOMER_db'
CREATE TABLE nick (id TINYINT (3) not null , text1 MEDIUMTEXT not null , text2 MEDIUMTEXT not null , PRIMARY KEY (id), UNIQUE (id))
MySQL said: Access denied for user: 'CUSTOMER@localhost' to database 'CUSTOMER_db'
CPanel >> SQL >> phpMyAdmin
Anyone else noticed this?

