Installation of VMware Linux Ubuntu

Source: Internet
Author: User
Tags phpmyadmin

The option to install the image will cause no graphical interface, choose to install later,

CD/DVD selection in the

Can

Log in when the installation is complete

Select Virtual Machine menu Bar--Install VMware Tools

Locate the zip file at the end of GZ and copy it to the desktop and extract it to the desktop.

In the main file search Gnome-terminal file system find the bottom terminal, open.

Input

sudo su

Enter password

CD Desktop

CD Vmware-tools-distrib

sudo./vmware-install.pl

Always return to/dev/sr0 ...

Reboot restart

Tools have been successfully installed.

Installing lamp

Open Terminal input

sudo su

Enter password

sudo tasksel install lamp-server^

Middle need to configure MySQL database password

After the installation is completed in the file system var/www, but WWW does not have permissions,

Open Terminal

sudo su

sudo chmod 777/var/www

will be able to get permission. Install phpMyAdmin,

sudo apt-get install phpMyAdmin

The basic configuration is complete.

Note that if the password is set when the database is empty, the localhost/phpmyadmin cannot go in, the solution:

Open terminal, Run command

/etc/init.d/mysql start

Mysql–uroot–proot

Username root, password root, login mysql,-u on behalf of user,

mysql> use MySQL
mysql> Update user Set password = password ("New_password") where user = "user_name";
mysql> flush Privileges;

New_password New password user_name user name;

You can do it.

Installation of VMware Linux Ubuntu

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.