__  __       _   _     _ _     _            _        ____   _____ 
|  \/  |     | | | |   (_) |   | |          | |      / __ \ / ____|
| \  / | __ _| |_| |__  _| | __| | ___ _   _| |__   | |  | | (___  
| |\/| |/ _` | __| '_ \| | |/ _` |/ _ \ | | | '_ \  | |  | |\___ \ 
| |  | | (_| | |_| | | | | | (_| |  __/ |_| | | | | | |__| |____) |
|_|  |_|\__,_|\__|_| |_|_|_|\__,_|\___|\__,_|_| |_|  \____/|_____/

        

mathildeuh@miss:~$ whoami

Name:    Mathilde

Age:     17

Job:     Student (Future Epitech Student)

Lang:    French, English

mathildeuh@miss:~$ ls -lah

drwxr-xr-x 1 mathildeuh mathildeuh 4.0K oct. 27 22:19 .

drwxr-xr-x 6 mathildeuh mathildeuh 4.0K oct. 27 22:19 ..

drwxr-xr-x 4 mathildeuh mathildeuh 4.0K oct. 27 22:19 knowledges

drwxr-xr-x 2 mathildeuh mathildeuh 4.0K oct. 27 22:19 trans-identity

drwxr-xr-x 2 mathildeuh mathildeuh 4.0K oct. 27 22:19 lesbian

drwxr-xr-x 2 mathildeuh mathildeuh 4.0K oct. 27 22:19 contact

drwxr-xr-x 2 mathildeuh mathildeuh 4.0K oct. 27 22:19 projects

mathildeuh@miss:~$ cd knowledges/

mathildeuh@miss:~/knowledges$ head -n 4 skills

Programming languages:

JAVA, PYTHON, HTML, CSS, (SOON) C

mathildeuh@miss:~/knowledges$ mysql -u root -p

Enter password:

Welcome to the MariaDB monitor. Commands end with ; or \g.
Your MariaDB connection id is
Server version: 20.8.14-MariaDB missian 12
Copyright (c) 2000, , Oracle, MariaDB Corporation Ab and others.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

MariaDB [(none)]> use informations;

MariaDB [informations]> SELECT * FROM socials;

+----+---------+------------------------+
| id | Name    | Link                   |
+----+---------+------------------------+
| 0  | GitHub  | Mathildeuh             |
+----+---------+------------------------+
| 1  |  Insta  | Mathilde.Narc          |
+----+---------+------------------------+
| 2  | Twitter | MathilOriginale        |
+----+---------+------------------------+
| 3  | Discord | Mathildeuh             |
+----+---------+------------------------+
| 4  | E-Mail  | [email protected] |
+----+---------+------------------------+
5 rows in set (0.03 sec)

MariaDB [informations]> exit

mathildeuh@miss:~/knowledges$ _