Wrox Programmer Forums
|
BOOK: Beginning PHP 6, Apache, MySQL 6 Web Development ISBN: 9780470391143
This is the forum to discuss the Wrox book Beginning PHP 6, Apache, MySQL 6 Web Development by Timothy Boronczyk, Elizabeth Naramore, Jason Gerner, Yann Le Scouarnec, Jeremy Stolz; ISBN: 9780470391143
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Beginning PHP 6, Apache, MySQL 6 Web Development ISBN: 9780470391143 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old March 22nd, 2015, 12:42 AM
Registered User
 
Join Date: Jan 2015
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Post Xampp batch files for apache and mysql

Hey guys..can you tell me how to create xampp batch file which will only start apache and mysql modules after placing in startup directory...ud appreciate your valuable suggestions..Thanking you
 
Old April 8th, 2015, 07:20 PM
Registered User
 
Join Date: Apr 2015
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default Xampp config

HI
You can click on config at xampp control panel and there you can checkbox to check which modules you wanna get start.
 
Old April 9th, 2015, 08:54 AM
Registered User
 
Join Date: Jan 2015
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Default xampp configuration

Thanks shinedoss..By the way this way is alright but i need more clarification regarding my query.I have developed an application which will start automatically on my client's browser(from startup).formerly,we need to start xampp apache and mysql in the same way(from startup) so that my client need not to go through any clicks..he will just proceed to his job..assuming that he is relevant for his deeds only.I am very sure that this job is possible from batch file..
 
Old April 9th, 2015, 09:55 PM
Registered User
 
Join Date: Apr 2015
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default You can put them as service.

HI

Visit the link you can get solution. Just simple answer is check the box in service, so when window will start they will start automatically.

For more on it just follow link
https://9rit.wordpress.com/2006/10/1...xampp-on-boot/
 
Old April 9th, 2015, 11:12 PM
Registered User
 
Join Date: Jan 2015
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Smile xampp configuration

Thanks a lot shinedoss...Go through following chunk of codes..
Code:
@ECHO OFF & SETLOCAL
PUSHD %~dp0

ECHO Now we start Apache
xampp_cli.exe start apache

POPD
PAUSE
if you put this code snippet in startup as a batch file,it will automatically start apache module even you close the window...i sniffed it from my frnds code snippet.similarly for mysql.Also,my xampp apache module is not avilable in my service list and rest is familiar for me





Similar Threads
Thread Thread Starter Forum Replies Last Post
PHP 6 Apache, MySQL k. kamalakar BOOK: Beginning PHP 6, Apache, MySQL 6 Web Development ISBN: 9780470391143 0 January 25th, 2010 02:37 AM
Batch Files / WinXP / Disc-to-HD randomblink Other Programming Languages 0 September 13th, 2006 11:54 AM
Problem to run batch files from VB application Dmitriy VB How-To 7 September 13th, 2006 11:42 AM
Problem to run batch files from VB Application Dmitriy Pro VB 6 4 April 13th, 2006 02:27 AM
I need help installing php apache mysql cardme42 BOOK: Beginning PHP, Apache, MySQL Web Development ISBN: 978-0-7645-5744-6 5 September 13th, 2004 01:10 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.