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.
|