View Single Post
  #6 (permalink)  
Old 12-17-2007, 02:24 PM
walkerasindave walkerasindave is offline
Member
 
Join Date: Mar 2007
Location: Bristol, UK
Posts: 32
Default

For security your database should have a username and password. Otherwise anyone can connect to it and retrieve/submit data. Also if you're storing any personal information on the database its a legal requirement that it is secured.

If you're currently using no username and password then your code will have to be modified because whuk requires database servers/databases to have a username and password.
Reply With Quote