Quote:
Originally Posted by ibmkillr
Does anyone know if there is a way to install MySQL on the iPhone? I would like to create some database's and use PHP to interface with it.
Kurt
|
Yep sure do. I set it up on my iPhone last week. Have been hacking up some WebApps to see what you can do with php on the iPhone. I don't have an intel mac so cant use the SDK, and know php alot better than objective C.
I just put up a blog explaining how I did it. The info was already on the net. I just had to do some intense googling to find it, so I compiled it all together in a how-to.
iAMPS
Basically you have to use a php-cgi that has been compiled with mysql for the iPhone, and mysql that has also been compiled for the iPhone, which I found at wickedpsyched. I also moved some stuff around so your don't use up the 300mb root partition. Stuck most of it in /var instead.
I wrote a little web app that runs on the iPhone so I can now stream mp3s from the iPhone to my PC, which is pretty cool
