Jeff Turner

Results 57 comments of Jeff Turner

So you're exporting SQL from MariaDB 10.3.39 and importing into MySQL (not mariadb) 8.4.1? I wonder if `person_photo` rows are being truncated due to MySQL's `max_allowed_packet` being too small, per...

Thanks for recording the fix here. Yes, the default charset should definitely be `utf8mb4`, but changing it is going to break some instances. We should at least have some advice...

This was confusing to me too. It seems natural for relative path patterns to be relative to the nearest root, allowing things like: ``` R /path/to/app - logs/*.log ``` The...

Also, in the docs, the sentence "If you give ``../../relative`` as root, the paths will be normalized as ``relative/``." seems wrong: ``` root@jturner-desktop # mkdir -p /tmp/app/logs root@jturner-desktop # date...

I don't understand. I've used `sudo -sE` since forever. Sometimes I want to do stuff as root. I want my environment EXACTLY the same, except with root superpowers. I want...

>> I don't understand. I've used sudo -sE since forever. > I think I've used it once and various permissions in $HOME were borked after, and programs failed accordingly. That's...

Another request for this.

Do you see any logs in `C:\xampp\apache\logs\error.log` or `C:\xampp\php\logs\php_error_log`? Jethro's database isn't just plain tabular data. There's also a function called `getCurrentUserID`. It would be good to check it exists:...

Hi Glen, The attachment didn't come through. I think you'll have to add it online at https://github.com/tbar0970/jethro-pmm/issues/1066, rather than as an email attachment.

Hi Glen, The mysql log shows the database broke at `2024-07-31 13:56:23`. The database is still not entirely happy, as even the most recent restart begins with errors: ``` 2024-08-02...