Apache ve Mysql'i açıp kapayacak masaüstü yazılımı gerçekleşmediği için proje sekteye uğraıştır.
Devam edebilmem için, yardım etmek isteyenler, apache ve mysql i açıp kapayacak ufak bir masaüstü yazılımı yazabilirler.
Apache start:
Apache stop:
Kod:
@echo off
httpd\bin\pv -f -k httpd.exe -q
if not exist httpd\logs\httpd.pid GOTO exit
del httpd\logs\httpd.pid
:exit
mysql start:
Kod:
mysql\bin\mysqld --defaults-file=mysql\my-medium.cnf --standalone --console
mysql stop:
Kod:
mysql\bin\mysqladmin --user=pma --password= shutdown