I use in one of my projects a php file to connect to my sqldatabase , all users connect to the database from this phpfile with one mysql user.
Should I create multiple php files to separate tasks within the app ?
The php connects with relation to one user defined in mysql database ,is there enough to use one user for all connections or I should create more users for each php file ?
Thank you
Should I create multiple php files to separate tasks within the app ?
The php connects with relation to one user defined in mysql database ,is there enough to use one user for all connections or I should create more users for each php file ?
Thank you