Creating a User in mysql database.

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
Stephan1992
Posts: 25
Joined: Tue Oct 12, 2010 3:16 pm

Creating a User in mysql database.

Post by Stephan1992 »

Script URL:
Version of script:
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:

Write your message below:\
Hi. I ( by accident ) deleted the administrator (default ) account in MySQL.
Now, I can't get in HESK to create a new user. Therefore i really would like to know how to create a user in mysql. If i just press Insert, and fill in the form:
id: 1, user: TEST, pass: test2, isadmin: 1, name: Testaccount.
Then when i try to login to hesk in the administration panel, i get an invalid password error.

Any help would be appreciated!
Klemen
Site Admin
Posts: 10143
Joined: Fri Feb 11, 2005 4:04 pm

Re: Creating a User in mysql database.

Post by Klemen »

The passwords are encoded, enter this as the password then use password admin to login:

Code: Select all

499d74967b28a841c98bb4baaabaad699ff3c079
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Stephan1992
Posts: 25
Joined: Tue Oct 12, 2010 3:16 pm

Re: Creating a User in mysql database.

Post by Stephan1992 »

Thank you,

it all works just fine again.

greets
Post Reply