TiDB分布式数据库(一)-创新互联-古蔺大橙子建站
RELATEED CONSULTING
相关咨询
选择下列产品马上在线沟通
服务时间:8:30-17:00
你可能遇到了下面的问题
关闭右侧工具栏

新闻中心

这里有您想知道的互联网营销解决方案
TiDB分布式数据库(一)-创新互联

#

创新互联主要为客户提供服务项目涵盖了网页视觉设计、VI标志设计、营销推广、网站程序开发、HTML5响应式成都网站建设手机网站制作设计、微商城、网站托管及网站维护、WEB系统开发、域名注册、国内外服务器租用、视频、平面设计、SEO优化排名。设计、前端、后端三个建站步骤的完善服务体系。一人跟踪测试的建站服务标准。已经为效果图设计行业客户提供了网站开发服务。

# TiDB :A Distributed SQL Database

# github :https://github.com/pingcap/tidb

# doc : https://github.com/pingcap/docs-cn

#

TiDB 分布式数据库(一)

软件下载

[root@KVM_2 ~]# wget http://download.pingcap.org/tidb-latest-linux-amd64.tar.gz

单节点测试

[root@KVM_2 ~]# tar -xf tidb-latest-linux-amd64.tar.gz  [root@KVM_2 ~]# cd tidb-latest-linux-amd64/ [root@KVM_2 tidb-latest-linux-amd64]#  [root@KVM_2 tidb-latest-linux-amd64]# mkdir /data/tidb/{data,log} -p [root@KVM_2 tidb-latest-linux-amd64]# mkdir /data/tidb/data/{pd,tikv} -p [root@KVM_2 tidb-latest-linux-amd64]# ./bin/pd-server --data-dir=/data/tidb/data/pd --log-file=/data/tidb/log/pd.log & [root@KVM_2 tidb-latest-linux-amd64]# ./bin/tikv-server --pd="127.0.0.1:2379" --data-dir=/data/tidb/data/tikv --log-file=/data/tidb/log/tikv.log & [root@KVM_2 tidb-latest-linux-amd64]# ./bin/tidb-server --store=tikv --path="127.0.0.1:2379" --log-file=/data/tidb/log/tidb.log &

参数解释:

https://github.com/pingcap/docs-cn/blob/master/op-guide/configuration.md#tidb

#测试

#安装mysql客户端工具

[root@KVM_2 ~]# yum install -y mariadb [root@KVM_2 ~]# mysql -h 127.0.0.1 -P 4000 -u root -D test Welcome to the MariaDB monitor.  Commands end with ; or \g. Your MySQL connection id is 1 Server version: 5.7.1-TiDB-1.0 MySQL Community Server (GPL) Copyright (c) 2000, 2015, Oracle, MariaDB Corporation Ab and others. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. MySQL [test]> show databases; +--------------------+ | Database           | +--------------------+ | INFORMATION_SCHEMA | | PERFORMANCE_SCHEMA | | mysql              | | test               | +--------------------+ 4 rows in set (0.00 sec) MySQL [(none)]> select user from mysql.user; +------+ | user | +------+ | root | +------+ 1 row in set (0.00 sec) MySQL [(none)]> create database wordpressdb; Query OK, 0 rows affected (2.02 sec) MySQL [(none)]>  create user 'wordpressuser'@'localhost' identified by '123456'; Query OK, 1 row affected (0.01 sec) MySQL [(none)]> grant all on wordpressdb.* to 'wordpressuser'@'localhost' identified by '123456';; Query OK, 0 rows affected (0.02 sec) MySQL [(none)]> grant all on wordpressdb.* to 'wordpressuser'@'%'  identified by '123456';; Query OK, 1 row affected (0.02 sec) MySQL [(none)]> flush privileges; Query OK, 0 rows affected (0.00 sec) MySQL [(none)]> exit Bye MySQL [(none)]> show databases; +--------------------+ | Database           | +--------------------+ | INFORMATION_SCHEMA | | PERFORMANCE_SCHEMA | | mysql              | | test               | | wordpressdb        | +--------------------+ 5 rows in set (0.00 sec) MySQL [test]> exit

#查看端口

[root@KVM_2 ~]# netstat -lntup Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name     tcp        0      0 127.0.0.1:2379          0.0.0.0:*               LISTEN      13474/./bin/pd-serv  tcp        0      0 127.0.0.1:2380          0.0.0.0:*               LISTEN      13474/./bin/pd-serv  tcp        0      0 192.168.122.1:53        0.0.0.0:*               LISTEN      2577/dnsmasq         tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      1324/sshd            tcp        0      0 127.0.0.1:25            0.0.0.0:*               LISTEN      1766/master          tcp        0      0 127.0.0.1:20160         0.0.0.0:*               LISTEN      13490/./bin/tikv-se  tcp6       0      0 :::22                   :::*                    LISTEN      1324/sshd            tcp6       0      0 ::1:25                  :::*                    LISTEN      1766/master          tcp6       0      0 :::10080                :::*                    LISTEN      13528/./bin/tidb-se  tcp6       0      0 :::4000                 :::*                    LISTEN      13528/./bin/tidb-se  udp        0      0 0.0.0.0:28688           0.0.0.0:*                           1020/dhclient        udp        0      0 192.168.122.1:53        0.0.0.0:*                           2577/dnsmasq         udp        0      0 0.0.0.0:67              0.0.0.0:*                           2577/dnsmasq         udp        0      0 0.0.0.0:68              0.0.0.0:*                           1020/dhclient        udp        0      0 0.0.0.0:68              0.0.0.0:*                           1019/dhclient        udp        0      0 0.0.0.0:53726           0.0.0.0:*                           1019/dhclient        udp6       0      0 :::6511                 :::*                                1019/dhclient        udp6       0      0 :::53726                :::*                                1020/dhclient

另外有需要云服务器可以了解下创新互联cdcxhl.cn,海内外云服务器15元起步,三天无理由+7*72小时售后在线,公司持有idc许可证,提供“云服务器、裸金属服务器、高防服务器、香港服务器、美国服务器、虚拟主机、免备案服务器”等云主机租用服务以及企业上云的综合解决方案,具有“安全稳定、简单易用、服务可用性高、性价比高”等特点与优势,专为企业上云打造定制,能够满足用户丰富、多元化的应用场景需求。


文章名称:TiDB分布式数据库(一)-创新互联
网站链接:http://scgulin.cn/article/dggcjj.html