0
Using XAMPP server is it secure to make account in mysql database ?
I made an account and created a password for it.I want to know is it safe even though password ia there.What are the ways to make it more secure? I am using VS code and using php and sql to connect to database .
4 odpowiedzi
+ 2
I made a database then created a user account, by sqli query if i want to connect database and server ,i have to give server name username ,password and dbname . So just wanted to know that is it secure aur no?Ipang
+ 2
As I understand it, PHP files are not directly readable or downloadable cause it's a back-end.code. Only code generated output is downloaded by client side agent (web browser etc.).
I'm no security expert so I'll just pass you a link to a relevant resource
https://docs.php.earth/security/intro/
+ 1
Hi ... Is this about MySQL built-in user account management, or is this about a user table in your own database?
+ 1
Thank youIpang