MySQL password changer

Discussion in 'Server Operation' started by patman, Jun 23, 2010.

  1. patman

    patman New Member

    Hi. I'm looking for a tool that allows users to change in easy way their own password in database mysql, table user. The tool should have GUI and work on Windows. Does anyone know something like that? Txh.
     
  2. KZeeSoft

    KZeeSoft New Member

    - The best thing to do in that situation would be to create your own simple web application in PHP (or other SSScript) to do what you want it to do. The GUI can be done with simple html forms, and the database functions can be accomplished via PHP.

    - If not, you can create MySQL users and databases for them via ISPConfig and then grant them access.

    - What about using PHPMyAdmin?
     
  3. patman

    patman New Member

    Thx a lot for your suggestion, it looks quite reasonable. Although I've got a little experience in php, i'm going to try this solution.
     
  4. itvietnam

    itvietnam New Member

    Navicat is good tool for you :)
     

Share This Page