HELP ... I cann't update my database

  • Thread starter Thread starter Anonymous
  • Start date Start date
A

Anonymous

Guest
drew said:
Should I be adding my users to the mysql.user table as well as mydatabase.user table?

Don't manipulate these tables by hand. You're liable to seriously screw things up. Use GRANT and REVOKE to manage user priveledges.
 
Are you using any database program like mySQL-Front or myphpAdmin??
 
Back
Top