# Installing PhpMyAdmin

phpMyAdmin is an open source DBMS application written in PHP and is a web interface for managing MySQL databases.

## The installation process:

To get started, download the official **phpMyAdmin** from the site - [clik](https://www.phpmyadmin.net/)

It is necessary to transfer the contents of the downloaded archive to the site folder.

To access the site, we need to register in the address bar of the browser:

```
http://domain_or_ip/name_folder_phpmyadminfolder
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://spacecore.gitbook.io/wiki/en/web-development/install-phpmyadmin.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
