Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by antechinus

  1. antechinus

    root password created without password() function

    I have just created a root password in MySQL without using the PASSWORD function. in the user table i put in a root password, like this..... mysql> UPDATE user SET Password='new_password' WHERE user='root'; mysql> FLUSH PRIVILEGES; Now i am denied access. How do start the mysql...

Part and Inventory Search

Back
Top