My problem is that i want to make updates on my database in mysql using php. To do this i have to open a conection to mysql server using php. But to do this i use the command:
mysql_pconnect(localhost,user,password). this php file has permissions 711. But this way, "anyone using my server and other people" can see my password, by editing the file. And if i use no password with my sql database, it's even worst, right? Can someone help me ?? thanks
Pedro Vasconcelos
mysql_pconnect(localhost,user,password). this php file has permissions 711. But this way, "anyone using my server and other people" can see my password, by editing the file. And if i use no password with my sql database, it's even worst, right? Can someone help me ?? thanks
Pedro Vasconcelos