Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to install mysql for suse rpm

2025-01-28 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)05/31 Report--

This article introduces the knowledge of "how to install mysql in suse rpm". In the operation of actual cases, many people will encounter such a dilemma, so let the editor lead you to learn how to deal with these situations. I hope you can read it carefully and be able to achieve something!

Suse mysql 5.0.18-the main purpose of the 16.i586 rpm installation process is to solve some dependency problems. In the past, the package was downloaded to the hard disk, only mount was needed, and then mysql was found.

1) find /-name "mysql*"-print

The display is as follows:

/ usr/share/doc/packages/postfix/html/mysql_table.5.html

/ usr/share/man/man5/mysql_table.5.gz

/ usr/share/susehelp/meta/Manuals/Productivity/mysql.desktop

/ usr/share/vim/vim64/syntax/mysql.vim

/ opt/gnome/share/libgda/mysql_specs_create_db.xml

/ opt/gnome/share/libgda/mysql_specs_dsn.xml

/ windows/wine/soft/mysql-5.0.21-win32.zip

/ windows/wine/mysql

/ windows/wine/mysql/mysqlwanquan.rar

/ windows/wine/cd1/suse/i586/mysql-shared-5.0.18-16.i586.rpm

/ windows/wine/cd4/suse/i586/mysql-5.0.18-16.i586.rpm

/ windows/wine/cd4/suse/i586/mysql-client-5.0.18-16.i586.rpm

/ windows/wine/cd4/suse/i586/mysql-devel-5.0.18-16.i586.rpm

/ windows/wind/mysql database video tutorial 25 lessons

/ windows/wind/mysql database video tutorial 25 / mysql database video tutorial 25

Prove that mysql-related documents have been found

2) hugang:~/.scim # rpm-ivh / windows/wine/cd1/suse/i586/mysql-shared-5.0.18-16.i586.rpm

Preparing... # # [100%]

1:mysql-shared # # [100%]

Hugang:~/.scim # rpm-Uvh / windows/wine/cd4/suse/i586/mysql-5.0.18-16.i586.rpm

Error: Failed dependencies:

Mysql-client is needed by mysql-5.0.18-16.i586

Perl-DBD-mysql is needed by mysql-5.0.18-16.i586

3) indicates that the first package is installed successfully, and the second package requires mysql-client and perl-DBD-mysql packages, so install the dependent packages mysql-client and perl-DBD-mysql first

Hugang:~/.scim # rpm-ivh / windows/wine/cd4/suse/i586/mysql-client-5.0.18-16.i586.rpm

Preparing... # # [100%]

Package mysql-client-5.0.18-16 is already installed

Hugang:~/.scim # rpm-Uvh / windows/wine/cd3/suse/i586/perl-DBD-mysql-3.0002-13.i 586.rpm

Error: Failed dependencies:

Perl-Data-ShowTable is needed by perl-DBD-mysql-3.0002-13.i586

Hugang:~/.scim # rpm-Uvh / windows/wine/cd3/suse/i586/perl-Dat perl-Data-ShowTable-3.3-582.i586.rpm perl-Date-Calc-5.4-12.i586.rpm

Hugang:~/.scim # rpm-Uvh / windows/wine/cd3/suse/i586/perl-Data-ShowTable-3.3-58 2.i586.rpm

Preparing... # # [100%]

1:perl-Data-ShowTable # # [100%]

Hugang:~/.scim # rpm-Uvh / windows/wine/cd3/suse/i586/perl-DBD-mysql-3.0002-13.i 586.rpm

Preparing... # # [100%]

1:perl-DBD-mysql # # [100%]

Indicates that mysql-client and perl-DBD-mysql are installed successfully

Hugang:~/.scim # rpm-ivh / windows/wine/cd4/suse/i586/mysql-devel-5.0.18-16.i586.rpm

Error: Failed dependencies:

Glibc-devel is needed by mysql-devel-5.0.18-16.i586

Zlib-devel is needed by mysql-devel-5.0.18-16.i586

3) find that you have to rely on glibc-devel and zlib-devel

Find / windows-name "glibc-devel**"-print

The display table of contents is as follows:

Hugang:~/.scim # rpm-ivh / windows/wine/cd2/suse/i586/glibc-devel-2.4-25.i586.rpm

Preparing... # # [100%]

1:glibc-devel # # [100%]

Install zlib-devel

/ windows/wine/cd2/suse/i586/glibc-devel-2.4-25.i586.rpm

Find / windows-name "zlib-devel*"-print

The following directories are displayed:

/ windows/wine/cd2/suse/i586/zlib-devel-1.2.3-13.i586.rpm

Hugang:~/.scim # rpm-ivh / windows/wine/cd2/suse/i586/zlib-devel-1.2.3-13.i586.rpm

Preparing... # # [100%]

1:zlib-devel # # [100%]

This is the end of the content of "how to install mysql in suse rpm". Thank you for reading. If you want to know more about the industry, you can follow the website, the editor will output more high-quality practical articles for you!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 235

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report