• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.

db_admin_name is not being not changed

V

vma

Guest
Hello,

I have a fresh install of SiteBuilder 4.5 and I am having problems to configure it.

I am trying to change the admin name for my database. I am using a name different as root. The command:

# sb_config --db_admin_name adminuser --db_admin_passwd ********

Returns with:

Logs saved to /usr/local/sitebuilder/tmp/sb_config-0902170651.log

But, then, when I try to change --sb_db_admin_name, sb_config returns with the message:

[FATAL] Could not connect to database: Access denied for user 'root'@'localhost' (using password: NO)

I understand as per my 1st command SiteBuilder should be using adminuser as the user and the password I provided instead NO password.

Any idea?

Thanks in advance

Victor Marquez
 
UPDATE:

Just loged-in to my database server and found that sitebuilder3 database has been created. Also, there is a new user 'sitebuilder_db'.

So, SiteBuilder used it's own user / password / database name. Now I am not sure if didi this when I instructed sb to use an specific user/password for db admin or if did it before, during the rpm install.

I'd like to use my own parameters for database name / user / password.

Thank you

Victor Marquez
 
It looks like default values were not updated for MySQL admin user name and password. You can check it by running 'sb_config --help'.

Try to update following values with Mysql admin user and password in /usr/local/sitebuilder/utils/SB/Defaults.pm file (safe this file, just in case, before any modifications):

'db_admin_name' => "root",
'db_admin_passwd' => "",

After that run the command one more time.
 
Back
Top