Following a successful trial period Ive decided to move this product from a development/testing environment to a live environment, but I'm having some trouble.
The "old" setup was a local linux server talking to its own "localhost" MySQL database. This worked great.
To ensure security of login to myDBR during the The current plan is run the php installation files on this local server and connect to the live MySQL server (an Amazon instance).
After a little mucking around with user priviledges, the re-install script completed and the login screen is shown. However, I cannot seem to log in.
I am using the standard dba/dba login, and I've checked that this is correct in the live user database (user: dba, password: md5 hash of dba).
I noticed some old threads pointing out that permissions need to be modified. Up until then I was using Windows and Webmin/MySQL Workbench, so I jumped onto putty.
I logged onto the server and looked at the system. I currently have folders which follow the pattern:
- mydbr_dev
- mydbr_live
They had the same owner and permissions, yet dev works and live doesn't. Just to be sure about this, I chowned them to apache (verified as the process owner), and to double bruteforce the answer, I then did chmod and set it to 777.
None of these items have fixed it: I'm still getting "username not found".
To do a final check, I manually inputted a user into the DB. This also fails login.
Are there any other gotchas you guys know about?
Cheers
Rick