# Databases

- [How to Create a Database in cPanel](https://docs.clouduxe.com/databases/how-to-create-a-database-in-cpanel.md): Learn how to create a new database in cPanel using the MySQL Databases feature for your web applications.
- [How to Rename a Database in cPanel](https://docs.clouduxe.com/databases/how-to-rename-a-database-in-cpanel.md): Learn how to easily rename a database in cPanel using the MySQL Databases feature.
- [How to Delete a Database in cPanel](https://docs.clouduxe.com/databases/how-to-delete-a-database-in-cpanel.md): Learn how to delete a database in cPanel using the MySQL Databases feature to manage your web hosting effectively.
- [How to Create a Database Username in cPanel](https://docs.clouduxe.com/databases/how-to-create-a-database-username-in-cpanel.md): Learn how to create a new database username in cPanel to manage your MySQL databases effectively.
- [How to Add a User to a Database and Grant Privileges](https://docs.clouduxe.com/databases/how-to-add-a-user-to-a-database-and-grant-privileges.md): Learn how to add a user to a database in cPanel and grant them the necessary privileges for effective database management.
- [How to Import a Database via phpMyAdmin in cPanel](https://docs.clouduxe.com/databases/how-to-import-a-database-via-phpmyadmin-in-cpanel.md): Learn how to easily import a database using phpMyAdmin in cPanel with this step-by-step guide.
- [How to Export Database Table via phpMyAdmin in cPanel](https://docs.clouduxe.com/databases/how-to-export-database-table-via-phpmyadmin-in-cpanel.md): Learn how to export a database table using phpMyAdmin in cPanel with these easy steps.
- [How to Edit a Database Table via phpMyAdmin in cPanel](https://docs.clouduxe.com/databases/how-to-edit-a-database-table-via-phpmyadmin-in-cpanel.md): Learn how to edit a database table using phpMyAdmin in cPanel with these easy steps.
- [How to Delete a Database Table via phpMyAdmin in cPanel](https://docs.clouduxe.com/databases/how-to-delete-a-database-table-via-phpmyadmin-in-cpanel.md): Learn how to delete a database table using phpMyAdmin in cPanel with these straightforward steps.
- [How to Optimize a Database via phpMyAdmin in cPanel](https://docs.clouduxe.com/databases/how-to-optimize-a-database-via-phpmyadmin-in-cpanel.md): Learn how to optimize your database using phpMyAdmin in cPanel to improve performance and efficiency.
- [How to Repair a Database via phpMyAdmin in cPanel](https://docs.clouduxe.com/databases/how-to-repair-a-database-via-phpmyadmin-in-cpanel.md)


---

# 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://docs.clouduxe.com/databases.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.
