In suse Linux, set the iso file of the operating system installation disk to the installation source to install mysql service.

Source: Internet
Author: User


In suse Linux, the iso file of the operating system installation disk is used to install the mysql service from the installation source. Every time the installation program is installed, the system prompts you to insert the suse installation disc. this is inconvenient. Today, we finally find a solution: # create a directory mkdir/mnt/iso # mount the iso file to a directory mount-o loop/data/suse11sp1/64-pd-dvd1.iso/mnt/iso # Add zypper installation source zypper addrepo/mnt/ iso/suse11sp1iso www.2cto.com # display zypper installation source zypper repos # display result: # | Alias | Name | Enabled | Refresh -- + keys + --------- + -------- 1 | SUSE-Linux-Enterprise-Server-11-SP1 11.1.1-1.152 | SUSE-Linux-Enterprise-Server-11-SP1 11.1.1-1.152 | Yes | No2 | suse11sp1iso | suse11sp1iso | Yes | no # install mysqlzypper install mysql 2 www.2cto.com # view mysql status service mysql status # start mysqlservice mysql start # Set mysql to automatically start chkconfig mysql on from the BLOG of the gecko walk through

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.