برای نصب mariadb در centos طبق دستور العمل زیر اقدام میکنیم:
Step #1: Add the MariaDB Repository
First, you’ll follow a simple best practice: ensuring the list of available packages is up to date before installing anything new:
yum -y update
Now find which repo you should use with the MariaDB repository generator. We’re going to add the CentOS 6 (64 bit) MariaDB 5.5 repository.
For a refresher on editing files with vim see: New User Tutorial: Overview of the Vim Text Editor
nano /etc/yum.repos.d/MariaDB55.repo
محتویات زیر را داخل ان کپی میکنیم
[mariadb]
name = MariaDB
baseurl = http://yum.mariadb.org/5.5/centos6-amd64
gpgkey=https://yum.mariadb.org/RPM-GPG-KEY-MariaDB
gpgcheck=1
Step #2: Remove the Existing MySQL Installation
In some cases a manual uninstall of mysql is necessary. Be sure to backup MySQL before proceeding with the following instructions!
Stop MySQL:
service mysqld stop
Remove the existing MySQL packages:
yum -y remove mysql-server mysql
Step #3: Install MariaDB
At this point, installing MariaDB is as simple as running just one command:
yum -y install mysql-server mysql
And then start MySQL, now MariaDB, again:
service mysql start
بلاگ
دستهبندی
- esxi (۲)
- اپلیکیشن (۵)
- اپن کارت (۸)
- اخبار (۲۷)
- اسکریپت (۱)
- اسکریپت بازی (۱)
- امنیت (۶۰)
- انتشار برنامه در گوگل پلی (۱)
- ایمیل (۷)
- بازاریابی اینترنتی (۳)
- بازاریابی اینترنتی (۷)
- پرستاشاپ (۱۰)
- پلاگین وردپرس (۲۲)
- پنل مدیریت رسلر دایرکت ادمین (۱۷)
- پنل مدیریت کاربر دایرکت ادمین (۹)
- تبلیغات کلیکی گوگل (۱۳)
- تومیتو (۱)
- جوملا (۷)
- خدمات (۶)
- خطاها (۴۹)
- دامنه (۱۵)
- دامنه .app (۱)
- دامنه ir (۱۲)
- دامنه عمومی (۳)
- دانستنی های IT (۲۷)
- دایرکت ادمین (۳۱)
- دسترسی کاربر سی پنل (۳)
- دستورات لینوکس (۱۱)
- زبان php (۵)
- زبان برنامه نویسی (۱)
- سئو (۱۱)
- سرور مجازی (۴)
- سرور ویندوزی (۳)
- سی پنل (۱۸)
- سیستم مدیریت محتوا (۵۲)
- شبکه های مجازی (۳)
- عمومی (۱۶)
- عمومی هاست و سرور (۳۴)
- فروشگاه اینترنتی (۸)
- کنترل پنل سرور (۴)
- گواهینامه امن دیجیتالی (۹)
- مجنتو (۱۰)
- مدیریت سرور لینوکس (۸۵)
- مشکلات امنیتی CMS (۱)
- هاست (۷)
- وبسایت پنل (۲۳)
- وردپرس (۵۷)
نصب MariaDB در centos
محمد عندلیب

#centos#mariadb#آموزش نصب سنتوس#نصب#نصب Centos