MySQL denying access to...everything

MySQL denying access to...everything

am 18.08.2004 05:03:06 von AceZero2790

--part1_81.13720b97.2e5420ea_boundary
Content-Type: text/plain; charset="US-ASCII"
Content-Transfer-Encoding: 7bit

I finally got my PHP5 installation to support MySQL and now this. When I try
to edit anything on mysqlgui.exe, it just gives me this error: error in
database function: access denied for user @localhost...

I don't know if this has to do with my php installation or what. If not,
flame me for all I care. I'm too sick of all this mess to care.

....somebody help...

--part1_81.13720b97.2e5420ea_boundary--

Re: MySQL denying access to...everything

am 18.08.2004 09:56:08 von Peter Ellis

This is a MySQL error on the server side - you need to make sure that
whatever user you're signing into MySQL with has access to modify the
database/table you're using. I believe the GRANT keyword in MySQL is
what you need -- look at the MySQL reference manual:

http://dev.mysql.com/doc/

Good luck!
--
Peter Ellis - pellis@naturalaxis.com
Web Design and Development Consultant
naturalaxis | http://www.naturalaxis.com/


On Tue, 2004-08-17 at 23:03 -0400, AceZero2790@aol.com wrote:
> I finally got my PHP5 installation to support MySQL and now this. When I try
> to edit anything on mysqlgui.exe, it just gives me this error: error in
> database function: access denied for user @localhost...
>
> I don't know if this has to do with my php installation or what. If not,
> flame me for all I care. I'm too sick of all this mess to care.
>
> ...somebody help...

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Re: MySQL denying access to...everything

am 18.08.2004 10:24:24 von Paul

Also, take care with the new password hashing:
http://dev.mysql.com/doc/mysql/en/Password_hashing.html

Paul


On Wed, 18 Aug 2004 00:56:08 -0700, Peter Ellis wrote:
> This is a MySQL error on the server side - you need to make sure that
> whatever user you're signing into MySQL with has access to modify the
> database/table you're using. I believe the GRANT keyword in MySQL is
> what you need -- look at the MySQL reference manual:
>
> http://dev.mysql.com/doc/
>
> Good luck!
> --
> Peter Ellis - pellis@naturalaxis.com
> Web Design and Development Consultant
> naturalaxis | http://www.naturalaxis.com/
>
>
>
>
> On Tue, 2004-08-17 at 23:03 -0400, AceZero2790@aol.com wrote:
> > I finally got my PHP5 installation to support MySQL and now this. When I try
> > to edit anything on mysqlgui.exe, it just gives me this error: error in
> > database function: access denied for user @localhost...
> >
> > I don't know if this has to do with my php installation or what. If not,
> > flame me for all I care. I'm too sick of all this mess to care.
> >
> > ...somebody help...
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Re: MySQL denying access to...everything

am 18.08.2004 14:32:42 von Doug Thompson

AceZero2790@aol.com wrote:
> I finally got my PHP5 installation to support MySQL and now this. When I try
> to edit anything on mysqlgui.exe, it just gives me this error: error in
> database function: access denied for user @localhost...
>
> I don't know if this has to do with my php installation or what. If not,
> flame me for all I care. I'm too sick of all this mess to care.
>
> ...somebody help...
>

http://dev.mysql.com/doc/mysql/en/User_Account_Management.ht ml

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php