Sun MySQL Logo

Related Topics:

A
Anonymous Posted on Apr 16, 2014

ERROR 1045 (28000): Access denied for user 'owncloud'@'localhost' (using password: YES) in ubuntu

  • Tim Hofstetter
    Tim Hofstetter Jul 28, 2014

    Your question is...?

×

4 Related Answers

Anonymous

  • 32 Answers
  • Posted on Jul 27, 2008

SOURCE: MySQL Error Messeage

When you install MySQL for the first time, no password is set for root user.
Move to the installation directory of mysql (cd/usr/local/mysql) Set the password for user, using the following command -
./bin/mysqladmin -u <username> password

Enter your password. Then you can connect to the mysql client as
./bin/mysql -u <username> -p <password>

Ad

Anonymous

  • 5 Answers
  • Posted on Sep 29, 2008

SOURCE: MYSQL Access denied

Hi Buddy,

Try this option....

mysql -u root -p

mysql will then ask you for the password give the proper password.

For changing mysql root password

mysqladmin -u root -p password <<newpwd>>

then mysql ask you to give password this is the old password and now the new password for the root will be newankush.

Anonymous

  • 7 Answers
  • Posted on May 13, 2009

SOURCE: I removed the password in phpmyadmin as i was

this might be what you are looking forr http://rudyegenias.wordpress.com/2006/09/15/enabling-phpmyadmin-once-you-change-permission-or-privileges-on-mysql-database/

Anonymous

  • 1462 Answers
  • Posted on Nov 28, 2010

SOURCE: MySQL Error Number 1045 Access denied

Hi,

If a personal firewall is running on your machine, please make sure you have opened the TCP port 3306 for connections. Otherwise no client application can connect to the server. After you have opened the port please press [Retry] to apply the security settings.

If you are re-installing after you just uninstalled the MySQL server please note that the data directory was not removed automatically. Therefore the old password from your last installations is still needed to connect to the server. In this case please select skin now and re-run the Configuration Wizard from the start menu.


Please revert me, if you need more assistance, i would be very glad to assist you more.
If you were satisfied with the solution please rate this sollution.

Thanks For using FixYa!
Vinod Kumar J

Ad

Add Your Answer

×

Uploading: 0%

my-video-file.mp4

Complete. Click "Add" to insert your video. Add

×

Loading...
Loading...

Related Questions:

0helpful
1answer

Can't access my website WP admin

is the web site you use on localhost or is it on webhost provider?
if is it on localhost go to phpmy admin access you website database , go to user table, and see your username , copy the MD5 password (a lot of special characters) under fiels user_pass go to this site type password in input field and it will generate you a password , copy that password to user_pass field in table users and save .... log in to jour wp wed site http://pajhome.org.uk/crypt/md5/
1helpful
1answer

Warning: mysqli::mysqli(): (HY000/1045): Access denied for user 'root'@'localhost' (using password: YES)

Open up the PHP Config File Config.php (File name can vary) where the MySQL DB connection details are entered.
Change the machine source name, user name and password as per the current system config.
If still not fixing, go to the PHP line causing the issue and echo the connection details, and see if correct values are there.
0helpful
1answer

Cannot connect root@localhost error 1045

This is an access denied error. If you have specified a root password during install, you must supply it when you connect, e.g.:
mysql -p
will prompt you for the password.
Aug 23, 2011 • Sun MySQL
0helpful
1answer
0helpful
1answer

MySQL Error Number 1045 Access denied for user 'root'@'localhost' (using password: NO) If you want to check the network connection, please click the Ping button. That is the message i get when i...

Hi,

If a personal firewall is running on your machine, please make sure you have opened the TCP port 3306 for connections. Otherwise no client application can connect to the server. After you have opened the port please press [Retry] to apply the security settings.

If you are re-installing after you just uninstalled the MySQL server please note that the data directory was not removed automatically. Therefore the old password from your last installations is still needed to connect to the server. In this case please select skin now and re-run the Configuration Wizard from the start menu.


Please revert me, if you need more assistance, i would be very glad to assist you more.
If you were satisfied with the solution please rate this sollution.

Thanks For using FixYa!
Vinod Kumar J
Nov 28, 2010 • Sun MySQL
0helpful
1answer
0helpful
1answer

I removed the password in phpmyadmin as i was using root/root Now nothing is working. I am using mamp Access denied for user 'root'@'localhost' (using password: YES

this might be what you are looking forr http://rudyegenias.wordpress.com/2006/09/15/enabling-phpmyadmin-once-you-change-permission-or-privileges-on-mysql-database/

May 12, 2009 • Sun MySQL
1helpful
2answers

MYSQL Access denied

Hi Buddy,

Try this option....

mysql -u root -p

mysql will then ask you for the password give the proper password.

For changing mysql root password

mysqladmin -u root -p password <<newpwd>>

then mysql ask you to give password this is the old password and now the new password for the root will be newankush.
Sep 10, 2008 • Sun MySQL
18helpful
4answers

MySQL Error Messeage

When you install MySQL for the first time, no password is set for root user.
Move to the installation directory of mysql (cd/usr/local/mysql) Set the password for user, using the following command -
./bin/mysqladmin -u <username> password

Enter your password. Then you can connect to the mysql client as
./bin/mysql -u <username> -p <password>
Jul 27, 2008 • Sun MySQL
Not finding what you are looking for?

97 views

Ask a Question

Usually answered in minutes!

Top Sun Computers & Internet Experts

Rob Hill
Rob Hill

Level 3 Expert

1480 Answers

k24674

Level 3 Expert

8093 Answers

Sean Wright
Sean Wright

Level 3 Expert

2045 Answers

Are you a Sun Computer and Internet Expert? Answer questions, earn points and help others

Answer questions

Manuals & User Guides

Loading...