# Missing option on MySQL

When running MySQL, it is required that the option `?parseTime=true` is required. If the option is missing some operations will succeed, but retrieving a key may fail which will cause a error code 403.

An example of such an error could look like this:

```undefined
tsm access denied ; node 1 returned 403: access denied: key with id dZvB5rR59HqCXMmPBdv7A38qAnJl not found
```

To fix this problem, the missing option needs to be added to the connection string as per database configuration [here](https://builder-vault-tsm.docs.blockdaemon.com/docs/database-configuration)

Updated 5 months ago
