Running rstmailinglists.com/seotoaster/install
Error message: SQLSTATE[42000] [1044] Access denied for user 'mailing'@'%' to database 'toaster'
I am using Sentora as a web hosting application (similar to cPanel/WHM), and have successfully installed SeoToaster on one domain (rsthost.com/seotoaster). The error occurred while trying to install SeoToaster on a second domain.
Installing Sentora automatically does everything described on
https://www.seotoaster.com/seotoaster-ubuntu-vps-installation.html down to the Download SeoToaster section. I then did:
-------------------
[user]$ sudo cd /opt && wget
https://www.seotoaster.com/downloads/seotoaster.v2.5.0.zip
[user]$ sudo unzip seotoaster.v2.5.0.zip -d seotoaster
[user]$ sudo mv seotoaster /var/www/html/seotoaster
Set user permissions
[user]$ sudo chown www-data:www-data -R /var/www/html/seotoaster/
-------------------
Location of each installation:
/var/sentora/hostdata/rsthost/public_html/seotoaster -- the one that works.
/var/sentora/hostdata/mailing/public_html/seotoaster
... so there shouldn't be a conflict.
I had previously set up the database username and password account within Sentora, so that wouldn't be the problem.
Do you suppose there is something going on within SeoToaster that is not allowing two installations to run on the same server in the Sentora environment? I hope not!!
Might there be some system "master" cache folder somewhere, besides the cache for each installation, that needs to be cleared?