Tekil Mesaj gösterimi
  #9 (permalink)  
Alt 02-02-2007, 04:44:58
Alexis - ait Kullanıcı Resmi (Avatar)
Alexis Alexis isimli üyemiz çevrimdışıdır. (Offline)
Webmaster
No Status
 
Üyelik tarihi: 31/1/2007
Mesajlar: 226
iTrader: (0)
Tecrübe Puanı: 52
Puanları: 246
Alexis will become famous soon enoughAlexis will become famous soon enough
Standart

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:

Kod:
httpd\bin\httpd.exe
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
Alıntı ile Cevapla