Hi,
I am using Ubuntu 10.04 64 Bit and I have Installed:
Apache
MySQL
PHP
I followed the standard document :
First install tasksel...
sudo apt-get install tasksel
...
Hi all, sorry if this is not posted in the correct area of site.I've recently installed Statler 64-bit version, and during the update process in shell,I agreed to the installation of the Web Site Development items (apache and mysql).Even though I will (from time to time) develop sites on this machine,I do not wish to have the LAMP stack running each and every time I boot up.I would prefer to
Possible Duplicate:
What's the easiest way to set up a LAMP stack?
I'm studying SQL database right now and I need a mySQL server. I was guided to use a LAMP server on Linux .. but I don't know how to install it on my Ubuntu 12.04 LTS ?!!
I looked for previous situations like me and I found that I should install some software called tasksel .. but when I did ..
What are the clear benefits of using Zend Server PHP stack against an *AMP(for example LAMP) stack?
Or Vice versa? What are the benefits of using a *AMP(for example LAMP) over zend server?
Additional information: I recently Acquired my own VPS(which has ubuntu 12.04.2 preinstalled), which allows me to build my own web server from the ground up.
I managed to install Apache and PHP on my Ubuntu Installation, however when I try to install MySQL using this command
sudo apt-get install mysql-server
It mentions that there are broken packages. Any ideas on what I should have done, but haven´t possibly done![enter image description here][1]
http://i.stack.imgur.com/2hXQi.png
ServerWatch: "The Linux/Apache/MySQL/PHP software of the popular LAMP stack used by Web servers that the SM10000 is optimized around, will run unmodified on the SM10000, no recompile needed. 'We are a LAMP stack crushing machine,' boasted Feldman."
So,
I tried installing LAMP but messed up on the MySQL bit.
Here is the tutorial I used:
http://www.howtoforge.com/ubuntu_lamp_for_newbies
Here is what Step 3 says:
Step 3. This is where things may start to get tricky. Begin by typing the following into Terminal:
mysql -u root
That's exactly where it gets tricky.
My question is simple. I have already installed apache in my debian lenny. I need mysql and php. I am not sure but maybe php is also installed([1]by the way how to check it?)
[2]Which is better to install mysql stand alone or to install LAMP?
My previous installation get in dependency hell or incompatibility and i reinstalled it.
Hello everyone,
I would like to setup a lamp server from a minimal distro and to compile PHP, MySQL and Apache myself.
I have chosen CentOS minimal for the OS and I am trying to build the stack by hand...