graph TD;
A[Start] --> B[Process];
B --> C[End];
graph TD
A[Client] -->|HeidiSQL| B(MariaDB)
B --> C{Success?}
C -->|Yes| D[Login]
C -->|No| E[Blow up the wall]
graph TD;
A[Start] --> B[Process];
B --> C[End];
graph TD
A[Client] -->|HeidiSQL| B(MariaDB)
B --> C{Success?}
C -->|Yes| D[Login]
C -->|No| E[Blow up the wall]