Error While following INSTALmysql,txt for Drupal 7.2
1) [chetanpatil@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@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
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.hollyit.net On 6/29/2011 7:40 AM, chetan patil wrote:
1)
[chetanpatil@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@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
From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Jamie Holly Sent: Wednesday, June 29, 2011 5:43 AM To: support@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@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@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
From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Kevin Roberts Sent: Wednesday, June 29, 2011 7:19 AM To: support@drupal.org Subject: [support] FW: Error While following INSTALmysql, txt for Drupal 7.2 From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Jamie Holly Sent: Wednesday, June 29, 2011 5:43 AM To: support@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@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@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
From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Kevin Roberts Sent: Wednesday, June 29, 2011 7:26 AM To: support@drupal.org Subject: [support] FW: FW: Error While following INSTALmysql, txt for Drupal 7.2 From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Kevin Roberts Sent: Wednesday, June 29, 2011 7:19 AM To: support@drupal.org Subject: [support] FW: Error While following INSTALmysql, txt for Drupal 7.2 From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Jamie Holly Sent: Wednesday, June 29, 2011 5:43 AM To: support@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@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@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
Kevin what is the reason we are getting all these mails from you? On Wed, Jun 29, 2011 at 11:46 AM, Kevin Roberts <kevin@w1ngl.us> wrote:
** **
** **
*From:* support-bounces@drupal.org [mailto:support-bounces@drupal.org] *On Behalf Of *Kevin Roberts *Sent:* Wednesday, June 29, 2011 7:26 AM *To:* support@drupal.org *Subject:* [support] FW: FW: Error While following INSTALmysql, txt for Drupal 7.2****
** **
** **
** **
*From:* support-bounces@drupal.org [mailto:support-bounces@drupal.org] *On Behalf Of *Kevin Roberts *Sent:* Wednesday, June 29, 2011 7:19 AM *To:* support@drupal.org *Subject:* [support] FW: Error While following INSTALmysql, txt for Drupal 7.2****
** **
** **
** **
*From:* support-bounces@drupal.org [mailto:support-bounces@drupal.org] *On Behalf Of *Jamie Holly *Sent:* Wednesday, June 29, 2011 5:43 AM *To:* support@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 ****
On 6/29/2011 7:40 AM, chetan patil wrote: ****
1)****
** **
[chetanpatil@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@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
** ******
-- [ Drupal support list | http://lists.drupal.org/ ]
From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Kevin Roberts Sent: Wednesday, June 29, 2011 11:47 AM To: support@drupal.org Subject: [support] FW: FW: FW: Error While following INSTALmysql, txt for Drupal 7.2 From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Kevin Roberts Sent: Wednesday, June 29, 2011 7:26 AM To: support@drupal.org Subject: [support] FW: FW: Error While following INSTALmysql, txt for Drupal 7.2 From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Kevin Roberts Sent: Wednesday, June 29, 2011 7:19 AM To: support@drupal.org Subject: [support] FW: Error While following INSTALmysql, txt for Drupal 7.2 From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Jamie Holly Sent: Wednesday, June 29, 2011 5:43 AM To: support@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@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@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
From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Kevin Roberts Sent: Wednesday, June 29, 2011 12:16 PM To: support@drupal.org Subject: [support] FW: FW: FW: FW: Error While following INSTALmysql, txt for Drupal 7.2 From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Kevin Roberts Sent: Wednesday, June 29, 2011 11:47 AM To: support@drupal.org Subject: [support] FW: FW: FW: Error While following INSTALmysql, txt for Drupal 7.2 From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Kevin Roberts Sent: Wednesday, June 29, 2011 7:26 AM To: support@drupal.org Subject: [support] FW: FW: Error While following INSTALmysql, txt for Drupal 7.2 From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Kevin Roberts Sent: Wednesday, June 29, 2011 7:19 AM To: support@drupal.org Subject: [support] FW: Error While following INSTALmysql, txt for Drupal 7.2 From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Jamie Holly Sent: Wednesday, June 29, 2011 5:43 AM To: support@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@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@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
From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Kevin Roberts Sent: Wednesday, June 29, 2011 12:48 PM To: support@drupal.org Subject: [support] FW: FW: FW: FW: FW: Error While following INSTALmysql, txt for Drupal 7.2 From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Kevin Roberts Sent: Wednesday, June 29, 2011 12:16 PM To: support@drupal.org Subject: [support] FW: FW: FW: FW: Error While following INSTALmysql, txt for Drupal 7.2 From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Kevin Roberts Sent: Wednesday, June 29, 2011 11:47 AM To: support@drupal.org Subject: [support] FW: FW: FW: Error While following INSTALmysql, txt for Drupal 7.2 From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Kevin Roberts Sent: Wednesday, June 29, 2011 7:26 AM To: support@drupal.org Subject: [support] FW: FW: Error While following INSTALmysql, txt for Drupal 7.2 From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Kevin Roberts Sent: Wednesday, June 29, 2011 7:19 AM To: support@drupal.org Subject: [support] FW: Error While following INSTALmysql, txt for Drupal 7.2 From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Jamie Holly Sent: Wednesday, June 29, 2011 5:43 AM To: support@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@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@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
From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Kevin Roberts Sent: Wednesday, June 29, 2011 1:00 PM To: support@drupal.org Subject: [support] FW: FW: FW: FW: FW: FW: Error While following INSTALmysql, txt for Drupal 7.2 From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Kevin Roberts Sent: Wednesday, June 29, 2011 12:48 PM To: support@drupal.org Subject: [support] FW: FW: FW: FW: FW: Error While following INSTALmysql, txt for Drupal 7.2 From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Kevin Roberts Sent: Wednesday, June 29, 2011 12:16 PM To: support@drupal.org Subject: [support] FW: FW: FW: FW: Error While following INSTALmysql, txt for Drupal 7.2 From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Kevin Roberts Sent: Wednesday, June 29, 2011 11:47 AM To: support@drupal.org Subject: [support] FW: FW: FW: Error While following INSTALmysql, txt for Drupal 7.2 From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Kevin Roberts Sent: Wednesday, June 29, 2011 7:26 AM To: support@drupal.org Subject: [support] FW: FW: Error While following INSTALmysql, txt for Drupal 7.2 From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Kevin Roberts Sent: Wednesday, June 29, 2011 7:19 AM To: support@drupal.org Subject: [support] FW: Error While following INSTALmysql, txt for Drupal 7.2 From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Jamie Holly Sent: Wednesday, June 29, 2011 5:43 AM To: support@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@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@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
Is there no way to stop this bouncing on Kevin? On Wed, Jun 29, 2011 at 1:16 PM, Kevin Roberts <kevin@w1ngl.us> wrote:
** **
** **
*From:* support-bounces@drupal.org [mailto:support-bounces@drupal.org] *On Behalf Of *Kevin Roberts *Sent:* Wednesday, June 29, 2011 1:00 PM *To:* support@drupal.org *Subject:* [support] FW: FW: FW: FW: FW: FW: Error While following INSTALmysql, txt for Drupal 7.2****
** **
** **
** **
*From:* support-bounces@drupal.org [mailto:support-bounces@drupal.org] *On Behalf Of *Kevin Roberts *Sent:* Wednesday, June 29, 2011 12:48 PM *To:* support@drupal.org *Subject:* [support] FW: FW: FW: FW: FW: Error While following INSTALmysql, txt for Drupal 7.2****
** **
** **
** **
*From:* support-bounces@drupal.org [mailto:support-bounces@drupal.org] *On Behalf Of *Kevin Roberts *Sent:* Wednesday, June 29, 2011 12:16 PM *To:* support@drupal.org *Subject:* [support] FW: FW: FW: FW: Error While following INSTALmysql, txt for Drupal 7.2****
** **
** **
** **
*From:* support-bounces@drupal.org [mailto:support-bounces@drupal.org] *On Behalf Of *Kevin Roberts *Sent:* Wednesday, June 29, 2011 11:47 AM *To:* support@drupal.org *Subject:* [support] FW: FW: FW: Error While following INSTALmysql, txt for Drupal 7.2****
** **
** **
** **
*From:* support-bounces@drupal.org [mailto:support-bounces@drupal.org] *On Behalf Of *Kevin Roberts *Sent:* Wednesday, June 29, 2011 7:26 AM *To:* support@drupal.org *Subject:* [support] FW: FW: Error While following INSTALmysql, txt for Drupal 7.2****
** **
** **
** **
*From:* support-bounces@drupal.org [mailto:support-bounces@drupal.org] *On Behalf Of *Kevin Roberts *Sent:* Wednesday, June 29, 2011 7:19 AM *To:* support@drupal.org *Subject:* [support] FW: Error While following INSTALmysql, txt for Drupal 7.2****
** **
** **
** **
*From:* support-bounces@drupal.org [mailto:support-bounces@drupal.org] *On Behalf Of *Jamie Holly *Sent:* Wednesday, June 29, 2011 5:43 AM *To:* support@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 ****
On 6/29/2011 7:40 AM, chetan patil wrote: ****
1)****
** **
[chetanpatil@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@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
** ******
-- [ Drupal support list | http://lists.drupal.org/ ]
From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Kevin Roberts Sent: Wednesday, June 29, 2011 1:16 PM To: support@drupal.org Subject: [support] FW: FW: FW: FW: FW: FW: FW: Error While following INSTALmysql, txt for Drupal 7.2 From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Kevin Roberts Sent: Wednesday, June 29, 2011 1:00 PM To: support@drupal.org Subject: [support] FW: FW: FW: FW: FW: FW: Error While following INSTALmysql, txt for Drupal 7.2 From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Kevin Roberts Sent: Wednesday, June 29, 2011 12:48 PM To: support@drupal.org Subject: [support] FW: FW: FW: FW: FW: Error While following INSTALmysql, txt for Drupal 7.2 From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Kevin Roberts Sent: Wednesday, June 29, 2011 12:16 PM To: support@drupal.org Subject: [support] FW: FW: FW: FW: Error While following INSTALmysql, txt for Drupal 7.2 From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Kevin Roberts Sent: Wednesday, June 29, 2011 11:47 AM To: support@drupal.org Subject: [support] FW: FW: FW: Error While following INSTALmysql, txt for Drupal 7.2 From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Kevin Roberts Sent: Wednesday, June 29, 2011 7:26 AM To: support@drupal.org Subject: [support] FW: FW: Error While following INSTALmysql, txt for Drupal 7.2 From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Kevin Roberts Sent: Wednesday, June 29, 2011 7:19 AM To: support@drupal.org Subject: [support] FW: Error While following INSTALmysql, txt for Drupal 7.2 From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Jamie Holly Sent: Wednesday, June 29, 2011 5:43 AM To: support@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@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@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
From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Kevin Roberts Sent: Wednesday, June 29, 2011 1:46 PM To: support@drupal.org Subject: [support] FW: FW: FW: FW: FW: FW: FW: FW: Error While following INSTALmysql, txt for Drupal 7.2 From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Kevin Roberts Sent: Wednesday, June 29, 2011 1:16 PM To: support@drupal.org Subject: [support] FW: FW: FW: FW: FW: FW: FW: Error While following INSTALmysql, txt for Drupal 7.2 From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Kevin Roberts Sent: Wednesday, June 29, 2011 1:00 PM To: support@drupal.org Subject: [support] FW: FW: FW: FW: FW: FW: Error While following INSTALmysql, txt for Drupal 7.2 From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Kevin Roberts Sent: Wednesday, June 29, 2011 12:48 PM To: support@drupal.org Subject: [support] FW: FW: FW: FW: FW: Error While following INSTALmysql, txt for Drupal 7.2 From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Kevin Roberts Sent: Wednesday, June 29, 2011 12:16 PM To: support@drupal.org Subject: [support] FW: FW: FW: FW: Error While following INSTALmysql, txt for Drupal 7.2 From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Kevin Roberts Sent: Wednesday, June 29, 2011 11:47 AM To: support@drupal.org Subject: [support] FW: FW: FW: Error While following INSTALmysql, txt for Drupal 7.2 From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Kevin Roberts Sent: Wednesday, June 29, 2011 7:26 AM To: support@drupal.org Subject: [support] FW: FW: Error While following INSTALmysql, txt for Drupal 7.2 From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Kevin Roberts Sent: Wednesday, June 29, 2011 7:19 AM To: support@drupal.org Subject: [support] FW: Error While following INSTALmysql, txt for Drupal 7.2 From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Jamie Holly Sent: Wednesday, June 29, 2011 5:43 AM To: support@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@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@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
From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Kevin Roberts Sent: Wednesday, June 29, 2011 2:18 PM To: support@drupal.org Subject: [support] FW: FW: FW: FW: FW: FW: FW: FW: FW: Error While following INSTALmysql, txt for Drupal 7.2 From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Kevin Roberts Sent: Wednesday, June 29, 2011 1:46 PM To: support@drupal.org Subject: [support] FW: FW: FW: FW: FW: FW: FW: FW: Error While following INSTALmysql, txt for Drupal 7.2 From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Kevin Roberts Sent: Wednesday, June 29, 2011 1:16 PM To: support@drupal.org Subject: [support] FW: FW: FW: FW: FW: FW: FW: Error While following INSTALmysql, txt for Drupal 7.2 From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Kevin Roberts Sent: Wednesday, June 29, 2011 1:00 PM To: support@drupal.org Subject: [support] FW: FW: FW: FW: FW: FW: Error While following INSTALmysql, txt for Drupal 7.2 From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Kevin Roberts Sent: Wednesday, June 29, 2011 12:48 PM To: support@drupal.org Subject: [support] FW: FW: FW: FW: FW: Error While following INSTALmysql, txt for Drupal 7.2 From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Kevin Roberts Sent: Wednesday, June 29, 2011 12:16 PM To: support@drupal.org Subject: [support] FW: FW: FW: FW: Error While following INSTALmysql, txt for Drupal 7.2 From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Kevin Roberts Sent: Wednesday, June 29, 2011 11:47 AM To: support@drupal.org Subject: [support] FW: FW: FW: Error While following INSTALmysql, txt for Drupal 7.2 From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Kevin Roberts Sent: Wednesday, June 29, 2011 7:26 AM To: support@drupal.org Subject: [support] FW: FW: Error While following INSTALmysql, txt for Drupal 7.2 From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Kevin Roberts Sent: Wednesday, June 29, 2011 7:19 AM To: support@drupal.org Subject: [support] FW: Error While following INSTALmysql, txt for Drupal 7.2 From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Jamie Holly Sent: Wednesday, June 29, 2011 5:43 AM To: support@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@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@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
Thanks. I did everything correct. Now, I'm not getting how to start installtion from browser.?? Thanks On Wed, Jun 29, 2011 at 6:13 PM, Jamie Holly <hovercrafter@earthlink.net>wrote:
** 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 Hollyhttp://www.intoxination.net http://www.hollyit.net
On 6/29/2011 7:40 AM, chetan patil wrote:
1)
[chetanpatil@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@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
-- [ Drupal support list | http://lists.drupal.org/ ]
-- Chetan Arvind Patil, +919970018364
I'm trying to configure Drupal on my fedora 14 laptop. http://fedoraproject.org/wiki/How_to_install_Drupal All the points till Druapl Setup step no 7 are done. But what about installing using in step 8. No idea about how to use localhost. i did http://localhost/sites but nothing happened. If someone can share where i'm going wrong. Thanks. On Wed, Jun 29, 2011 at 11:22 PM, chetan patil <chtpatil@gmail.com> wrote:
Thanks.
I did everything correct.
Now, I'm not getting how to start installtion from browser.??
Thanks
On Wed, Jun 29, 2011 at 6:13 PM, Jamie Holly <hovercrafter@earthlink.net>wrote:
** 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 Hollyhttp://www.intoxination.net http://www.hollyit.net
On 6/29/2011 7:40 AM, chetan patil wrote:
1)
[chetanpatil@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@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
-- [ Drupal support list | http://lists.drupal.org/ ]
-- Chetan Arvind Patil, +919970018364
-- Chetan Arvind Patil, +919970018364
From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of chetan patil Sent: Wednesday, June 29, 2011 11:03 AM To: support@drupal.org Subject: Re: [support] Error While following INSTALmysql,txt for Drupal 7.2 I'm trying to configure Drupal on my fedora 14 laptop. <http://fedoraproject.org/wiki/How_to_install_Drupal> http://fedoraproject.org/wiki/How_to_install_Drupal All the points till Druapl Setup step no 7 are done. But what about installing using in step 8. No idea about how to use localhost. i did <http://localhost/sites> http://localhost/sites but nothing happened. If someone can share where i'm going wrong. Thanks. On Wed, Jun 29, 2011 at 11:22 PM, chetan patil < <mailto:chtpatil@gmail.com> chtpatil@gmail.com> wrote: Thanks. I did everything correct. Now, I'm not getting how to start installtion from browser.?? Thanks On Wed, Jun 29, 2011 at 6:13 PM, Jamie Holly < <mailto:hovercrafter@earthlink.net> hovercrafter@earthlink.net> wrote: 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@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@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 -- [ Drupal support list | <http://lists.drupal.org/> http://lists.drupal.org/ ] -- Chetan Arvind Patil, +919970018364 -- Chetan Arvind Patil, +919970018364
From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Kevin Roberts Sent: Wednesday, June 29, 2011 11:46 AM To: support@drupal.org Subject: [support] FW: Error While following INSTALmysql, txt for Drupal 7.2 From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of chetan patil Sent: Wednesday, June 29, 2011 11:03 AM To: support@drupal.org Subject: Re: [support] Error While following INSTALmysql,txt for Drupal 7.2 I'm trying to configure Drupal on my fedora 14 laptop. <http://fedoraproject.org/wiki/How_to_install_Drupal> http://fedoraproject.org/wiki/How_to_install_Drupal All the points till Druapl Setup step no 7 are done. But what about installing using in step 8. No idea about how to use localhost. i did <http://localhost/sites> http://localhost/sites but nothing happened. If someone can share where i'm going wrong. Thanks. On Wed, Jun 29, 2011 at 11:22 PM, chetan patil < <mailto:chtpatil@gmail.com> chtpatil@gmail.com> wrote: Thanks. I did everything correct. Now, I'm not getting how to start installtion from browser.?? Thanks On Wed, Jun 29, 2011 at 6:13 PM, Jamie Holly < <mailto:hovercrafter@earthlink.net> hovercrafter@earthlink.net> wrote: 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@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@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 -- [ Drupal support list | <http://lists.drupal.org/> http://lists.drupal.org/ ] -- Chetan Arvind Patil, +919970018364 -- Chetan Arvind Patil, +919970018364
From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Kevin Roberts Sent: Wednesday, June 29, 2011 12:16 PM To: support@drupal.org Subject: [support] FW: FW: Error While following INSTALmysql, txt for Drupal 7.2 From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Kevin Roberts Sent: Wednesday, June 29, 2011 11:46 AM To: support@drupal.org Subject: [support] FW: Error While following INSTALmysql, txt for Drupal 7.2 From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of chetan patil Sent: Wednesday, June 29, 2011 11:03 AM To: support@drupal.org Subject: Re: [support] Error While following INSTALmysql,txt for Drupal 7.2 I'm trying to configure Drupal on my fedora 14 laptop. <http://fedoraproject.org/wiki/How_to_install_Drupal> http://fedoraproject.org/wiki/How_to_install_Drupal All the points till Druapl Setup step no 7 are done. But what about installing using in step 8. No idea about how to use localhost. i did <http://localhost/sites> http://localhost/sites but nothing happened. If someone can share where i'm going wrong. Thanks. On Wed, Jun 29, 2011 at 11:22 PM, chetan patil < <mailto:chtpatil@gmail.com> chtpatil@gmail.com> wrote: Thanks. I did everything correct. Now, I'm not getting how to start installtion from browser.?? Thanks On Wed, Jun 29, 2011 at 6:13 PM, Jamie Holly < <mailto:hovercrafter@earthlink.net> hovercrafter@earthlink.net> wrote: 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@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@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 -- [ Drupal support list | <http://lists.drupal.org/> http://lists.drupal.org/ ] -- Chetan Arvind Patil, +919970018364 -- Chetan Arvind Patil, +919970018364
From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Kevin Roberts Sent: Wednesday, June 29, 2011 12:48 PM To: support@drupal.org Subject: [support] FW: FW: FW: Error While following INSTALmysql, txt for Drupal 7.2 From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Kevin Roberts Sent: Wednesday, June 29, 2011 12:16 PM To: support@drupal.org Subject: [support] FW: FW: Error While following INSTALmysql, txt for Drupal 7.2 From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Kevin Roberts Sent: Wednesday, June 29, 2011 11:46 AM To: support@drupal.org Subject: [support] FW: Error While following INSTALmysql, txt for Drupal 7.2 From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of chetan patil Sent: Wednesday, June 29, 2011 11:03 AM To: support@drupal.org Subject: Re: [support] Error While following INSTALmysql,txt for Drupal 7.2 I'm trying to configure Drupal on my fedora 14 laptop. <http://fedoraproject.org/wiki/How_to_install_Drupal> http://fedoraproject.org/wiki/How_to_install_Drupal All the points till Druapl Setup step no 7 are done. But what about installing using in step 8. No idea about how to use localhost. i did <http://localhost/sites> http://localhost/sites but nothing happened. If someone can share where i'm going wrong. Thanks. On Wed, Jun 29, 2011 at 11:22 PM, chetan patil < <mailto:chtpatil@gmail.com> chtpatil@gmail.com> wrote: Thanks. I did everything correct. Now, I'm not getting how to start installtion from browser.?? Thanks On Wed, Jun 29, 2011 at 6:13 PM, Jamie Holly < <mailto:hovercrafter@earthlink.net> hovercrafter@earthlink.net> wrote: 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@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@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 -- [ Drupal support list | <http://lists.drupal.org/> http://lists.drupal.org/ ] -- Chetan Arvind Patil, +919970018364 -- Chetan Arvind Patil, +919970018364
From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Kevin Roberts Sent: Wednesday, June 29, 2011 1:00 PM To: support@drupal.org Subject: [support] FW: FW: FW: FW: Error While following INSTALmysql, txt for Drupal 7.2 From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Kevin Roberts Sent: Wednesday, June 29, 2011 12:48 PM To: support@drupal.org Subject: [support] FW: FW: FW: Error While following INSTALmysql, txt for Drupal 7.2 From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Kevin Roberts Sent: Wednesday, June 29, 2011 12:16 PM To: support@drupal.org Subject: [support] FW: FW: Error While following INSTALmysql, txt for Drupal 7.2 From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Kevin Roberts Sent: Wednesday, June 29, 2011 11:46 AM To: support@drupal.org Subject: [support] FW: Error While following INSTALmysql, txt for Drupal 7.2 From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of chetan patil Sent: Wednesday, June 29, 2011 11:03 AM To: support@drupal.org Subject: Re: [support] Error While following INSTALmysql,txt for Drupal 7.2 I'm trying to configure Drupal on my fedora 14 laptop. <http://fedoraproject.org/wiki/How_to_install_Drupal> http://fedoraproject.org/wiki/How_to_install_Drupal All the points till Druapl Setup step no 7 are done. But what about installing using in step 8. No idea about how to use localhost. i did <http://localhost/sites> http://localhost/sites but nothing happened. If someone can share where i'm going wrong. Thanks. On Wed, Jun 29, 2011 at 11:22 PM, chetan patil < <mailto:chtpatil@gmail.com> chtpatil@gmail.com> wrote: Thanks. I did everything correct. Now, I'm not getting how to start installtion from browser.?? Thanks On Wed, Jun 29, 2011 at 6:13 PM, Jamie Holly < <mailto:hovercrafter@earthlink.net> hovercrafter@earthlink.net> wrote: 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@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@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 -- [ Drupal support list | <http://lists.drupal.org/> http://lists.drupal.org/ ] -- Chetan Arvind Patil, +919970018364 -- Chetan Arvind Patil, +919970018364
From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Kevin Roberts Sent: Wednesday, June 29, 2011 1:16 PM To: support@drupal.org Subject: [support] FW: FW: FW: FW: FW: Error While following INSTALmysql, txt for Drupal 7.2 From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Kevin Roberts Sent: Wednesday, June 29, 2011 1:00 PM To: support@drupal.org Subject: [support] FW: FW: FW: FW: Error While following INSTALmysql, txt for Drupal 7.2 From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Kevin Roberts Sent: Wednesday, June 29, 2011 12:48 PM To: support@drupal.org Subject: [support] FW: FW: FW: Error While following INSTALmysql, txt for Drupal 7.2 From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Kevin Roberts Sent: Wednesday, June 29, 2011 12:16 PM To: support@drupal.org Subject: [support] FW: FW: Error While following INSTALmysql, txt for Drupal 7.2 From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Kevin Roberts Sent: Wednesday, June 29, 2011 11:46 AM To: support@drupal.org Subject: [support] FW: Error While following INSTALmysql, txt for Drupal 7.2 From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of chetan patil Sent: Wednesday, June 29, 2011 11:03 AM To: support@drupal.org Subject: Re: [support] Error While following INSTALmysql,txt for Drupal 7.2 I'm trying to configure Drupal on my fedora 14 laptop. <http://fedoraproject.org/wiki/How_to_install_Drupal> http://fedoraproject.org/wiki/How_to_install_Drupal All the points till Druapl Setup step no 7 are done. But what about installing using in step 8. No idea about how to use localhost. i did <http://localhost/sites> http://localhost/sites but nothing happened. If someone can share where i'm going wrong. Thanks. On Wed, Jun 29, 2011 at 11:22 PM, chetan patil < <mailto:chtpatil@gmail.com> chtpatil@gmail.com> wrote: Thanks. I did everything correct. Now, I'm not getting how to start installtion from browser.?? Thanks On Wed, Jun 29, 2011 at 6:13 PM, Jamie Holly < <mailto:hovercrafter@earthlink.net> hovercrafter@earthlink.net> wrote: 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@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@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 -- [ Drupal support list | <http://lists.drupal.org/> http://lists.drupal.org/ ] -- Chetan Arvind Patil, +919970018364 -- Chetan Arvind Patil, +919970018364
From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Kevin Roberts Sent: Wednesday, June 29, 2011 1:46 PM To: support@drupal.org Subject: [support] FW: FW: FW: FW: FW: FW: Error While following INSTALmysql, txt for Drupal 7.2 From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Kevin Roberts Sent: Wednesday, June 29, 2011 1:16 PM To: support@drupal.org Subject: [support] FW: FW: FW: FW: FW: Error While following INSTALmysql, txt for Drupal 7.2 From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Kevin Roberts Sent: Wednesday, June 29, 2011 1:00 PM To: support@drupal.org Subject: [support] FW: FW: FW: FW: Error While following INSTALmysql, txt for Drupal 7.2 From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Kevin Roberts Sent: Wednesday, June 29, 2011 12:48 PM To: support@drupal.org Subject: [support] FW: FW: FW: Error While following INSTALmysql, txt for Drupal 7.2 From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Kevin Roberts Sent: Wednesday, June 29, 2011 12:16 PM To: support@drupal.org Subject: [support] FW: FW: Error While following INSTALmysql, txt for Drupal 7.2 From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Kevin Roberts Sent: Wednesday, June 29, 2011 11:46 AM To: support@drupal.org Subject: [support] FW: Error While following INSTALmysql, txt for Drupal 7.2 From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of chetan patil Sent: Wednesday, June 29, 2011 11:03 AM To: support@drupal.org Subject: Re: [support] Error While following INSTALmysql,txt for Drupal 7.2 I'm trying to configure Drupal on my fedora 14 laptop. <http://fedoraproject.org/wiki/How_to_install_Drupal> http://fedoraproject.org/wiki/How_to_install_Drupal All the points till Druapl Setup step no 7 are done. But what about installing using in step 8. No idea about how to use localhost. i did <http://localhost/sites> http://localhost/sites but nothing happened. If someone can share where i'm going wrong. Thanks. On Wed, Jun 29, 2011 at 11:22 PM, chetan patil < <mailto:chtpatil@gmail.com> chtpatil@gmail.com> wrote: Thanks. I did everything correct. Now, I'm not getting how to start installtion from browser.?? Thanks On Wed, Jun 29, 2011 at 6:13 PM, Jamie Holly < <mailto:hovercrafter@earthlink.net> hovercrafter@earthlink.net> wrote: 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@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@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 -- [ Drupal support list | <http://lists.drupal.org/> http://lists.drupal.org/ ] -- Chetan Arvind Patil, +919970018364 -- Chetan Arvind Patil, +919970018364
From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Kevin Roberts Sent: Wednesday, June 29, 2011 2:16 PM To: support@drupal.org Subject: [support] FW: FW: FW: FW: FW: FW: FW: Error While following INSTALmysql, txt for Drupal 7.2 From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Kevin Roberts Sent: Wednesday, June 29, 2011 1:46 PM To: support@drupal.org Subject: [support] FW: FW: FW: FW: FW: FW: Error While following INSTALmysql, txt for Drupal 7.2 From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Kevin Roberts Sent: Wednesday, June 29, 2011 1:16 PM To: support@drupal.org Subject: [support] FW: FW: FW: FW: FW: Error While following INSTALmysql, txt for Drupal 7.2 From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Kevin Roberts Sent: Wednesday, June 29, 2011 1:00 PM To: support@drupal.org Subject: [support] FW: FW: FW: FW: Error While following INSTALmysql, txt for Drupal 7.2 From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Kevin Roberts Sent: Wednesday, June 29, 2011 12:48 PM To: support@drupal.org Subject: [support] FW: FW: FW: Error While following INSTALmysql, txt for Drupal 7.2 From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Kevin Roberts Sent: Wednesday, June 29, 2011 12:16 PM To: support@drupal.org Subject: [support] FW: FW: Error While following INSTALmysql, txt for Drupal 7.2 From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Kevin Roberts Sent: Wednesday, June 29, 2011 11:46 AM To: support@drupal.org Subject: [support] FW: Error While following INSTALmysql, txt for Drupal 7.2 From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of chetan patil Sent: Wednesday, June 29, 2011 11:03 AM To: support@drupal.org Subject: Re: [support] Error While following INSTALmysql,txt for Drupal 7.2 I'm trying to configure Drupal on my fedora 14 laptop. <http://fedoraproject.org/wiki/How_to_install_Drupal> http://fedoraproject.org/wiki/How_to_install_Drupal All the points till Druapl Setup step no 7 are done. But what about installing using in step 8. No idea about how to use localhost. i did <http://localhost/sites> http://localhost/sites but nothing happened. If someone can share where i'm going wrong. Thanks. On Wed, Jun 29, 2011 at 11:22 PM, chetan patil < <mailto:chtpatil@gmail.com> chtpatil@gmail.com> wrote: Thanks. I did everything correct. Now, I'm not getting how to start installtion from browser.?? Thanks On Wed, Jun 29, 2011 at 6:13 PM, Jamie Holly < <mailto:hovercrafter@earthlink.net> hovercrafter@earthlink.net> wrote: 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@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@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 -- [ Drupal support list | <http://lists.drupal.org/> http://lists.drupal.org/ ] -- Chetan Arvind Patil, +919970018364 -- Chetan Arvind Patil, +919970018364
From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of chetan patil Sent: Wednesday, June 29, 2011 4:40 AM To: support@drupal.org Subject: [support] Error While following INSTALmysql,txt for Drupal 7.2 1) [chetanpatil@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@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
From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Kevin Roberts Sent: Wednesday, June 29, 2011 7:26 AM To: support@drupal.org Subject: [support] FW: Error While following INSTALmysql, txt for Drupal 7.2 From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of chetan patil Sent: Wednesday, June 29, 2011 4:40 AM To: support@drupal.org Subject: [support] Error While following INSTALmysql,txt for Drupal 7.2 1) [chetanpatil@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@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
From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Kevin Roberts Sent: Wednesday, June 29, 2011 11:47 AM To: support@drupal.org Subject: [support] FW: FW: Error While following INSTALmysql, txt for Drupal 7.2 From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Kevin Roberts Sent: Wednesday, June 29, 2011 7:26 AM To: support@drupal.org Subject: [support] FW: Error While following INSTALmysql, txt for Drupal 7.2 From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of chetan patil Sent: Wednesday, June 29, 2011 4:40 AM To: support@drupal.org Subject: [support] Error While following INSTALmysql,txt for Drupal 7.2 1) [chetanpatil@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@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
From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Kevin Roberts Sent: Wednesday, June 29, 2011 12:16 PM To: support@drupal.org Subject: [support] FW: FW: FW: Error While following INSTALmysql, txt for Drupal 7.2 From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Kevin Roberts Sent: Wednesday, June 29, 2011 11:47 AM To: support@drupal.org Subject: [support] FW: FW: Error While following INSTALmysql, txt for Drupal 7.2 From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Kevin Roberts Sent: Wednesday, June 29, 2011 7:26 AM To: support@drupal.org Subject: [support] FW: Error While following INSTALmysql, txt for Drupal 7.2 From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of chetan patil Sent: Wednesday, June 29, 2011 4:40 AM To: support@drupal.org Subject: [support] Error While following INSTALmysql,txt for Drupal 7.2 1) [chetanpatil@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@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
I'm starting to enjoy all the little FW figures lined up. A queue of foxy women or fine wines or possibly friendly waiters. On 29/06/2011 16:47, Kevin Roberts wrote:
*From:*support-bounces@drupal.org [mailto:support-bounces@drupal.org] *On Behalf Of *Kevin Roberts *Sent:* Wednesday, June 29, 2011 12:16 PM *To:* support@drupal.org *Subject:* [support] FW: FW: FW: Error While following INSTALmysql, txt for Drupal 7.2
*From:*support-bounces@drupal.org [mailto:support-bounces@drupal.org] *On Behalf Of *Kevin Roberts *Sent:* Wednesday, June 29, 2011 11:47 AM *To:* support@drupal.org *Subject:* [support] FW: FW: Error While following INSTALmysql, txt for Drupal 7.2
*From:*support-bounces@drupal.org [mailto:support-bounces@drupal.org] *On Behalf Of *Kevin Roberts *Sent:* Wednesday, June 29, 2011 7:26 AM *To:* support@drupal.org *Subject:* [support] FW: Error While following INSTALmysql, txt for Drupal 7.2
*From:*support-bounces@drupal.org [mailto:support-bounces@drupal.org] *On Behalf Of *chetan patil *Sent:* Wednesday, June 29, 2011 4:40 AM *To:* support@drupal.org *Subject:* [support] Error While following INSTALmysql,txt for Drupal 7.2
1)
[chetanpatil@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@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
From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Kevin Roberts Sent: Wednesday, June 29, 2011 12:48 PM To: support@drupal.org Subject: [support] FW: FW: FW: FW: Error While following INSTALmysql, txt for Drupal 7.2 From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Kevin Roberts Sent: Wednesday, June 29, 2011 12:16 PM To: support@drupal.org Subject: [support] FW: FW: FW: Error While following INSTALmysql, txt for Drupal 7.2 From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Kevin Roberts Sent: Wednesday, June 29, 2011 11:47 AM To: support@drupal.org Subject: [support] FW: FW: Error While following INSTALmysql, txt for Drupal 7.2 From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Kevin Roberts Sent: Wednesday, June 29, 2011 7:26 AM To: support@drupal.org Subject: [support] FW: Error While following INSTALmysql, txt for Drupal 7.2 From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of chetan patil Sent: Wednesday, June 29, 2011 4:40 AM To: support@drupal.org Subject: [support] Error While following INSTALmysql,txt for Drupal 7.2 1) [chetanpatil@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@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
From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Kevin Roberts Sent: Wednesday, June 29, 2011 1:00 PM To: support@drupal.org Subject: [support] FW: FW: FW: FW: FW: Error While following INSTALmysql, txt for Drupal 7.2 From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Kevin Roberts Sent: Wednesday, June 29, 2011 12:48 PM To: support@drupal.org Subject: [support] FW: FW: FW: FW: Error While following INSTALmysql, txt for Drupal 7.2 From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Kevin Roberts Sent: Wednesday, June 29, 2011 12:16 PM To: support@drupal.org Subject: [support] FW: FW: FW: Error While following INSTALmysql, txt for Drupal 7.2 From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Kevin Roberts Sent: Wednesday, June 29, 2011 11:47 AM To: support@drupal.org Subject: [support] FW: FW: Error While following INSTALmysql, txt for Drupal 7.2 From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Kevin Roberts Sent: Wednesday, June 29, 2011 7:26 AM To: support@drupal.org Subject: [support] FW: Error While following INSTALmysql, txt for Drupal 7.2 From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of chetan patil Sent: Wednesday, June 29, 2011 4:40 AM To: support@drupal.org Subject: [support] Error While following INSTALmysql,txt for Drupal 7.2 1) [chetanpatil@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@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
From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Kevin Roberts Sent: Wednesday, June 29, 2011 1:16 PM To: support@drupal.org Subject: [support] FW: FW: FW: FW: FW: FW: Error While following INSTALmysql, txt for Drupal 7.2 From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Kevin Roberts Sent: Wednesday, June 29, 2011 1:00 PM To: support@drupal.org Subject: [support] FW: FW: FW: FW: FW: Error While following INSTALmysql, txt for Drupal 7.2 From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Kevin Roberts Sent: Wednesday, June 29, 2011 12:48 PM To: support@drupal.org Subject: [support] FW: FW: FW: FW: Error While following INSTALmysql, txt for Drupal 7.2 From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Kevin Roberts Sent: Wednesday, June 29, 2011 12:16 PM To: support@drupal.org Subject: [support] FW: FW: FW: Error While following INSTALmysql, txt for Drupal 7.2 From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Kevin Roberts Sent: Wednesday, June 29, 2011 11:47 AM To: support@drupal.org Subject: [support] FW: FW: Error While following INSTALmysql, txt for Drupal 7.2 From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Kevin Roberts Sent: Wednesday, June 29, 2011 7:26 AM To: support@drupal.org Subject: [support] FW: Error While following INSTALmysql, txt for Drupal 7.2 From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of chetan patil Sent: Wednesday, June 29, 2011 4:40 AM To: support@drupal.org Subject: [support] Error While following INSTALmysql,txt for Drupal 7.2 1) [chetanpatil@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@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
From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Kevin Roberts Sent: Wednesday, June 29, 2011 1:46 PM To: support@drupal.org Subject: [support] FW: FW: FW: FW: FW: FW: FW: Error While following INSTALmysql, txt for Drupal 7.2 From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Kevin Roberts Sent: Wednesday, June 29, 2011 1:16 PM To: support@drupal.org Subject: [support] FW: FW: FW: FW: FW: FW: Error While following INSTALmysql, txt for Drupal 7.2 From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Kevin Roberts Sent: Wednesday, June 29, 2011 1:00 PM To: support@drupal.org Subject: [support] FW: FW: FW: FW: FW: Error While following INSTALmysql, txt for Drupal 7.2 From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Kevin Roberts Sent: Wednesday, June 29, 2011 12:48 PM To: support@drupal.org Subject: [support] FW: FW: FW: FW: Error While following INSTALmysql, txt for Drupal 7.2 From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Kevin Roberts Sent: Wednesday, June 29, 2011 12:16 PM To: support@drupal.org Subject: [support] FW: FW: FW: Error While following INSTALmysql, txt for Drupal 7.2 From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Kevin Roberts Sent: Wednesday, June 29, 2011 11:47 AM To: support@drupal.org Subject: [support] FW: FW: Error While following INSTALmysql, txt for Drupal 7.2 From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Kevin Roberts Sent: Wednesday, June 29, 2011 7:26 AM To: support@drupal.org Subject: [support] FW: Error While following INSTALmysql, txt for Drupal 7.2 From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of chetan patil Sent: Wednesday, June 29, 2011 4:40 AM To: support@drupal.org Subject: [support] Error While following INSTALmysql,txt for Drupal 7.2 1) [chetanpatil@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@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
participants (5)
-
chetan patil -
Jamie Holly -
Kevin Roberts -
Neil Coghlan -
tony maciejowski