For mysql using rpm in Linux, we can remove these rpm packages and delete the project directories to uninstall them. This article demonstrates how to download MySQL 5.5.37 in SUSE Linux 10. See the following for details.
1. Environment
Welcome to SUSE Linux Enterprise Server 10 SP3 (x86_64)-Kernel \ r (\ l ).
# View
Uninstall Linux:
The first step: Download the Diskgenius software (http://www.skycn.com/soft/3506.html).
The second step: decompression Diskgenius software, this software is green installation-free, so directly into the decompression file click the Start program.
Step three: Find "hard disk"-> "rebuild the Master boot directory" on the menu bar and click.
Fifth step: Finally the
Uninstall Ubuntu Linux from Windows dual-boot
In the past, I have been involved in installing Ubuntu 14.04 and Windows 8/8. 1 In UEFI mode for many times (see ). But how can I uninstall Ubuntu from Windows dual-boot? The Tutorial we will see below applies to any Linux operating system, such as Ubuntu,
How to uninstall installed software in Linux.Installing and uninstalling Linux software has always been a challenge for many new users. In Windows, we can use the software's own loading or unloading program or add/Remove Programs in the Control Panel. Similarly, there is a powerful software-on-load tool called RPM under Linux. It can be used to establish, install
1) Uninstall the JDK version that comes with the system:To view your own JDK:#rpm-qa|grep GCJYou may see a message similar to the following:Libgcj-4.1.2-44.el5java-1.4.2-gcj-compat-1.4.2.0-40jpp.115Use the RPM-E--nodeps command to delete what you found above:#rpm-e–nodeps java-1.4.2-gcj-compat-1.4.2.0-40jpp.1152) Uninstall JKD version of RPM installationTo view the installed JDK:#rpm-qa|grep JDKYou may see
Problem:In the production or experimental environment often encounter directory unloading situation, such as below, I uninstalled the/kejiandata directory when the following error occurred, it is because there is a program or process is occupying this terminal, all not allowed to uninstall. Today we will introduce a method of trying to be unpleasant.650) this.width=650; "src=" Http://s3.51cto.com/wyfs02/M02/83/60/wKioL1dx67XQ2XviAAAdxlNvkPM252.png "ti
Tags: log usr dep java x86 blog--nodeps EPS version1. View the current Java version of the system:[Email protected]/]$ java-version2. View current Java compiler and uninstall:[Email protected]/]$ Rpm-qa|grep GCJ[Email protected]/]$ rpm-e--nodeps java-1.5.0-gcj-1.5.0.0-29.1.el6.x86_643. Check the RPM installed JDK version and uninstall:[Email protected]/]$ Rpm-qa|grep JDK[Email protected]/]$ rpm-e--nodeps ja
Linux how to completely uninstall MySQL databaseUnder the Linux development, MySQL database is often used, for beginners, in Linux How to load MySQL database, may be more painful, here is a brief introduction, how to uninstall mSQL database.A) Check the system for MySQL inst
Under the Linux development, MySQL database is often used, for beginners, in Linux How to load MySQL database, may be more painful, here is a brief introduction, how to uninstall mSQL database.A) Check the system for MySQL installed in RPM package[Email protected] ~]# Rpm-qa | Grep-i mysqlmysql-server-5.1.49-1.glibc23mysql-client-5.1.49-1.glibc23Uninstalling Mysq
Yum is a package management command for Redhat Linux, Dpkg is a Debian Series package management commandInstalling and uninstalling Linux software has always been a challenge for many new users. In Windows, we can use the software's own loading or unloading program or add/Remove Programs in the Control Panel. Similarly, there is a powerful software-on-load tool called RPM under
used by the fsck command to determine the sequence of file systems that need to be scanned at startup, the root filesystem "/" pair should beThe value of the segment should be 1, and the other file system should be 2. Set this field to 0 if the file system does not need to be scanned at boot timein this example, the configuration for adding the SDB1 partition to the Fstab file automatically mounts as follows:/DEV/SDB1/MNT/SDB1 EXT4 Defaults 0 2PS: Other accounts (such as ORAC, MySQL) may encoun
Built-in JDK for Linux uninstall
10:52:13 | category: Default category | label: Linux Server uninstall JDK | font size subscription
[Root @ localhost soft] # Java-versionJava version "1.4.2 ″Gij (GNU libgcj) version 4.1.2 20071124 (Red Hat 4.1.2-42)Note: According to my installation in 5.2, it seems that the built-in 1
Delete and uninstall MySQL mysql that comes with Linux
How to uninstall mysql in linux1. check whether mysql is installed before.
Command: rpm-qa | grep-I mysqlAs shown in:
Note:MySQL-client-5.5.25a-1.rhel5MySQL-server-5.5.25a-1.rhel52. stop the mysql service and delete the previously installed mysql
Delete Command: rpm-e-nodeps package name# Rpm-ev MySQL-cl
How to thoroughly uninstall mysql in linux
How to uninstall mysql in linux1. Check whether mysql is installed before.
Command: rpm-qa | grep-I mysql
Note:MySQL-client-5.5.25a-1.rhel5MySQL-server-5.5.25a-1.rhel52. Stop the mysql service and delete the previously installed mysql
DELETE command: rpm-e-nodeps package name# Rpm-ev MySQL-client-5.5.25a-1.rhel5# R
It is divided into the following 4 steps:1.rpm-aq firefox, View Firefox version details;2.rpm-e Firefox,Uninstall Firefox;3.tar -jxvf firefox.tar.bz24. after decompression, a Firefox folder appears under the /opt folder , and a soft link is rebuilt under /usr/bin/ . (soft link), terminal execution : sudo ln-sf/opt/firefox/firefox/usr/bin/firefox # #创建软连接Where- f is mandatory, that is, overwrite the original existing soft links. This completes the in
install softwarename installation of specified softwareApt-cache Search Package_name Query Package 1. Remove the SoftwareMethod One, if you know that you want to remove the specific name of the software, you can use sudo apt-get remove packagename remove a packagesudo apt-get remove--purge softwarenamesudo apt-get autoremove--purge software nameMethod Two, if you do not know to remove the specific name of the software, you can useDpkg--get-selections | grep ' Software related name 'sudo a
Label:Second, stop MySQL running and uninstall the old version
Service mysqld Stop #暂停MYSQL
Yum Remove MySQL mysql-* #卸载老版本MYSQL
With the above command, we stop the current MySQL operation before uninstalling the old MYSQL5.1 version database.Third, check and unload residual mysql-libs
Yum List Installed | grep MySQL
We check if there are any remnants of mysql-libs, and if there is, we execute the following command to clear out.
For situations where MySQL is not available for Linux, we can force uninstall, install, step:1. Find the installed MYSLQ version:#rpm-Q MySQLThe installed MySQL package name will appear on the screen, such as: mysql-5.0.77-4.el5_5.3If you are prompted by this command to not have MySQL installed and you are sure that it is installed, you can try it using the following command:#rpm-qa | Grep-i MySQLMysql-serv
, simply remove the installation directory, you can uninstall the software cleanly, and the porting software only need to copy the entire directory to another machine (the same operating system).Of course, to uninstall the program, can also be used in the original make directory once made uninstall, but only if the makefile file has
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.