Linux vmi284606.contaboserver.net 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
Apache/2.4.57 (Ubuntu)
: 167.86.127.34 | : 216.73.217.31
Cant Read [ /etc/named.conf ]
7.2.24-0ubuntu0.18.04.17
root
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
phpmyadmin /
html /
_sources /
[ HOME SHELL ]
Name
Size
Permission
Action
config.rst.txt
94.58
KB
-rw-r--r--
config.txt
94.58
KB
-rw-r--r--
copyright.rst.txt
1.86
KB
-rw-r--r--
copyright.txt
1.86
KB
-rw-r--r--
credits.rst.txt
26.16
KB
-rw-r--r--
credits.txt
26.16
KB
-rw-r--r--
developers.rst.txt
380
B
-rw-r--r--
developers.txt
380
B
-rw-r--r--
faq.rst.txt
90.08
KB
-rw-r--r--
faq.txt
90.08
KB
-rw-r--r--
glossary.rst.txt
11.88
KB
-rw-r--r--
glossary.txt
11.88
KB
-rw-r--r--
import_export.rst.txt
1.1
KB
-rw-r--r--
import_export.txt
1.1
KB
-rw-r--r--
index.rst.txt
561
B
-rw-r--r--
index.txt
561
B
-rw-r--r--
intro.rst.txt
2.59
KB
-rw-r--r--
intro.txt
2.59
KB
-rw-r--r--
other.rst.txt
522
B
-rw-r--r--
other.txt
522
B
-rw-r--r--
privileges.rst.txt
3.24
KB
-rw-r--r--
privileges.txt
3.24
KB
-rw-r--r--
require.rst.txt
1.55
KB
-rw-r--r--
require.txt
1.55
KB
-rw-r--r--
setup.rst.txt
29.15
KB
-rw-r--r--
setup.txt
29.15
KB
-rw-r--r--
transformations.rst.txt
6.28
KB
-rw-r--r--
transformations.txt
6.28
KB
-rw-r--r--
user.rst.txt
117
B
-rw-r--r--
user.txt
117
B
-rw-r--r--
vendors.rst.txt
1.18
KB
-rw-r--r--
vendors.txt
1.18
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : require.rst.txt
.. _require: Requirements ============ Web server ---------- Since phpMyAdmin's interface is based entirely in your browser, you'll need a web server (such as Apache, nginx, :term:`IIS`) to install phpMyAdmin's files into. PHP --- * You need PHP 5.5.0 or newer, with ``session`` support, the Standard PHP Library (SPL) extension, JSON support, and the ``mbstring`` extension. * To support uploading of ZIP files, you need the PHP ``zip`` extension. * You need GD2 support in PHP to display inline thumbnails of JPEGs ("image/jpeg: inline") with their original aspect ratio. * When using the cookie authentication (the default), the `openssl <https://www.php.net/openssl>`_ extension is strongly suggested. * To support upload progress bars, see :ref:`faq2_9`. * To support XML and Open Document Spreadsheet importing, you need the `libxml <https://www.php.net/libxml>`_ extension. * To support reCAPTCHA on the login page, you need the `openssl <https://www.php.net/openssl>`_ extension. * To support displaying phpMyAdmin's latest version, you need to enable ``allow_url_open`` in your :file:`php.ini` or to have the `curl <https://www.php.net/curl>`_ extension. .. seealso:: :ref:`faq1_31`, :ref:`authentication_modes` Database -------- phpMyAdmin supports MySQL-compatible databases. * MySQL 5.5 or newer * MariaDB 5.5 or newer .. seealso:: :ref:`faq1_17` Web browser ----------- To access phpMyAdmin you need a web browser with cookies and JavaScript enabled. You need browser which is supported by jQuery 2.0, see <https://jquery.com/browser-support/>.
Close