{% extends 'base.html' %} {% block content %}

{{ _('Remote MySQL access gives you the ability to connect to a MySQL database on this server from a another (remote) device or location over the internet.') }}

{% if remote_mysql_display == 'ON' %}

{{ _('Enabled<') }}/h3> {% elif remote_mysql_display == 'OFF' %}

{{ _('Disabled') }}

{% else %}

{{ _(' Unknown. Contact Administrator.') }}

{% endif %}
{% if remote_mysql_display == 'ON' %}

{{server_ip}}


{{container_port}}

{{ _('*Port is random generated and unique to your account.') }}
{% elif remote_mysql_display == 'OFF' %} {% else %} {% endif %}
{% if remote_mysql_display == 'OFF' %}
{{ _('Important Security Notice') }}

{{ _('Allowing remote MySQL access opens your database to connections from the entire internet, which may pose a security risk. Please consider the following:') }}

  • {{ _('Security Vulnerabilities') }}: {{ _('Allowing access from the web can expose your database to potential security vulnerabilities, increasing the risk of unauthorized access, data breaches, and data loss.') }}
  • {{ _('Data Privacy') }}: {{ _('Your sensitive data may be at risk if not properly secured. Make sure to use strong passwords and encryption to protect your information.') }}
  • {{ _('Firewall and Access Control') }}: {{ _('It is crucial to set up robust firewall rules and access control to restrict connections only to trusted IP addresses.') }}
  • {{ _('Regular Backups') }}: {{ _('Ensure that you have regular database backups in place to recover data in case of any security incidents.') }}

{{ _("Before enabling remote MySQL access, please review your security settings, and consider the potential risks carefully. If you're unsure about the security implications or need assistance, consult with your system administrator or a security expert.") }}

{{ _('Your data security is important to us, and we recommend taking the necessary precautions to protect it.') }}

{% endif %} {% endblock %}