[support] FW: FW: FW: FW: Error While following INSTALmysql, txt for Drupal 7.2

Kevin Roberts kevin at w1ngl.us
Wed Jun 29 19:16:21 UTC 2011


 
 
From: support-bounces at drupal.org [mailto:support-bounces at drupal.org] On
Behalf Of Kevin Roberts
Sent: Wednesday, June 29, 2011 11:47 AM
To: support at drupal.org
Subject: [support] FW: FW: FW: Error While following INSTALmysql, txt for
Drupal 7.2
 
 
 
From: support-bounces at drupal.org [mailto:support-bounces at drupal.org] On
Behalf Of Kevin Roberts
Sent: Wednesday, June 29, 2011 7:26 AM
To: support at drupal.org
Subject: [support] FW: FW: Error While following INSTALmysql, txt for Drupal
7.2
 
 
 
From: support-bounces at drupal.org [mailto:support-bounces at drupal.org] On
Behalf Of Kevin Roberts
Sent: Wednesday, June 29, 2011 7:19 AM
To: support at drupal.org
Subject: [support] FW: Error While following INSTALmysql, txt for Drupal 7.2
 
 
 
From: support-bounces at drupal.org [mailto:support-bounces at drupal.org] On
Behalf Of Jamie Holly
Sent: Wednesday, June 29, 2011 5:43 AM
To: support at drupal.org
Subject: Re: [support] Error While following INSTALmysql,txt for Drupal 7.2
 
It sounds like the username you are trying to access MySQL with is either
invalid or doesn't have the CREATE privilege. You can create the new
database as root and then go into the MySQL command line as root and run the
GRANT query to give your new user access to the database.  So it would be:


mysqladmin -u root -p create databasename
(enter the password when prompted)

mysql -u root -p
(again - enter the password when prompted)

And then pick up the instructions right after that.


Jamie Holly
 <http://www.intoxination.net> http://www.intoxination.net 
 <http://www.hollyit.net> http://www.hollyit.net

On 6/29/2011 7:40 AM, chetan patil wrote: 
1)
 
[chetanpatil at chetanpatil www]$ mysqladmin -u xyz -p create pqr
Enter password:
<==============when i entered my to be password then error occurs.
mysqladmin: connect to server at 'localhost' failed
error: 'Access denied for user 'chetanpatil'@'localhost' (using password:
YES)'
 
I get above error.
 
The root is accessible by:
 
[chetanpatil at chetanpatil www]$ mysql -u root -h localhost -p
Enter password: 
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 14
Server version: 5.1.56 Source distribution
 
Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved.
This software comes with ABSOLUTELY NO WARRANTY. This is free software,
and you are welcome to modify and redistribute it under the GPL v2 license
 
Type 'help;' or '\h' for help. Type '\c' to clear the current input
statement.
 
mysql> 
 
2) Do i need to be in useraccount or root account for installing drupal on
fedora 14.
 
 
Thanks.
 
 
-- 
Chetan Arvind Patil,
+919970018364



-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.drupal.org/pipermail/support/attachments/20110629/6d251468/attachment-0001.html 
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: Untitled attachment 00019.txt
Url: http://lists.drupal.org/pipermail/support/attachments/20110629/6d251468/attachment-0004.txt 
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: Untitled attachment 00035.txt
Url: http://lists.drupal.org/pipermail/support/attachments/20110629/6d251468/attachment-0005.txt 
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: Untitled attachment 00103.txt
Url: http://lists.drupal.org/pipermail/support/attachments/20110629/6d251468/attachment-0006.txt 
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: Untitled attachment 00195.txt
Url: http://lists.drupal.org/pipermail/support/attachments/20110629/6d251468/attachment-0007.txt 


More information about the support mailing list