Since I am on a shared server the mysql usernames must begin with my hosting username. Example: larson_root is what defaults when I enter root into username field.
Can you tell me which file to modify to change username to larson_root?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Since I am on a shared server the mysql usernames must begin with my hosting username. Example: larson_root is what defaults when I enter root into username field.
Can you tell me which file to modify to change username to larson_root?
Are you wanting to change the username for the mysql authentication or for the root user of phpidis?
If for mysql authentication look in config.inc.php
If you want to change the username of root within phpidis you will have to go through each file and replace 'root' with whatever username you want.