• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

subdomain mySQL Joomla error

C

cgraham149

Guest
Description:

For some reason I am getting a username password error when Joomla tries to connect to mySQL from my subdomain "alumni.domain.com" using the created user account for that DB. However, I CAN connect using the MASTER Plesk mySQL account, which I don't want to do.

Here are my settings in Plesk:

subdomain: alumni.domain.com
mySQL DB: joomla_alumni
mySQL user: alumni_admin
mySQL pwd: user123

Here are my settings in Joomla - that do NOT work:

host: localhost
mySQL DB: joomla_alumni
mySQL user: alumni_admin
mySQL pwd: user123

For security reasons, I would prefer not to have my master mySQL pwd in the Joomla configuration.php file, but it works if I do.

Here are my settings in Joomla - that DO work:

host: localhost
mySQL DB: joomla_alumni
mySQL user: pleskMasterAdmin
mySQL pwd: user456

My Environment:

RH 9
Plesk 7.5.4
mySQL 4.1.18
PHP 4.3.2

I have tried but with no success...

Code:
grant all on joomla_alumni.* to alumni_admin@localhost identified by 'user123';

and

Code:
grant all on joomla_alumni.* to [email][email protected][/email] identified by 'user123';

So, now I turn to you to see if someone might have figured this one out already. I am at a loss as to why this is happeneing. I am pretty sure it has to do with mySQL user permissions, but what I have tried has not worked.

Thanks in advance for any help.
 
Back
Top