Linux ns1.utparral.edu.mx 6.8.0-79-generic #79~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 15 16:54:53 UTC 2 x86_64
Apache/2.4.58 (Unix) OpenSSL/1.1.1w PHP/8.2.12 mod_perl/2.0.12 Perl/v5.34.1
: 10.10.1.9 | : 10.10.1.254
Cant Read [ /etc/named.conf ]
daemon
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
README
+ Create Folder
+ Create File
/
opt /
lampp /
htdocs /
phpMyAdmin /
doc /
html /
_sources /
[ HOME SHELL ]
Name
Size
Permission
Action
bookmarks.txt
2.34
KB
-rwxrwxr-x
charts.txt
4.63
KB
-rwxrwxr-x
config.txt
106.67
KB
-rwxrwxr-x
copyright.txt
1.57
KB
-rwxrwxr-x
credits.txt
26.05
KB
-rwxrwxr-x
developers.txt
380
B
-rwxrwxr-x
faq.txt
92.89
KB
-rwxrwxr-x
glossary.txt
13.46
KB
-rwxrwxr-x
import_export.txt
10.23
KB
-rwxrwxr-x
index.txt
561
B
-rwxrwxr-x
intro.txt
3.05
KB
-rwxrwxr-x
other.txt
914
B
-rwxrwxr-x
privileges.txt
3.24
KB
-rwxrwxr-x
relations.txt
3.27
KB
-rwxrwxr-x
require.txt
1.59
KB
-rwxrwxr-x
settings.txt
977
B
-rwxrwxr-x
setup.txt
37.18
KB
-rwxrwxr-x
transformations.txt
6.38
KB
-rwxrwxr-x
user.txt
169
B
-rwxrwxr-x
vendors.txt
1.1
KB
-rwxrwxr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : require.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 (see :term:`mbstring`). * 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://secure.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://secure.php.net/libxml>`_ extension. * To support reCAPTCHA on the login page, you need the `openssl <https://secure.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://secure.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