hi guys i want to set password to mysql database please help me out
extemer -17 Junior Poster Banned
Recommended Answers
Jump to Posttry
mysql> update user set password=PASSWORD('yournewpassword') where User='username';
All 3 Replies
Reply to this topic Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.