"It does exactly what it says in the tin"

> ERROR 1044: ACCESS DENIED FOR USER : '[EMAIL PROTECTED]' TO DATABASE
'CART'

You'll have to get permission to create the database.

If you are the MySQL admin, lookup "grant" in order to give user "ABHI"
access. Something like:

grant all on cart.* to [EMAIL PROTECTED] identified by "somePassword"

If you are not, you will need to ask your ISP / DB admin to do this for you.

Hope this helps.

Ben

----- Original Message -----
From: "Anoop k gupta" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, April 18, 2001 11:08 AM
Subject: MySQL Problem


> Hi Everybody,
>
> I need your help.
> Thanks ......
>
> I was trying to create database on MySQL
> but it is giving error.
>
> I have done the following :-
>
> Login through telnet and become root.
> accessed :
>
> mysql -h server name -u username -p
> Password : password
>
> and tried to create database with :
> mysql> create database cart;
>
> ERROR 1044: ACCESS DENIED FOR USER : '[EMAIL PROTECTED]' TO DATABASE
'CART'
>
>
>
>
>
> _____________________________________________________
> Chat with your friends as soon as they come online. Get Rediff Bol at
> http://bol.rediff.com
>
>
>
>
>
> ---------------------------------------------------------------------
> Before posting, please check:
>    http://www.mysql.com/manual.php   (the manual)
>    http://lists.mysql.com/           (the list archive)
>
> To request this thread, e-mail <[EMAIL PROTECTED]>
> To unsubscribe, e-mail
<[EMAIL PROTECTED]>
> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to