I have got apache and phpworking fine, but need to add mysql to the start up.
I have to run apache from console becasue i am not an admin on my PC so cannot create services. So i just run apache from CMD using a bat file. I am using the latest PHP realease with apache 1.3.3 (the stable one).
For MYSQL i want to use it from command prompt too. I have not got it installed yet but i will use the non-installer package.
How do i get it working.
I have a file run.bat which i will use to start apache and mysql, i will use end.bat to stop mysql (and apache if possible).
How do i do this? Is there a option with running mysql to start/end?
Also when running apache in command promt is it possible to get rid of the window?
Thanks,
I know this seems a long winded way of doing it, but i get fed up with easyphp etc limiting upgrades etc.