Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
 
  HOME    TRACKER    MYSQL




Access Denied For Root - New Database Setup


I have started the 'Build Your Own Database Driven Website Using PHP and MySql I have installed PHP and MySql' book, and i have a problem:

I have put in the comand prompt
mysql -u root mysql

This gives me an error 1045 access denied for user root @ localhost ....




View Complete Forum Thread with Replies

See Related Forum Messages: Follow the Links Below to View Complete Thread
Access Denied For User 'root'@'host' To Database 'db'
i'm trying to connect from a remote host to a db, and I just cannot. I can make a successful connection to another db (test), but not to the productive db.

I have tried some things (flush privileges, grant everything), but I still cannot connect to the db.

New Account Setup Not Working As Expected - Access Denied
grant all on hibernate.* to hibuser identified by 'password';

Then I tried to login via:

C:MySQLMySQL Server 5.0in>mysql -uhibuser -p
Enter password: ********
ERROR 1045 (28000): Access denied for user 'hibuser'@'localhost' (using password: YES)

The only way I could solve this problem was to create another user 'hibuser"@'localhost"

Can someone tell me what is wrong and what I can do to fix it? I now have multiple instances of my users and have to manage each as a separate entity:

mysql> select host,user,password from user;
+----------------------+---------------+-------------------------------------------+
| host | user | password |
+----------------------+---------------+-------------------------------------------+
| localhost | root | *2470C0C06DEE42FD1618BB99005ADCA2EC9D1E19 |
| 127.0.0.1 | root | |
| localhost | | |
| production.mysql.com | | |
| % | pentaho_admin | *2470C0C06DEE42FD1618BB99005ADCA2EC9D1E19 |
| % | hibuser | *2470C0C06DEE42FD1618BB99005ADCA2EC9D1E19 |
| % | pentaho_user | *2470C0C06DEE42FD1618BB99005ADCA2EC9D1E19 |
| localhost | hibuser | *2470C0C06DEE42FD1618BB99005ADCA2EC9D1E19 |
| localhost | pentaho_admin | *2470C0C06DEE42FD1618BB99005ADCA2EC9D1E19 |
| localhost | pentaho_user | *2470C0C06DEE42FD1618BB99005ADCA2EC9D1E19 |
+----------------------+---------------+-------------------------------------------+

Root Denied Access
As a user with all privileges I have created a database "mydb". I can then do "use mydb", but not "show tables" - that gives me access denied error. Should it really be this way? How can I give root access to listing the tables of the database?

Root Access Denied
I'm new to MySQL and have recently installed the same on Win XP.
It got installed w/o any problems but while configuring security settings it tried to connect to root@localhost and got accesss denied.
The error says that a particular port hasn't been initialized.
I'm confused as to why on windows it goes for root@localhost.
I'm not able to connect to the server.

Root Denied Access
I created a database as root, but when I tried to use it I got access denied. I have added tuples which seem correct in the mysql db databases table, but still couldn't get access. Another user that has all the privileges can do "use mydb" but then can't execute "show tables". How can I give these full access to the newly created table? I'm using MySQL Server 4.1.

Access Denied For User 'root'@'localhost'
I am having this error message:

Check the pictures

#1045 - Access denied for user 'root'@'localhost' (using password: YES)

I am using WAMP5,I tried to change the password in config file but no use.last time I had to uninstall and reinstall to reset the root password.

what am I doing wrong?am I looking at the wrong file?

Root Denied Access, Cant Change To OLD_PASSWORD
I do what you see under, but get an error. I am trying to install wordpress localy on my macintosh, which should take 5 minutes, but it takes houres and days. This ' characters are to be in the command s? strange that errpr message does state that the user which is denied is nowhere, I am there is nothing between ' and '. The root uder IS activated on the system. I use OS X 10.4.1

gher is what i get.


mysql> SET PASSWORD FOR
-> 'root'@'localhost'=OLD_PASSWORD('thepassword');
ERROR 1044 (42000): Access denied for user ''@'localhost' to database 'mysql'
mysql>

Access Denied For User 'root@localhost'
I have installed MySQL and somehow have my forum running fine using it, however, I am attempting to install Photopost php software and I have put in the user name that I have been using.

