InterviewSolution
Saved Bookmarks
| 1. |
What are the basic requirements to create or delete database into MariaDB? |
|
Answer» We NEED privileges To create or delete any database in MARIADB to root USERS or ADMINS. Under this PROCESS, you have two choices for making a database − the mysqladmin binary and a PHP script. |
|