[%
USE Whostmgr;
USE JSON;
USE String;
SET stylesheets = [
Whostmgr.find_file_url('/templates/mysqlhost/index.css')
];
SET PAGE_BASE = '/scripts5/mysqlhostconfig/';
WRAPPER 'master_templates/master.tmpl'
app_key = 'manage_mysql_profiles'
header = locale.maketext('Manage [asis,MySQL®] Profiles'),
breadcrumburl = PAGE_BASE,
base = PAGE_BASE,
stylesheets = stylesheets,
theme='bootstrap';
%]
[% locale.maketext("This feature allows you to create and manage [asis,MySQL] profiles. A [asis,MySQL] profile defines the connection information for a local or remote [asis,MySQL] server. A remote [asis,MySQL] server can be useful for high traffic hosts or servers with large databases because it allows you to offload [asis,MySQL]-related work.") %]
[% locale.maketext("After you configure the remote server, you must manually transfer your existing [asis,MySQL] data and configure your accounts’ applications to use the remote database server.") %]
[% PROCESS 'master_templates/cjt2_header_include.tt' %]
[% END %]