Dino Geek, try to help you

How can I create a database in MariaDB?


In MariaDB, you can create a database by following these steps:

1. Log in to MariaDB:

```
mysql -u root -p
```

1. Once logged in, you can see the MariaDB prompt. To create a database, use the following command:

```
CREATE DATABASE my_database;
```
Replace “my\_database” with the name of the database you want to create.

1. To verify whether your database is created, use the following command:

```
SHOW DATABASES;
```
Your created database should be listed in the databases list.

1. Once the work is done, you can exit from MariaDB using the following command:

```
QUIT
```

Remember every time you make a command in SQL you should end it with a semicolon (;).


Simply generate articles to optimize your SEO
Simply generate articles to optimize your SEO





DinoGeek offers simple articles on complex technologies

Would you like to be quoted in this article? It's very simple, contact us at dino@eiki.fr

CSS | NodeJS | DNS | DMARC | MAPI | NNTP | htaccess | PHP | HTTPS | Drupal | WEB3 | LLM | Wordpress | TLD | Domain name | IMAP | TCP | NFT | MariaDB | FTP | Zigbee | NMAP | SNMP | SEO | E-Mail | LXC | HTTP | MangoDB | SFTP | RAG | SSH | HTML | ChatGPT API | OSPF | JavaScript | Docker | OpenVZ | ChatGPT | VPS | ZIMBRA | SPF | UDP | Joomla | IPV6 | BGP | Django | Reactjs | DKIM | VMWare | RSYNC | Python | TFTP | Webdav | FAAS | Apache | IPV4 | LDAP | POP3 | SMTP

| Whispers of love (API) | Déclaration d'Amour |






Legal Notice / General Conditions of Use