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.
- 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?
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.