What directory in v10 & v11 can I find the actual MariaDB database stored?

Trying to locate the actual database in a prodiction system. Can anyone tell me what directory holds the database in ERPNext v10 or v11?

Thanks,

BKM

Depends on OS, but probably /var/lib/mysql

erpnext use the standard mariadb storage so in linux /var/lib/mysql by default

it’s linked from your bench installation when you setup your environment.