MySQL Forums
Forum List  »  Install & Repo

Re: MySQL Error 1044: an explanation
Posted by: Christophe Bismuth
Date: June 10, 2009 06:06AM

Same problem ...

C:\>mysql --version
mysql Ver 14.14 Distrib 5.1.34, for Win32 (ia32)

C:\>mysql --user=root --password=password
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 93
Server version: 5.1.34-community MySQL Community Server (GPL)

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

mysql> GRANT ALL ON information_schema.* TO testuser;
ERROR 1044 (42000): Access denied for user 'root'@'localhost' to database 'information_schema'
mysql>

Patrick Brewer Wrote:
-------------------------------------------------------
> I understand the permissions issue, what I don't
> understand is that I am connected to mysql as root
> and I still get this error:
>
> TestMach:~# mysql -u root -p
> Enter password:
> Welcome to the MySQL monitor. Commands end with ;
> or \g.
> Your MySQL connection id is 41
> Server version: 5.0.51a-24+lenny1 (Debian)
>
> Type 'help;' or '\h' for help. Type '\c' to clear
> the buffer.
>
> mysql> CREATE DATABASE `information_schema`
> DEFAULT CHARACTER SET utf8 COLLATE
> utf8_general_ci;
> ERROR 1044 (42000): Access denied for user
> 'root'@'localhost' to database
> 'information_schema'
>
> Any ideas? I am new to mysql, but have admin'ed
> oracle before.

Options: ReplyQuote


Subject
Written By
Posted
February 27, 2005 05:19AM
March 20, 2005 05:52AM
March 20, 2005 05:53AM
March 20, 2005 05:49PM
March 22, 2005 10:56AM
July 03, 2007 03:48AM
April 05, 2005 05:00AM
May 26, 2005 10:56AM
May 03, 2008 11:20PM
July 06, 2008 05:48AM
March 20, 2005 06:09PM
July 11, 2005 03:40AM
July 11, 2005 11:52AM
September 12, 2005 07:48AM
Re: MySQL Error 1044: an explanation
June 10, 2009 06:06AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.