restvalues.blogg.se

Ubuntu install phpmyadmin apache2
Ubuntu install phpmyadmin apache2




  1. #Ubuntu install phpmyadmin apache2 how to#
  2. #Ubuntu install phpmyadmin apache2 install#

Copy/paste or type the following line into Terminal:

#Ubuntu install phpmyadmin apache2 install#

We are now going to install a program called phpMyAdmin which is an easy tool to edit your databases. (Make sure to change yourpassword to a password of your choice.) Mysql> SET PASSWORD FOR = PASSWORD('yourpassword') Begin by typing the following into Terminal:įollowing that copy/paste or type this line: This is where things may start to get tricky. (In Linux Mint 11, terminal itself asked to the set password, But if it doesn't follow the step 3.) Begin by opening up Terminal to edit the my.cnf file.Īnd change the 127.0.0.1 to your IP address. In order for other computers on your network to view the server you have created, you must first edit the "Bind Address". Once again open up the amazing Terminal and then copy/paste or type this line: To finish this guide up we will install MySQL. If you have prior experience of installing php in some other OS, you must have seen this page.)Ĭongrats you have now installed both Apache and PHP! (It will show you the page that has all information about your php. Now open you're web browser and type the following into the web address: Copy/Paste this line into the phptest file: This will open up a file called test php. In the terminal copy/paste or type the following line: To ensure there are no issues with PHP let's give it a quick test run. Type the following code in Terminal to do this: In order for PHP to work and be compatible with Apache we must restart Apache.

ubuntu install phpmyadmin apache2

Sudo apt-get install php5 libapache2-mod-php5 Copy/Paste or type the following line into Terminal and press enter: Again open up the Terminal ( Applications > Accessories > Terminal). Open it and you will see a message saying "It works!", congrats to you! or something like that! You should see a folder entitled apache2-default/. Open up any web browser and then enter the following into the web address: To make sure everything installed correctly we will now test Apache to ensure it is working properly.ġ. The Terminal will then ask you for you're password, type it and then press enter. Copy/Paste or type the following line of code into Terminal and then press enter:ģ. Open up the Terminal ( Applications > Accessories > Terminal).Ģ.

#Ubuntu install phpmyadmin apache2 how to#

We will not cover how to install Linux the L of LAMP, because Linux Mint is already installed in your computer.ġ. The guide is intended to help those who have very little knowlegde of using Linux. LAMP stands for Linux, Apache, MySQL, PHP.

ubuntu install phpmyadmin apache2

In this guide I will show you how to install a LAMP system.






Ubuntu install phpmyadmin apache2