• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Problem with upgrade (3 for 4)

R

rafael_berto

Guest
We make upgrade to the 4 version, but presents this error.

Internal SiteBuilder error.
File: /usr/local/sitebuilder/include/Zend/Zend/Db/Adapter/Pdo/Abstract.php; Line: 111
Message: SQLSTATE[28000] [1045] Access denied for user 'sitebuilder_db'@'localhost' (using password: YES); Code: 0


We tried to adjust password and user at the mysql, but the error persists.

We need help...

Thanks
 
try running
Code:
sb_config \
--sb_db_user_passwd=<sitebuilder_user_password> \
--sb_db_user_name=sitebuilder3 \
--db_admin_name=root \
--db_admin_passwd=<mysql_admin_password>
 
All available options for 'sb_config' utility you can check with '--help' key:

# sb_config --help

Try to define proper login and password for Mysql database, so Sitebuilder could connect to database and perform necessary actions.
 
Back
Top