Forum     

Go Back   Digit Technology Discussion Forum > Software > Programming
Register FAQ Calendar Mark Forums Read

Programming The destination for developers - C, C++, Java, Python and the lot


Reply
 
LinkBack Thread Tools Display Modes
Old 06-01-2011, 08:07 PM   #1 (permalink)
Bazinga!!!!!
 
sanoob.tv's Avatar
 
Join Date: May 2009
Location: koottanad,kerela
Posts: 159
Exclamation need help with mysql


i hav been tryin to place a password for my mysql database,bt i awlways gets this error

ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that
corresponds to your MySQL server version for the right syntax to use near 'use mysql

the code is:
mysql> use mysql
Database changed
mysql> UPDATE user
-> SET Password=PASSWORD<'nanana'>
-> WHERE user='root' ;

can any one tell whts wrong???
sanoob.tv is offline   Reply With Quote
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 06-01-2011, 11:38 PM   #2 (permalink)
XLr8
 
arpanmukherjee1's Avatar
 
Join Date: Sep 2008
Posts: 637
Default Re: need help with mysql

try using
Quote:
mysql> UPDATE mysql.user SET Password = PASSWORD('newpwd')
-> WHERE User = '';
mysql> FLUSH PRIVILEGES;
ref: http://dev.mysql.com/doc/refman/5.0/...rivileges.html
__________________
Quote:
There are more things in heaven and earth, Horatio,
Than are dreamt of in your philosophy.
arpanmukherjee1 is offline   Reply With Quote
Old 08-01-2011, 11:09 AM   #3 (permalink)
Bazinga!!!!!
 
sanoob.tv's Avatar
 
Join Date: May 2009
Location: koottanad,kerela
Posts: 159
Default Re: need help with mysql

tried that too,doesnt seem to work

i was learning mysql from a tutorial(lynda.com),in thw video the guy changes his password,but when i try to do the same it gives the error

thnks for the effort
sanoob.tv is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


 
Latest Threads
- by Charan
- by Charan

Advertisement




All times are GMT +5.5. The time now is 03:25 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2