[Ilugc] error in running mysql in ubuntu ?

2010-05-12 Thread jaya kumar
p...@ubuntu:~$ mysql -u root -p
Enter password:
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using
password: YES)
p...@ubuntu:~$


i tried in all ways y mysql not working in ubuntu ? can any one help to
solve this issue

friends i tried in all ways but it cannot logged in

whenever i typed mysql in terminal it showing

ERROR 1045 (28000): Access denied for user 'pa1'@'localhost' (using
password: NO)



if i uninstall mysql and if i reinstall mysql is it work it out correctly
friends please suggest me ?


how can i give access permissions to my user id ---pa1 ?

even iam saving the content in text pad it asking access permission denied

Could not save the file /var/www/kk.php.
You do not have the permissions necessary to save the file.
 Please check that you typed the location correctly and try again.
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] error in running mysql in ubuntu ?

2010-05-12 Thread Ravi Jaya
On Thu, May 13, 2010 at 9:09 AM, jaya kumar wrote:

> p...@ubuntu:~$ mysql -u root -p
> Enter password:
> ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using
> password: YES)
> p...@ubuntu:~$
>
>From above error message is generated when you try to login into the mysql
with the wrong password. The link to the MySQl error code is mentioned below
[1]

Solution: I am not sure whether you forgot the root password or you are
trying out the wrong password with a typo. What ever  it may be. The simple
solution is to reset the password for the root account of  the Mysql [2] .






[1]
http://dev.mysql.com/doc/refman/5.1/en/error-messages-server.html#error_er_access_denied_error

[2] http://www.dotkam.com/2007/04/10/mysql-reset-lost-root-password/



-- 
Ravi Jaya

Mobile: +91 97909 16181
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] error in running mysql in ubuntu ?

2010-05-12 Thread kish
On Thu, May 13, 2010 at 10:22 AM, Ravi Jaya  wrote:
> On Thu, May 13, 2010 at 9:09 AM, jaya kumar wrote:
>
>> p...@ubuntu:~$ mysql -u root -p
>> Enter password:
>> ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using
>> password: YES)
>> p...@ubuntu:~$

http://dev.mysql.com/doc/refman/5.1/en/server-options.html#option_mysqld_skip-grant-tables

I remember using something like this before.
Understand it fully before  you try.

Hope it helps

--Kish
---
Esse Quam Videri
krisk.wordpress.com
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc