Hi
I'm a PHP and MySQL newbie, but know something about Unix-like
systems. I need to install PHP and MySQL for a person using GNU/Linux
server. This server is not however his and the service provider gives
a permission to install any programs as long as they are not running
when not used (so standard MySQL server can't be run). However, I
learned from mysql.com that MySQL server is available as a library
against which applications can link. Can PHP use this library or is it
only available for C, etc.
If it can't be used from PHP (easily, this person hasn't ever touched
C), what could be a good alternative for MySQL?
Thanks a lot for answers!
--
Tapio
I'm a PHP and MySQL newbie, but know something about Unix-like
systems. I need to install PHP and MySQL for a person using GNU/Linux
server. This server is not however his and the service provider gives
a permission to install any programs as long as they are not running
when not used (so standard MySQL server can't be run). However, I
learned from mysql.com that MySQL server is available as a library
against which applications can link. Can PHP use this library or is it
only available for C, etc.
If it can't be used from PHP (easily, this person hasn't ever touched
C), what could be a good alternative for MySQL?
Thanks a lot for answers!
--
Tapio
Comment