• 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!
  • 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.

Can I install sitebuilder mysql database on another server?

I

isabel.estevao

Guest
Hi,

I would like to known if I can install sitebuilder mysql database on one server and the sitebuilder directory on another server?

The server with sitebuilder directory has the following components installed:

1) mysql-client
2) mysql-shared
3) php5-mysql
4) mysql-devel
5) perl-DBD-mysql

When I try to install sitebuilder-4.2.0 it gives me the following error:

error: Failed dependencies:
perl-DBD-mysql is needed by sitebuilder-core-4.2.0-suse101.build08030317.x86_64
mysql is needed by sitebuilder-core-4.2.0-suse101.build08030317.x86_64


Need help.



Regards

Isabel Estêvão
 
It is possible to have Sitebuilder installed on one server and database located on different server configuration. Actually, package sitebuilder-core has following requirements:

# rpm -qR sitebuilder-core
/bin/sh
/bin/sh
httpd
libc.so.6
libc.so.6(GLIBC_2.0)
libc.so.6(GLIBC_2.1)
libc.so.6(GLIBC_2.1.3)
libc.so.6(GLIBC_2.3)
libexpat.so.0
mysql-server
perl-DBD-MySQL
php5-ioncube-php52
php5sb >= 5.2.1
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
sitebuilder-selinux >= 1.0

As you can see mysql-server required in this case. There are two ways for resolving this:

1. Install mysql-server package, install Sitebuilder itself and configure it with help of 'sb_config' to use different server mysql database:

# sb_config --help|grep MySQL
--db_host MySQL database remote host [localhost]
--db_port MySQL database remote port [3306]
--db_admin_name MySQL administrator username [root]
--db_admin_passwd MySQL administrator password

2. Install Sitebuilder packages manually with '--nodeps' option and after that configure it to use different database server with 'sb_config' utility.
 
Back
Top