Results 1 to 7 of 7
Hybrid View
-
5th Feb 2011, 10:03 AM #1OPMember
Mysql error 1045(28000)
i recently baught a vps from veeble.org
4-core processor
2gb ram
150gb hd
centos
im getting this error when i try to acess mysql
ERROR 1045 (28000): Access denied for user (Using password: YES)
even when i login from root ,
pls help me here
pm me for more details or reply here , i need this help urgent
thanks in advancecooldude9119 Reviewed by cooldude9119 on . Mysql error 1045(28000) i recently baught a vps from veeble.org 4-core processor 2gb ram 150gb hd centos im getting this error when i try to acess mysql ERROR 1045 (28000): Access denied for user (Using password: YES) Rating: 5
-
5th Feb 2011, 01:25 PM #2Respected MemberWebsite's:
DL4Everything.com Soft2050.inyour datbase settings are not correct
Means, your username/password or dbname is wrong.
Change your databse name, user pass in your script and server also.
-
5th Feb 2011, 04:41 PM #3Respected Member
1) Login to mysql server, type following command at shell prompt:
mysql -u root -p
mysql> use mysql;
mysql> update user set password=PASSWORD("NEWPASSWORD") where User='Your_USERname';
mysql> flush privileges;
mysql> quit
-
5th Feb 2011, 05:47 PM #4OPMember
-
7th Feb 2011, 06:38 PM #5OPMember
-
7th Feb 2011, 08:41 PM #6Banned
best downloading your sql and files then reinstall then upload again
-
8th Feb 2011, 05:14 PM #7Respected Member
You have pm.
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
MySQL error
By Funny in forum Web Development AreaReplies: 6Last Post: 27th Oct 2012, 01:56 PM -
Database error-mysql error
By saini in forum vBulletinReplies: 8Last Post: 8th Nov 2011, 06:54 AM -
MYSQL Error while Import via MYSQL Dumper (Error
By desibreaker in forum Server ManagementReplies: 10Last Post: 5th Aug 2011, 07:26 PM -
MySQL Error
By bxflow in forum Web Development AreaReplies: 32Last Post: 27th Jun 2010, 05:56 PM -
MySQL error
By mash-e1 in forum Webmaster DiscussionReplies: 2Last Post: 28th Mar 2009, 12:12 PM
themaCreator - create posts from...
Version 3.45 released. Open older version (or...