logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> How-to's & Documentation & Tips View previous topic :: View next topic
Reply to topic   Topic: [Spanish] Como instalar Apache + PHP + MySQL
Author
lucianoaibar



Joined: 11 Sep 2007
Posts: 2
Location: Gral. Madariaga, Bs.As., Argentina

PostPosted: Wed 26 Nov '08 4:30    Post subject: [Spanish] Como instalar Apache + PHP + MySQL Reply with quote

Es un tutorial muy cortito que hice para demostrar como instalar Apache webserver, PHP y MySQL sin usar ningun instalador.

http://sites.google.com/site/lucianoaibar/tutoriales/apache-php-mysql




ps: I would like to translate this but my english isn't good enough ^
BAD Google Translation: http://translate.google.com/translate?u=http%3A%2F%2Fsites.google.com%2Fsite%2Flucianoaibar%2Ftutoriales%2Fapache-php-mysql&hl=es&ie=UTF-8&sl=es&tl=en


Last edited by lucianoaibar on Thu 27 Nov '08 4:20; edited 1 time in total
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7288
Location: Germany, Next to Hamburg

PostPosted: Thu 27 Nov '08 0:14    Post subject: Reply with quote

Nice tutorial!

Why do you use a doubble backslash in your variables in my.ini ?

e.g.
Code:

basedir=C:\\mysql
datadir=C:\\mysql\\data


why not basedir=C:\mysql

for keeping my mysql server portable on a usb stick I find out that I can use also normal slashes

e.g.
Code:

basedir="/server2/mysql/"
datadir="/server2/mysql/Data/"
Back to top
lucianoaibar



Joined: 11 Sep 2007
Posts: 2
Location: Gral. Madariaga, Bs.As., Argentina

PostPosted: Thu 27 Nov '08 4:15    Post subject: Reply with quote

thanks
yes, can use "/" or "\\" (for Windows) Smile

http://dev.mysql.com/doc/refman/5.1/en/windows-create-option-file.html

Apache Lounge is for Windows and I always use MySQL for Windows too
so I choose the windows-style "\"
and because "\" is special (an escape character) it must be double "\\"
Back to top
FeRe



Joined: 02 Apr 2011
Posts: 1

PostPosted: Sat 02 Apr '11 9:44    Post subject: Reply with quote

nice tutorial Very Happy
Back to top


Reply to topic   Topic: [Spanish] Como instalar Apache + PHP + MySQL View previous topic :: View next topic
Post new topic   Forum Index -> How-to's & Documentation & Tips