---
title: MySQL
kind: note
description: open source relational database
words: 13
readingMinutes: 1
created: '2024-08-18T15:02:50+02:00'
updated: '2024-08-18T15:02:50+02:00'
website: https://www.mysql.com/
---
## Link

<https://www.mysql.com/>

## Resources
- [Installing MySQL with Debconf](https://serversforhackers.com/c/installing-mysql-with-debconf)
## FAQ
### Savings passwords (like `.pgpass` in [PostgreSQL](/notes/postgresql))
```shell
mysql_config_editor set --user=scott --host=mydbserver --password
```
- [Source](https://stackoverflow.com/questions/19171021/auto-authenticate-password-in-mysql)