> ## Content Index
> Fetch the complete content index at: https://ostreff.info/llms.txt
> Use this file to discover other available public pages before exploring further.

# Matomo INFILE usage with MySQL8 and PHP8
- URL: https://ostreff.info/matomo-with-mysql8-and-php8/
- Published: 2021-10-10T11:56:12.000Z
- Updated: 2021-11-25T16:13:41.000Z
- Author: Jordan Ostreff
- Tags: WEB, Matomo, #matomo

It looks tricky to cheat [matomo](https://matomo.org/?ref=ostreff.info) INFILE usage when you use [PHP8](https://www.php.net/releases/8.0/en.php?ref=ostreff.info) and [MySQL8](https://www.mysql.com/?ref=ostreff.info). 

My quick hints are: 

1. Did you have put in my.cnf file:

secure-file-priv                = //matomo/tmp/assets/

2. Do you have in php-fpm.conf file line like:

```bash
php_admin_value[mysqli.allow_local_infile] = 1
```