Jump to content

Recommended Posts

Posted

So i have been searching for a way to secure the mysql password in the php.ini, but i can only find difficult ways on how to do it.

 

Anyone got an easy step by step on how to make the mysql password in the php.ini file?

 

I have heard that hash is the easiest way to go, but how does it comunicate with the mysql sever with just random signs? is there more i gotta do for the hash to work?

  • FPCH Admin
Posted

I've never used php.ini to store mysql user info and password. php.ini is not accessible uless you have php setup in the webroot so that should be secure in itself. If you plan on sharing the box with other users that have admin access, not a good idea, then it would be a good idea to encrypt it.

I have never done it so I can't help with this.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...