It all works fine up until it tries to create tables on the database (and maybe even a database, the error message isn't telling me much).

I have tried to log into mySQL but keep getting the error:

ERROR 1045: Access denied for user: 'root@localhost' (Using password: NO)

The error I get from the install page (of Photopost) is:


Could not connect to or create the PhotoPost Classifieds database.

Be sure your user has permissions to CREATE or create a blank table before hitting REFRESH or go back to Step 1 to check your database settings.



Presumably I need to go in to mySQL as root and set CREATE etc... permissions for the user that I have specified in the Photopost install script?

How can I do this? I have never set up a root password for mySQL.

I am completely new to MySQL (although I have used it for my own developments on Windows, but never on Linux).

Access Denied For User 'root'@'localhost' (using Password: YES)
I am trying to login to mysql using 'mysql -u root -p' with password.but iam getting this error "Access denied for user 'root'@'localhost' (using password: YES)".

i have googled for this error and i saw that if i enter a wrong password i get this error.but i am 100% sure that the password is right because i used it in a sample program where i gave that password to connect to mysql.

Access Denied For User 'root'@'localhost' (using Password: NO)
i've use ASP before though with microsoft access db, odbc connection. I'ved tried installing the php windows installer to my winxp(with IIS) and then mysql server 4.3.1  everything installed Code:

Updating Events, Permissions For Root, Access Denied?
I created an event, no problem, and now want to update it. Since I created the event, we've moved the server from the office into a colo; instead of logging in from the local domain I'm now logging in over the VPN. MySQL refuses to let me, logged in as root, change the EVENTS table in the information_schema schema using an ALTER EVENT query.

Error: 'Access Denied For User 'root'@'localhost'
I've used mysql on an XP machine before, but only a little. I installed Fedora core 5 on this machine (i386) and have mysql 5.0 running.

I understand that this is a common problem and I have been searching for a solution for a few days now.

When I was configuring Fedora using this guide (FYI: I only installed what I needed), I used this command to set the root password (assuming that I was using 'root' as my password):
mysqladmin -u root password root
Then, I tried this command to login (as instructed by the guide I was following):
mysqladmin -h localhost -u root password root
This is where I got the error:
mysqladmin: connect to server at 'localhost' failed
error: 'Access denied for user 'root'@'localhost' (using password: NO)'

Now, I have tried many methods to fix this. I tried every method to reset the root password as instructed by the mysql documentation. I also installed Fedora core 5 on another hard drive at home to see if I would still get the same error and I did. I know that localhost is the correct host name and the mysql service was running while I was trying to login. I've read a lot of post here already and nothing has helped me.

Error: 'Access Denied For User: 'root@localhost' (Using Password: NO)'
I've installed MySQL 4.0.26 on OSX 10.3.9 client version using the standard darwin 7.9.0 PKG. Installation seemed to go fine but I can only access Mysql with
urs/local/mysql/bin/mysql test

To my knowledge I never sent a root or user password.
When I come to try and set a password or create a database I am asked for my password.
When I try and enter it the imput is frozen and the only keystroke that will work is 'enter' then I get a error message that tells me that it is the incorrect password.
I have tried all of the different login and password reset commands I can find but to no avail.

ERROR 1045 (28000): Access Denied For User 'root'@'localhost'
Using mySQL 4.1.22 on Linux, I got this error message suddenly this morning (it worked ok yesterday):
---------
[root@server]# /usr/local/mysql/bin/mysql -u root -p
Enter password:
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
----------

I created a '/root/root.sql' file:
--------
SET PASSWORD FOR 'root'@'localhost' = PASSWORD('xxxxxx');
--------

And killed the process and restarted:
--------
[root@server ~]# /usr/local/mysql/bin/mysqld_safe --init-file=/root/root.sql &
[1] 2494
[root@server ~]# Starting mysqld daemon with databases from /usr/local/mysql/var
--------

But I get the same error message

In my '/usr/local/mysql/var/server.err' file there's no error message:
--
070220 07:03:40 mysqld started
070220 07:03:40 InnoDB: Started; log sequence number 0 3758734
/usr/local/mysql/libexec/mysqld: ready for connections.
Version: Ɗ.1.22' socket: '/tmp/mysql.sock' port: 3306 Source distribution
-------

ERROR 1045 (28000): Access Denied For User 'root'@'localhost'
Using mySQL 4.1.22 on Linux, I got this error message suddenly this morning (it worked ok yesterday):

---------
[root@server]# /usr/local/mysql/bin/mysql -u root -p
Enter password:
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
----------

I created a '/root/root.sql' file:
--------
SET PASSWORD FOR 'root'@'localhost' = PASSWORD('xxxxxx');
--------

And killed the process and restarted:
--------
[root@server ~]# /usr/local/mysql/bin/mysqld_safe --init-file=/root/root.sql &
[1] 2494
[root@server ~]# Starting mysqld daemon with databases from /usr/local/mysql/var
--------

But I get the same error message :(

In my '/usr/local/mysql/var/server.err' file there's no error message:
--
070220 07:03:40 mysqld started
070220 07:03:40 InnoDB: Started; log sequence number 0 3758734
/usr/local/mysql/libexec/mysqld: ready for connections.
Version: '4.1.22' socket: '/tmp/mysql.sock' port: 3306 Source distribution
-------

What am I doing wrong?

ERROR 1045 (28000): Access Denied For User 'root'@'localhost'
I'm attempting to install Bugzilla.

I'm stuck because the last two modules that are required in Perl won't run. The apparent reason is that the root login fails.

I tried it manually to, and here's what I get:

[root@10 bugzilla-2.18.3]# mysql -u root
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)

I created the database and login via a Perl module called template:

/opt/ActivePerl-5.8/bin/perl-static -MCPAN -e 'install "Template"'

ERROR 1045 (28000): Access Denied For User 'root'@'localhost'
Using mySQL 4.1.22 on Linux, I got this error message suddenly this morning (it worked ok yesterday):
---------
[root@server]# /usr/local/mysql/bin/mysql -u root -p
Enter password:
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
----------

I created a '/root/root.sql' file:
--------
SET PASSWORD FOR 'root'@'localhost' = PASSWORD('xxxxxx');
--------

And killed the process and restarted:
--------
[root@server ~]# /usr/local/mysql/bin/mysqld_safe --init-file=/root/root.sql &
[1] 2494
[root@server ~]# Starting mysqld daemon with databases from /usr/local/mysql/var
--------

But I get the same error message :(

In my '/usr/local/mysql/var/server.err' file there's no error message:
--
070220 07:03:40  mysqld started
070220 07:03:40  InnoDB: Started; log sequence number 0 3758734
/usr/local/mysql/libexec/mysqld: ready for connections.
Version: '4.1.22'  socket: '/tmp/mysql.sock'  port: 3306  Source distribution
-------

What am I doing wrong?

Access Denied For User 'root'@'localhost' (was "help!!! Just A Beginner..")
Hello i recently installed WAMP5 to handle my phpmysqlapache localhost sever. but when i go to the control panel and clicked the localhost and phpmyadmin everything seems fine because i can see the phpinfo window and also the phpmyadmin.. but not when i clicked the SQLite Manager.Unable to connect to database manager.
Could not connect: Access denied for user 'root'@'localhost' (using password: YES).

ERROR 1045: Access Denied For User: '"root"@localhost' (Using Password: YES)
I have been working on this for three days (about 16 hours) to no avail. I have root access on a dedicated server running whm/cpanel on Redhat 9. I have followed every instruction from mysql.com as well as every suggestion I've been able to find.

These are the two errors I bounce between:

ERROR 1045: Access denied for user: '"root"@localhost' (Using password: YES)

and

ERROR 2002: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111)

I'm out of ideas.

Root User Denied Access To Fetch User List.
I can still log onto MySQL administrator or the command line program but I somehow appear to have lost all priveliges to alter or view the user list from this account. Even under the command line interface I can login but it tells me access is denied when I try to alter "root" permissions on a database.

I cannot seem to log onto any of the other accounts created but obviously if I could get into the user admin I could solve this.

Create Error: Access Denied For User: '@localhost' To Database 'database Name'
I have already installed the php4, apache and mySQL on windowsXP SP2.
when I wanted to create database through PHP code it showed me error like this "Create Error: Access denied for user: '@localhost' to database 'database name'" and I can't even create database using mySQL either.

Access Denied For User ''@'localhost' To Database
Yesterday I got a new server with MySQL 5.0.22. Today I spent 10 hours trying to set up a database using webmin. Actually, it's not a problem to create a database, but the problem is that I can not connect. I tried different settings, no luck:

Access denied for user ''@'localhost' to database 'mydatabase'

I can connect from command line:

[root@server8]# mysql -u myusername -p
Enter password: ***
Welcome to the MySQL monitor. Commands end with ; or g.
.......
As you see I can connect.

My settings from webmin: Code:

Error 1044 Access Denied To Database
I am currently working through a book on Dreamweaver and using PHP. I
am having a little trouble with setting up the database though. I
have php 4.2.3 and MySQL 4.0.20a. I am running locally with Apache
1.3.27 on Windows XP Pro.

I seem to have finally got MySQL running after a lot of difficulty.
In the book it says to type source C:mysql
ewland_tours.sql at the
mysql> prompt, to generate the newland_tours database in my copy of
MySQL.

When I do this however it gives me an error message saying:

Error 1044 Access denied for user: '@localhost' to database
'newland_tours'

and numerous other ones saying:

Error 1046 No Database Selected

If you can help me I'd be very grateful. I think that something must
be wrong or amiss with the settings or the paths to the files in
my.ini file? Or perhaps it is just a bug with php or MySql?

MySQL Database - Adding New Data Source 'Access Denied For User'
I am trying to install MySQL on my machine at the moment. I have downloaded the file mysql-essential-5.0.21-win32 from the MySQL website and installed it. I then downloaded MySQL Control Center, which came zipped in a folder called mysqlcc-0.9.2-win32.

I have installed both applications and I have a MySQL database which I have acquired from elsewhere. I copy/pasted it into my C:Program FilesMySQLMySQL Server 5.0data directory, but when I try to add a new database in MySQL CC it doesnt allow me.

I have also installed the ODBC for MySQL (called mysql-connector-odbc-3.51.12-win32). However, when I try to add a new data source in the Control Panel I get this error:

[MySQL][ODBC 3.51 Driver]Access denied for user 'versiontwo'@'localhost' (using password: YES)

versiontwo is the name of the database. the database has a password.

Error 1044:Access Denied For User: '@localhost' To Database 'library'
I have installed mysql-4.0.23-win. When I try to do 'create database library;' I am getting an error "Error 1044: Access denied for user: '@localhost' to database 'library'".

How to solve this problem?

The Problem Is About Access Denied For User...how Can I Access The Mysql??
you can find some problems below. the problem is about access denied for user...
how can I access the mysql? ......

Setup Remote Access
How would you allow remote database connections on MySQL 3.23.58?

How Do I Setup The Server On A Network Drive For Client Software To Access?
I'm building a database system for our department at work and have successfully installed the MySQL Server 5.0 to my local machine and developed my user interface to access it read/write/update, etc. just fine through VB6 and the ODBC driver.

My problem now is how do I get the database files and server functions moved/transplanted/installed on a network share drive (Windows 2000) that my peers and I have access to, so that I can deploy me client user interface onto their machines so we can all access the database across the network and I can get the files off my local hard drive?

Access Denied?
i'm getting an access denied message when i try and insert data in to a new databse ive created.

I can connect to the database server fine, and i can select the database unsing that connection without error. However, when i try to add data to a table within the database i get the access denied error.

I am using code that i used elsewhere on the same server to connect to a different database so i dont think it is a coding error.

I really dont understand what the error could be when my other databases work (phpBB2, and another).

EDIT: I have solved this. Im ebarassed by how dumb I was being. I didnt realise that each different database on my host had a distinct username (albeit same password) to access them. Boy is my face red.

Access Denied
I installed MySQL-server-4.0.14-0.i386.rpm
MySQL-client-4.0.14-0.i386.rpm

when I give mysqladmin -u root

it is asking for password . The doc says that initially the password is
empty and we just need to press enter .

I read the mailing list posting but didnt find any clue
i didnt set any password .

mysql
ERROR 1045: Access denied for user: 'root@localhost' (Using password:
NO)

how do rectify this.

Access Denied
I have read Ref Manual 5.9.2 Adding New User Accounts and 5.8.8 Causes of Access Denied.
I am running SUSE 10.1:
/usr/sbin/mysqld Ver 5.0.18 for suse-linux on i686 (SUSE MySQL RPM)

This works:
mysql -u root -ppassword mysql
Using user root, from Python I can access sql, add data to tables, etc. but I want to set up other users and access mysql from other than localhost.

I tried this (as suggested in 5.9.2):
mysql> GRANT ALL PRIVILEGES ON *.* TO 'pwh'@'localhost'
-> IDENTIFIED BY 'password' WITH GRANT OPTION;
mysql> GRANT ALL PRIVILEGES ON *.* TO 'pwh'@'%'
-> IDENTIFIED BY 'password' WITH GRANT OPTION;

But this happens:
mysql -u pwh -ppassword
ERROR 1045 (28000): Access denied for user 'pwh'@'localhost' (using password: YES)

Ref man 5.8.8 says if all else fails, reinstall from the source. I started to do that but got stuck. I would rather not if it can be avoided.

Access Denied
When I try to connect to MySQL using a front end such as phpMyAdmin 2.3.3 or SQLyog (http://www.webyog.com/index.html) I get the following error:

error

MySQL returned:

Access denied for user: 'root@localhost' (Using password: NO)

Access Denied - Please Help
I've started an online database school class and I am having a hard time getting past this point. I want to create a database and some tables, but I'm getting an access denied. I've tried some of the password recommendations of this site, but still can't seem to get past this. Can someone help (please expain very clearly, since this is the first time I've any database experience). Thank you.

Welcome to the MySQL monitor. Commands end with ; or g.
Your MySQL connection id is 1 to server version: 4.1.11

Type 'help;' or 'h' for help. Type 'c' to clear the buffer.

mysql> show databases;
+----------+
| Database |
+----------+
| test |
+----------+
1 row in set (0.02 sec)

mysql> USE mysql
ERROR 1044 (42000): Access denied for user ''@'%' to database 'mysql'
mysql> USE test
Database changed
mysql> show tables from test;
Empty set (0.00 sec)

mysql> create database customer_db;
ERROR 1044 (42000): Access denied for user ''@'%' to database 'customer_db'
mysql> show databases;
+----------+
| Database |
+----------+
| test |
+----------+
1 row in set (0.00 sec)

Access Denied
I've created a user by a grant statement, but when I try to login as the new user I get
"ERROR 1045 (28000): Access denied for user "

Any ideas what I might have forgoten?

Access Denied
I'm new to Mysql and have just installed it for the first time. But everytime I invoke the mysql from the command window, my access is denied, and I
recieve this error "Error 1045 Access denied for user 'walter@localhost'
using passwork yes.

Also, when I attemp to use the mysql administrator, I get the same
message.

Access Denied
On a php page I put mysql_connect() and it says "Access denied for user 'ODBC'@'localhost' (using password: NO)"

(Note: "password" means my actual password.)

Then I went to the mysql console and typed "use mysql" and typed "update user set password=password("password") where User="Root""

Then, on the php page, I put "mysql_connect("localhost", "root", "password");"

And then on the page it said "Access denied for user 'root'@'localhost' (using password: YES)" How do I fix this?

Access Denied
I used my same user name and password that I created for mysql and I am still denied access.

Error Message:
mysql_connect(): Access denied for user: '_@_' (Using password: YES)

Access Denied
I'm having this problem trying to connect to my MySQL server through PHP :

<?
mysql_connect("localhost", "tester", "drowssap");
if (!mysql("foo", "SELECT * FROM bar")) // or mysql_select_db("foo"); mysql_query("SELECT * FROM bar"); - same error
die("ERROR: ".mysql_error());
?>

Result is:

Warning: mysql_connect() [function.mysql-connect]: Access denied for user: 'tester@localhost' (Using password: YES) in /var/www/html/error_demonstration.php on line 2
ERROR: Access denied for user: '@localhost' to database 'foo'

Of course, I have created the user "tester" and gave him full permissions to the "foo" database through the latest version of the mysql-administrator for Linux. I think it could be a settings problem, as the administrator software seems to be a bit buggy.
(I am running on Mandrake Linux 9.1)

Access Denied
I installed MySQL-server-4.0.14-0.i386.rpm

MySQL-client-4.0.14-0.i386.rpm

when I give mysqladmin -u root it is asking for password. The doc says that initially the password is empty and we just need to press enter.

I read the mailing list posting but didnt find any clue i didnt set any password.

mysql
ERROR 1045: Access denied for user: 'root@localhost' (Using password:
NO)

how do rectify this .

Access Denied
I have make a mistake using mysqlcc;

now, user (mysql,root,bruno) can't acces to databases.
I use both mysqlcc & phpMyAdmin but the answer is

access denied root@192.168.1.102 (Using password:Yes)
access denied bruno@localhost (Using password:Yes)

Denied Access
Just having a go at creating an SQL database and I get this error:

ERROR 1044 (42000): Access denied for user ''@'localhost' to database

When I connected to MYSQL it asked for my password... and I am the administrator...

Looking forward to hearing from those in the know!

Access Denied
mysql> CREATE DATABASE csttrainrep
-> ;
ERROR 1044: Access denied for user: '@localhost' to database
'csttrainrep'
mysql> GRANT ALL ON csttrainrep. TO helen
-> ;

ERROR 1064: You have an error in your SQL syntax. Check the manual
that corresponds to your MySQL server version for the right syntax to
use near 'TO helen' at line 1
mysql> GRANT ALL ON csttrainrep.* TO helen;
ERROR 1044: Access denied for user: '@localhost' to database
'csttrainrep'
mysql>

how do i change this?

Access Denied
i created a new username and password .but when i enter the password an error messge comes, "access denied for user: 'username@localhost' ( using password:yes)"
i can login without the password.
i'm working on WindowsXP.

Access Denied
I'm getting the following error when I open the page "test.php":
"Access denied for user 'ODBC'@'localhost' (using password: NO)"
This error comes up regardless if I use a username/password I've defined, or if I just use 'root' @ '' (no password).

There's no user "ODBC" defined in MySQL & the ODBC connection test in the data sources control panel works fine.
What would cause this?

Access Denied
I can access my database through Cpanel's GUI with no prob, but when I tried using MySQL-front in my comp, it always give me an error access denied. I supplied correct username and pass but still no luck. and How do I configure MySQL-front to connect to my webserver's mysql db?

Access Denied
i am runing mandrake 10.0 offical powerpack i have installed the following software Apache-AdvancedExtranetServer/2.0.48 (Mandrake Linux/6mdk) mod_perl/1.99_11 Perl/v5.8.3 auth_mysql/1.11 mod_ssl/2.0.48 OpenSSL/0.9.7c PHP/4.3.4! and also have webmin installed. i have uploaded phpbb2 adn went through the steps to install this and these are the errors i get when it goes to the next step can anyone point me in the rite direction thanks.

Warning: mysql_connect(): Access denied for user: 'kwick@localhost' (Using password: YES) in /var/www/html/phpBB2/db/mysql4.php on line 48

Warning: mysql_error(): supplied argument is not a valid MySQL-Link resource in /var/www/html/phpBB2/db/mysql4.php on line 330

Warning: mysql_errno(): supplied argument is not a valid MySQL-Link resource in /var/www/html/phpBB2/db/mysql4.php on line 331
phpBB : Critical Error

Could not connect to the database

Access Denied
im trying to run dotProject on my mdk 10.1 system:
i thought im ready to run the dP when i got this:

Warning: mysql_connect(): Access denied for user: 'root@localhost' (Using password: YES) in /var/www/html/dotproject/lib/adodb/drivers/adodb-mysql.inc.php on line 327
FATAL ERROR: Connection to database server failed

looking thru the archives, i saw this:

GRANT CREATE TEMPORARY TABLES ON dotproject.* TO root@localhost;

Query OK, 0 rows affected (0.00 sec)

still i get the same access denied error.

Access Denied
I am newbie in mysql , install successfully mysql but while trying to access that getting below error Plz help.
Connect to server at localhost failed
error : Access denied for user 'ODBC@localhost'

Access Denied
I have a dymanic site using PHP and MySQL. When I test it on the remote
server, it works great. But when I test it from the Apache server on my
development machine, whenever I try to access a .php page that accesses my
MySQL database, I get: Access denied for user: 'okmpc@localhost' (Using
password: YES).
Can anyone please tell me what that means and how to fix it?


Copyright © 2005-08 www.BigResource.com, All rights reserved