Mysql 의 기초 사용 MariaDB 설치 방법 상세 설명

제 가 처음으로 my sql 을 사용 한 것 은 ubuntu 입 니 다.지금 은 Liux 의 Red Hat 분기 의 centos 7 을 사용 하고 있 습 니 다.설치 할 때 보통 MariaDB 로 my sql 을 대체 하 는 것 을 발 견 했 습 니 다.자료 조 회 를 통 해 Mariadb 는 my sql 의 한 가지 이 고 my sql 의 창시자 가 이 끄 는 팀 이 개발 한 my sql 분기 의 버 전 입 니 다.my sql 이 Oracle 에 인 수 된 후에 점점 폐쇄 되 고 느 린 업 데 이 트 를 받 았 기 때문에 많은 Linux 발행 판 은 이 인기 오픈 소스 데이터 베 이 스 를 버 렸 고 MySQL 이 각 Linux 발행 판 에서 의 실 세 는 MySQL 이 Oracle 에 인 수 된 후에 점점 폐쇄 되 고 느 린 업데이트 에 불만 을 가지 기 때문에 많은 Linux 발행 판 은 이 인기 오픈 소스 데이터 베 이 스 를 버 리 고 MariaDB 로 전환 되 었 다.PostgreSQL 은 MySQL 의 직접적인 경쟁 상대 로 여 겨 져 왔 지만 정 작 치 명 타 를 준 것 은 MariaDB 와 같 았 고 앞으로 Mysql 에 치 명 타 를 준 것 도 MariaDB 가 될 것 으로 보인다.

본론 으로 돌아 가면 우 리 는 MariaDB 에 대해 구체 적 으로 이야기 하 겠 습 니 다.사실은 MariaDb 의 조작 은 Mysql 의 조작 과 대체적으로 같 습 니 다.Mysql 을 바탕 으로 성능 을 향상 시 켰 을 뿐 입 니 다.현재 MariaDB 의 업데이트 속 도 는 Oracle 팀 의 속 도 를 훨씬 뛰 어 넘 었 습 니 다.Mysql 창시자 가 이 끄 는 팀 이기 때문에 안심 할 수 없습니다.
MariaDb 설치
링크 ux 아래 통과

yum install mariadb mariadb-server #       ,  Y      
mariaDBde 서비스의 기본 명령

[root@127 ~]# systemctl start mariadb.service #  MariaDB
[root@127 ~]# systemctl stop mariadb.service #  MariaDB
[root@127 ~]# systemctl restart mariadb.service #  MariaDB
[root@127 ~]# systemctl enable mariadb.service #         [root@127 ~]# systemctl disenable mariadb.service #        
루트 비밀번호 초기 화

[root@127 ~]# mysql_secure_installation #      root    
NOTE: RUNNING ALL PARTS OF THIS SCRIPT IS RECOMMENDED FOR ALL MariaDB
SERVERS IN PRODUCTION USE! PLEASE READ EACH STEP CAREFULLY!
In order to log into MariaDB to secure it, we'll need the current
password for the root user. If you've just installed MariaDB, and
you haven't set the root password yet, the password will be blank,
so you should just press enter here.
Enter current password for root (enter for none):    root  ,                  (   )

Enter current password for root (enter for none):    root  ,                   (   ↓)
OK, successfully used password, moving on...
Setting the root password ensures that nobody can log into the MariaDB
root user without the proper authorisation.
You already have a root password set, so you can safely answer 'n'.
Change the root password? [Y/n] y
New password:         
Re-enter new password:          
Password updated successfully!
Reloading privilege tables..
... Success!

By default, a MariaDB installation has an anonymous user, allowing anyone
to log into MariaDB without having to have a user account created for
them. This is intended only for testing, and to make the installation
go a bit smoother. You should remove them before moving into a
production environment.
Remove anonymous users? [Y/n] y
... Success!
Normally, root should only be allowed to connect from 'localhost'. This
ensures that someone cannot guess at the root password from the network.
Disallow root login remotely? [Y/n] y
... Success!
By default, MariaDB comes with a database named 'test' that anyone can
access. This is also intended only for testing, and should be removed
before moving into a production environment.
Remove test database and access to it? [Y/n] y
- Dropping test database...
ERROR 1008 (HY000) at line 1: Can't drop database 'test'; database doesn't exist
... Failed! Not critical, keep moving...
- Removing privileges on test database...
... Success!
Reloading the privilege tables will ensure that all changes made so far
will take effect immediately.
Reload privilege tables now? [Y/n] y
... Success!
Cleaning up...
All done! If you've completed all of the above steps, your MariaDB
installation should now be secure.
Thanks for using MariaDB!#           
데이터베이스 로그 인

[root@127 ~]# mysql -uroot -proot        # mysql -u         (   root) &    & -p        (    )

        MariaDBWelcome to the MariaDB monitor. Commands end with ; or \g.
Your MariaDB connection id is 23
Server version: 5.5.50-MariaDB MariaDB Server
Copyright (c) 2000, 2016, Oracle, MariaDB Corporation Ab and others.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
#   /h        
MariaDB [(none)]>      sql     
지금까지 MariaDB 의 설치 입 니 다.
위 에서 말 한 것 은 편집장 님 께 서 소개 해 주신 Mysql 의 기초 사용 방법 인 MariaDB 설치 방법 에 대한 상세 한 설명 입 니 다.여러분 께 도움 이 되 셨 으 면 좋 겠 습 니 다.궁금 한 점 이 있 으 시 면 메 시 지 를 남 겨 주세요.편집장 님 께 서 바로 답 해 드 리 겠 습 니 다.여기 서도 저희 사이트 에 대한 여러분 의 지지 에 감 사 드 립 니 다!

좋은 웹페이지 즐겨찾기