Attempt to run TinyTinyRss on shared hosting, despite their warnings in their documentation that it won't work: Failed.

I mean: I *do* have ssh access, but somehow HostEurope configures PHP/MySQL strangely.
Running the updater on the command line first resulted in
PDO [2002] No such file or directory
and after setting host to 127.0.0.1 to
[2002] Connection timed out

D:

Strangely, the installation / setup wizard worked... So for some reason, the command line access seems to be too resricted, so that I can't connect to MySQL from there
Okay, I tricked them. Created a php file that calls php on the updater script with the required flags (update once).
Now I just have to call the web page / script externally via a cron service.
#uglyhacks