Thanks alot, appreciate that, I had another question, any chance you offer mysql or postrgesql? I noticed the extensions were missing in php and its not on the machine at all, so I've had to save and pull data from plaintext files for web apps.
I'm somewhat hesitant to run a database engine on the shell server due to resource requirements (RAM, Disk I/O, etc).
I'm looking into moving the yunix.net website to another server in the same datacentre as the shell host, if that goes through then it will run PostgreSQL and I'll be happy to give users access to their own database.
Onlyodin
Fri, 07/06/2012 - 08:42
Permalink
whois
Sure, I've installed whois for you.
bars
Sat, 07/07/2012 - 08:51
Permalink
Thanks alot, appreciate that,
Thanks alot, appreciate that, I had another question, any chance you offer mysql or postrgesql? I noticed the extensions were missing in php and its not on the machine at all, so I've had to save and pull data from plaintext files for web apps.
Onlyodin
Sat, 07/07/2012 - 20:51
Permalink
Databases
I'm somewhat hesitant to run a database engine on the shell server due to resource requirements (RAM, Disk I/O, etc).
I'm looking into moving the yunix.net website to another server in the same datacentre as the shell host, if that goes through then it will run PostgreSQL and I'll be happy to give users access to their own database.
jsmith7643
Sun, 07/08/2012 - 23:16
Permalink
Databases
sqlite3 seems to be installed - can/may we make use of that? (for php/web)?
Onlyodin
Mon, 07/09/2012 - 01:45
Permalink
sqlite
I don't see why not. Of course I have no idea what if any (php) modules exist for it.
jsmith7643
Fri, 07/13/2012 - 02:29
Permalink
sqlite
from phpinfo() it looks like sqlite is not enabled/disabled in the "/configure", so I guess its flat-files for now.