Using XAMPP server is it secure to make account in mysql database ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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 .

24th Aug 2022, 10:42 AM
parajal12
parajal12 - avatar
4 Answers
+ 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
24th Aug 2022, 5:22 PM
parajal12
parajal12 - avatar
+ 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/
25th Aug 2022, 2:15 AM
Ipang
+ 1
Hi ... Is this about MySQL built-in user account management, or is this about a user table in your own database?
24th Aug 2022, 1:40 PM
Ipang
+ 1
Thank youIpang
25th Aug 2022, 5:05 AM
parajal12
parajal12 - avatar