kishor10d / Admin-Panel-User-Management-using-CodeIgniter

Admin Panel User Management Demo - CodeIgniter + AdminLTE Theme
http://cias.codeinsect.com
GNU General Public License v3.0
338 stars 241 forks source link

How do i change username and password for the mysql #23

Closed ghost closed 6 years ago

ghost commented 6 years ago

How do i change username and password for the mysql

kishor10d commented 6 years ago

@magnus505 : Are you asking for changing of username and password of your mysql server? Here is the link. https://stackoverflow.com/questions/20562648/how-to-change-username-and-password-of-mysql.

If you want to know about the current project then here is the code for generating password with password hashing in PHP ;

password_hash($your_password, PASSWORD_DEFAULT);

This line will generate hashed password for you, you can copy and paste it in the tbl_user.