{"id":3211,"date":"2018-01-06T22:48:43","date_gmt":"2018-01-06T13:48:43","guid":{"rendered":"http:\/\/higherhope.net\/?p=3211"},"modified":"2018-01-10T20:49:31","modified_gmt":"2018-01-10T11:49:31","slug":"mariadb%e3%81%ae%e3%83%90%e3%83%bc%e3%82%b8%e3%83%a7%e3%83%b3%e3%82%925%e7%b3%bb%e3%81%8b%e3%82%8910%e7%b3%bb%e3%81%ab%e3%82%a2%e3%83%83%e3%83%97%e3%83%87%e3%83%bc%e3%83%88%e3%81%97%e3%81%a6%e3%81%bf","status":"publish","type":"post","link":"https:\/\/higherhope.net\/?p=3211","title":{"rendered":"MariaDB\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u30925\u7cfb\u304b\u308910\u7cfb\u306b\u30a2\u30c3\u30d7\u30c7\u30fc\u30c8\u3057\u3066\u307f\u305f\u3002"},"content":{"rendered":"<p>\u30c7\u30d5\u30a9\u30eb\u30c8\u3067\u306fcentos7\u306fmariadb\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u306f5\u7cfb\u304c\u5165\u308a\u307e\u3059\u3002<br \/>\n\u305d\u308c\u309210\u7cfb\u306b\u30d0\u30fc\u30b8\u30e7\u30f3\u30a2\u30c3\u30d7\u30fb\u30a2\u30c3\u30d7\u30c7\u30fc\u30c8\u3057\u3066\u307f\u307e\u3057\u305f\u3002<\/p>\n<p>\u73fe\u5728\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u78ba\u8a8d<\/p>\n<blockquote><p># mysql &#8211;version<br \/>\nmysql  Ver 15.1 Distrib 5.5.56-MariaDB, for Linux (x86_64) using readline 5.1<\/p><\/blockquote>\n<p>5\u7cfb\u3067\u3059\u306d\u3002<\/p>\n<p>\u5ff5\u306e\u305f\u3081\u4f5c\u696d\u958b\u59cb\u524d\u306bdatabese\u306edump\u3092\u53d6\u3063\u3066\u304a\u304d\u307e\u3059\u3002<\/p>\n<blockquote><p># mysqldump -u root -p -x &#8211;all-database > dump.sql<br \/>\nEnter password:<\/p><\/blockquote>\n<p><a href=\"https:\/\/downloads.mariadb.org\/mariadb\/repositories\/#mirror=yamagata-university&#038;distro=CentOS&#038;distro_release=centos7-amd64--centos7&#038;version=10.2\">mariadb\u306e\u30b5\u30a4\u30c8<\/a>\u306b\u6709\u308b\u3088\u3046\u306brepo\u3092\u66f8\u304d\u63db\u3048\u307e\u3059\u3002<br \/>\nenabled\u306e\u9805\u76ee\u304c\u6709\u308a\u307e\u305b\u3093\u3067\u3057\u305f\u306e\u3067\u66f8\u304d\u52a0\u3048\u3066\u307e\u3059\u3002<\/p>\n<blockquote><p># cat \/etc\/yum.repos.d\/mariadb.repo<br \/>\n# MariaDB 10.2 CentOS repository list &#8211; created 2018-01-06 12:36 UTC<br \/>\n# http:\/\/downloads.mariadb.org\/mariadb\/repositories\/<br \/>\n[mariadb]<br \/>\nname = MariaDB<br \/>\nbaseurl = http:\/\/yum.mariadb.org\/10.2\/centos7-amd64<br \/>\ngpgkey=https:\/\/yum.mariadb.org\/RPM-GPG-KEY-MariaDB<br \/>\ngpgcheck=1<br \/>\nenabled=1<\/p><\/blockquote>\n<\/blockquote>\n<p>\u6e96\u5099\u304c\u3067\u304d\u305f\u306e\u3067update\u3057\u307e\u3059\u3002<br \/>\nphp\u3068\u9055\u3044mariadb\u3092\u843d\u3068\u3057\u307e\u3059\u3002<\/p>\n<blockquote><p># systemctl stop mariadb<\/p><\/blockquote>\n<p>\u30ea\u30dd\u30b8\u30c8\u30ea\u3092\u7dba\u9e97\u306b\u3057\u3066<\/p>\n<blockquote><p># yum clean all<\/p><\/blockquote>\n<p><!--more--><\/p>\n<p>update\u5185\u5bb9\u3092\u78ba\u8a8d<\/p>\n<blockquote><p># yum check-update<\/p><\/blockquote>\n<blockquote><p>\u7565\u30fb\u30fb\u30fb<br \/>\nDetermining fastest mirrors<br \/>\n * base: ftp.tsukuba.wide.ad.jp<br \/>\n * epel: mirror.dmmlabs.jp<br \/>\n * extras: ftp.tsukuba.wide.ad.jp<br \/>\n * remi-php72: mirrors.mediatemple.net<br \/>\n * updates: ftp.tsukuba.wide.ad.jp<br \/>\nObsoleting Packages<br \/>\nMariaDB-client.x86_64                  10.2.12-1.el7.centos              mariadb<br \/>\n    mariadb.x86_64                     1:5.5.56-2.el7                    @base<br \/>\nMariaDB-compat.x86_64                  10.2.12-1.el7.centos              mariadb<br \/>\n    mariadb-libs.x86_64                1:5.5.56-2.el7                    @base<br \/>\nMariaDB-server.x86_64                  10.2.12-1.el7.centos              mariadb<br \/>\n    mariadb-server.x86_64              1:5.5.56-2.el7                    @base<\/p><\/blockquote>\n<p>\u3053\u3093\u306a\u611f\u3058\u3067\u4e0a\u304c\u308b\u3088\u3046\u3067\u3059\u3002<\/p>\n<p>\u305d\u308c\u3067\u306fupdate\u5b9f\u65bd\u3067\u3059\u3002<\/p>\n<blockquote><p># yum -y update<br \/>\nLoaded plugins: fastestmirror, priorities<br \/>\nLoading mirror speeds from cached hostfile<br \/>\n * base: ftp.tsukuba.wide.ad.jp<br \/>\n * epel: mirror.dmmlabs.jp<br \/>\n * extras: ftp.tsukuba.wide.ad.jp<br \/>\n * remi-php72: mirrors.mediatemple.net<br \/>\n * updates: ftp.tsukuba.wide.ad.jp<br \/>\nResolving Dependencies<br \/>\n&#8211;> Running transaction check<br \/>\n&#8212;> Package MariaDB-client.x86_64 0:10.2.12-1.el7.centos will be obsoleting<br \/>\n&#8211;> Processing Dependency: MariaDB-common for package: MariaDB-client-10.2.12-1.el7.centos.x86_64<br \/>\n&#8212;> Package MariaDB-compat.x86_64 0:10.2.12-1.el7.centos will be obsoleting<br \/>\n&#8212;> Package MariaDB-server.x86_64 0:10.2.12-1.el7.centos will be obsoleting<br \/>\n&#8211;> Processing Dependency: galera for package: MariaDB-server-10.2.12-1.el7.centos.x86_64<br \/>\n&#8211;> Processing Dependency: lsof for package: MariaDB-server-10.2.12-1.el7.centos.x86_64<br \/>\n&#8212;> Package mariadb.x86_64 1:5.5.56-2.el7 will be obsoleted<br \/>\n&#8212;> Package mariadb-libs.x86_64 1:5.5.56-2.el7 will be obsoleted<br \/>\n&#8212;> Package mariadb-server.x86_64 1:5.5.56-2.el7 will be obsoleted<br \/>\n&#8211;> Running transaction check<br \/>\n&#8212;> Package MariaDB-common.x86_64 0:10.2.12-1.el7.centos will be installed<br \/>\n&#8212;> Package galera.x86_64 0:25.3.22-1.rhel7.el7.centos will be installed<br \/>\n&#8211;> Processing Dependency: libboost_program_options.so.1.53.0()(64bit) for package: galera-25.3.22-1.rhel7.el7.centos.x86_64<br \/>\n&#8212;> Package lsof.x86_64 0:4.87-4.el7 will be installed<br \/>\n&#8211;> Running transaction check<br \/>\n&#8212;> Package boost-program-options.x86_64 0:1.53.0-27.el7 will be installed<br \/>\n&#8211;> Finished Dependency Resolution<\/p>\n<p>Dependencies Resolved<\/p>\n<p>================================================================================<br \/>\n Package                 Arch     Version                       Repository<br \/>\n                                                                           Size<br \/>\n================================================================================<br \/>\nInstalling:<br \/>\n MariaDB-client          x86_64   10.2.12-1.el7.centos          mariadb    48 M<br \/>\n     replacing  mariadb.x86_64 1:5.5.56-2.el7<br \/>\n MariaDB-compat          x86_64   10.2.12-1.el7.centos          mariadb   2.8 M<br \/>\n     replacing  mariadb-libs.x86_64 1:5.5.56-2.el7<br \/>\n MariaDB-server          x86_64   10.2.12-1.el7.centos          mariadb   110 M<br \/>\n     replacing  mariadb-server.x86_64 1:5.5.56-2.el7<br \/>\nInstalling for dependencies:<br \/>\n MariaDB-common          x86_64   10.2.12-1.el7.centos          mariadb   154 k<br \/>\n boost-program-options   x86_64   1.53.0-27.el7                 base      156 k<br \/>\n galera                  x86_64   25.3.22-1.rhel7.el7.centos    mariadb   8.0 M<br \/>\n lsof                    x86_64   4.87-4.el7                    base      331 k<\/p>\n<p>Transaction Summary<br \/>\n================================================================================<br \/>\nInstall  3 Packages (+4 Dependent packages)<\/p>\n<p>Total download size: 169 M<br \/>\nDownloading packages:<br \/>\n(1\/7): MariaDB-10.2.12-centos7-x86_64-common.rpm           | 154 kB   00:01<br \/>\n(2\/7): MariaDB-10.2.12-centos7-x86_64-compat.rpm           | 2.8 MB   00:02<br \/>\n(3\/7): boost-program-options-1.53.0-27.el7.x86_64.rpm      | 156 kB   00:00<br \/>\n(4\/7): MariaDB-10.2.12-centos7-x86_64-client.rpm           |  48 MB   00:18<br \/>\n(5\/7): lsof-4.87-4.el7.x86_64.rpm                          | 331 kB   00:00<br \/>\n(6\/7): galera-25.3.22-1.rhel7.el7.centos.x86_64.rpm        | 8.0 MB   00:02<br \/>\n(7\/7): MariaDB-10.2.12-centos7-x86_64-server.rpm           | 110 MB   00:27<br \/>\n&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br \/>\nTotal                                              5.6 MB\/s | 169 MB  00:30<br \/>\nRunning transaction check<br \/>\nRunning transaction test<br \/>\nTransaction test succeeded<br \/>\nRunning transaction<br \/>\n  Installing : MariaDB-common-10.2.12-1.el7.centos.x86_64                  1\/10<br \/>\nwarning: \/etc\/my.cnf created as \/etc\/my.cnf.rpmnew<br \/>\n  Installing : MariaDB-compat-10.2.12-1.el7.centos.x86_64                  2\/10<br \/>\n  Installing : MariaDB-client-10.2.12-1.el7.centos.x86_64                  3\/10<br \/>\n  Installing : boost-program-options-1.53.0-27.el7.x86_64                  4\/10<br \/>\n  Installing : galera-25.3.22-1.rhel7.el7.centos.x86_64                    5\/10<br \/>\n  Installing : lsof-4.87-4.el7.x86_64                                      6\/10<br \/>\n  Installing : MariaDB-server-10.2.12-1.el7.centos.x86_64                  7\/10<br \/>\n  Erasing    : 1:mariadb-server-5.5.56-2.el7.x86_64                        8\/10<br \/>\nwarning: \/var\/log\/mariadb\/mariadb.log saved as \/var\/log\/mariadb\/mariadb.log.rpmsave<br \/>\n  Erasing    : 1:mariadb-5.5.56-2.el7.x86_64                               9\/10<br \/>\n  Erasing    : 1:mariadb-libs-5.5.56-2.el7.x86_64                         10\/10<br \/>\n  Verifying  : galera-25.3.22-1.rhel7.el7.centos.x86_64                    1\/10<br \/>\n  Verifying  : MariaDB-compat-10.2.12-1.el7.centos.x86_64                  2\/10<br \/>\n  Verifying  : MariaDB-client-10.2.12-1.el7.centos.x86_64                  3\/10<br \/>\n  Verifying  : lsof-4.87-4.el7.x86_64                                      4\/10<br \/>\n  Verifying  : boost-program-options-1.53.0-27.el7.x86_64                  5\/10<br \/>\n  Verifying  : MariaDB-common-10.2.12-1.el7.centos.x86_64                  6\/10<br \/>\n  Verifying  : MariaDB-server-10.2.12-1.el7.centos.x86_64                  7\/10<br \/>\n  Verifying  : 1:mariadb-libs-5.5.56-2.el7.x86_64                          8\/10<br \/>\n  Verifying  : 1:mariadb-server-5.5.56-2.el7.x86_64                        9\/10<br \/>\n  Verifying  : 1:mariadb-5.5.56-2.el7.x86_64                              10\/10<\/p>\n<p>Installed:<br \/>\n  MariaDB-client.x86_64 0:10.2.12-1.el7.centos<br \/>\n  MariaDB-compat.x86_64 0:10.2.12-1.el7.centos<br \/>\n  MariaDB-server.x86_64 0:10.2.12-1.el7.centos<\/p>\n<p>Dependency Installed:<br \/>\n  MariaDB-common.x86_64 0:10.2.12-1.el7.centos<br \/>\n  boost-program-options.x86_64 0:1.53.0-27.el7<br \/>\n  galera.x86_64 0:25.3.22-1.rhel7.el7.centos<br \/>\n  lsof.x86_64 0:4.87-4.el7<\/p>\n<p>Replaced:<br \/>\n  mariadb.x86_64 1:5.5.56-2.el7           mariadb-libs.x86_64 1:5.5.56-2.el7<br \/>\n  mariadb-server.x86_64 1:5.5.56-2.el7<\/p>\n<p>Complete!<\/p>\n<\/blockquote>\n<p>\u554f\u984c\u306a\u304f\u4e0a\u304c\u3063\u305f\u3088\u3046\u3067\u3059\u3002<\/p>\n<p>\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u78ba\u8a8d<\/p>\n<blockquote><p># mysql &#8211;version<br \/>\nmysql  Ver 15.1 Distrib 10.2.12-MariaDB, for Linux (x86_64) using readline 5.1<\/p><\/blockquote>\n<p>10\u7cfb\u306b\u4e0a\u304c\u3063\u3066\u307e\u3059\u3002<\/p>\n<p>\u305d\u308c\u3067\u306f\u3001\u30b5\u30fc\u30d3\u30b9\u3092\u8d77\u52d5\u3057\u3066\u307f\u307e\u3059\u3002<\/p>\n<blockquote><p># systemctl start mariadb<\/p><\/blockquote>\n<p>\u4f55\u4e8b\u3082\u306a\u304f\u8d77\u52d5\u3057\u305f\u3088\u3046\u3067\u3059\u304c\u5ff5\u306e\u70ba\u78ba\u8a8d\u3057\u307e\u3059\u3002<\/p>\n<blockquote><p># systemctl status mariadb<br \/>\n\u25cf mariadb.service &#8211; MariaDB 10.2.12 database server<br \/>\n   Loaded: loaded (\/usr\/lib\/systemd\/system\/mariadb.service; disabled; vendor preset: disabled)<br \/>\n  Drop-In: \/etc\/systemd\/system\/mariadb.service.d<br \/>\n           mqmigrated-from-my.cnf-settings.conf<br \/>\n   Active: active (running) since Sat 2018-01-06 21:51:09 JST; 5s ago<br \/>\n     Docs: man:mysqld(8)<br \/>\n           https:\/\/mariadb.com\/kb\/en\/library\/systemd\/<br \/>\n  Process: 15322 ExecStartPost=\/bin\/sh -c systemctl unset-environment _WSREP_START_POSITION (code=exited, status=0\/SUCCESS)<br \/>\n  Process: 15209 ExecStartPre=\/bin\/sh -c [ ! -e \/usr\/bin\/galera_recovery ] &#038;&#038; VAR= ||   VAR=`\/usr\/bin\/galera_recovery`; [ $? -eq 0 ]   &#038;&#038; systemctl set-environment _WSREP_START_POSITION=$VAR || exit 1 (code=exited, status=0\/SUCCESS)<br \/>\n  Process: 15206 ExecStartPre=\/bin\/sh -c systemctl unset-environment _WSREP_START_POSITION (code=exited, status=0\/SUCCESS)<br \/>\n Main PID: 15290 (mysqld)<br \/>\n   Status: &#8220;Taking your SQL requests now&#8230;&#8221;<br \/>\n   CGroup: \/system.slice\/mariadb.service<br \/>\n           mq15290 \/usr\/sbin\/mysqld<br \/>\n\u7565\u30fb\u30fb\u30fb<\/p><\/blockquote>\n<p>\u6b63\u5e38\u306b\u8d77\u52d5\u3057\u3066\u3044\u307e\u3059\u3002<\/p>\n<p>web\u30b5\u30a4\u30c8\u306e\u8868\u793a\u30fb\u66f8\u304d\u8fbc\u307f\u304c\u554f\u984c\u306a\u3044\u306e\u3067\u7121\u4e8b\u30a2\u30c3\u30d7\u30c7\u30fc\u30c8\u306b\u5b8c\u4e86\u3057\u307e\u3057\u305f\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u30c7\u30d5\u30a9\u30eb\u30c8\u3067\u306fcentos7\u306fmariadb\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u306f5\u7cfb\u304c\u5165\u308a\u307e\u3059\u3002 \u305d\u308c\u309210\u7cfb\u306b\u30d0\u30fc\u30b8\u30e7\u30f3\u30a2\u30c3\u30d7\u30fb\u30a2\u30c3\u30d7\u30c7\u30fc\u30c8\u3057\u3066\u307f\u307e\u3057\u305f\u3002 \u73fe\u5728\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u78ba\u8a8d # mysql &#8211;version mysql V&#8230; <a class=\"continue-reading-link\" href=\"https:\/\/higherhope.net\/?p=3211\"> Continue reading <span class=\"meta-nav\">&rarr; <\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[140,4],"tags":[141,166],"class_list":["post-3211","post","type-post","status-publish","format-standard","hentry","category-centos7","category-linux","tag-centos7","tag-linux"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>MariaDB\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u30925\u7cfb\u304b\u308910\u7cfb\u306b\u30a2\u30c3\u30d7\u30c7\u30fc\u30c8\u3057\u3066\u307f\u305f\u3002 - \u697d\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u3002<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/higherhope.net\/?p=3211\" \/>\n<meta property=\"og:locale\" content=\"ja_JP\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"MariaDB\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u30925\u7cfb\u304b\u308910\u7cfb\u306b\u30a2\u30c3\u30d7\u30c7\u30fc\u30c8\u3057\u3066\u307f\u305f\u3002 - \u697d\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u3002\" \/>\n<meta property=\"og:description\" content=\"\u30c7\u30d5\u30a9\u30eb\u30c8\u3067\u306fcentos7\u306fmariadb\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u306f5\u7cfb\u304c\u5165\u308a\u307e\u3059\u3002 \u305d\u308c\u309210\u7cfb\u306b\u30d0\u30fc\u30b8\u30e7\u30f3\u30a2\u30c3\u30d7\u30fb\u30a2\u30c3\u30d7\u30c7\u30fc\u30c8\u3057\u3066\u307f\u307e\u3057\u305f\u3002 \u73fe\u5728\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u78ba\u8a8d # mysql &#8211;version mysql V... Continue reading &rarr;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/higherhope.net\/?p=3211\" \/>\n<meta property=\"og:site_name\" content=\"\u697d\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u3002\" \/>\n<meta property=\"article:published_time\" content=\"2018-01-06T13:48:43+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2018-01-10T11:49:31+00:00\" \/>\n<meta name=\"author\" content=\"higherhope\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@higherhope5963\" \/>\n<meta name=\"twitter:site\" content=\"@higherhope5963\" \/>\n<meta name=\"twitter:label1\" content=\"\u57f7\u7b46\u8005\" \/>\n\t<meta name=\"twitter:data1\" content=\"higherhope\" \/>\n\t<meta name=\"twitter:label2\" content=\"\u63a8\u5b9a\u8aad\u307f\u53d6\u308a\u6642\u9593\" \/>\n\t<meta name=\"twitter:data2\" content=\"4\u5206\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/higherhope.net\/?p=3211#article\",\"isPartOf\":{\"@id\":\"https:\/\/higherhope.net\/?p=3211\"},\"author\":{\"name\":\"higherhope\",\"@id\":\"https:\/\/higherhope.net\/#\/schema\/person\/d8206977903d5a243c56f95f977122af\"},\"headline\":\"MariaDB\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u30925\u7cfb\u304b\u308910\u7cfb\u306b\u30a2\u30c3\u30d7\u30c7\u30fc\u30c8\u3057\u3066\u307f\u305f\u3002\",\"datePublished\":\"2018-01-06T13:48:43+00:00\",\"dateModified\":\"2018-01-10T11:49:31+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/higherhope.net\/?p=3211\"},\"wordCount\":821,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/higherhope.net\/#\/schema\/person\/d8206977903d5a243c56f95f977122af\"},\"keywords\":[\"centos7\",\"linux\"],\"articleSection\":[\"CentOS7\",\"linux\"],\"inLanguage\":\"ja\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/higherhope.net\/?p=3211#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/higherhope.net\/?p=3211\",\"url\":\"https:\/\/higherhope.net\/?p=3211\",\"name\":\"MariaDB\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u30925\u7cfb\u304b\u308910\u7cfb\u306b\u30a2\u30c3\u30d7\u30c7\u30fc\u30c8\u3057\u3066\u307f\u305f\u3002 - \u697d\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u3002\",\"isPartOf\":{\"@id\":\"https:\/\/higherhope.net\/#website\"},\"datePublished\":\"2018-01-06T13:48:43+00:00\",\"dateModified\":\"2018-01-10T11:49:31+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/higherhope.net\/?p=3211#breadcrumb\"},\"inLanguage\":\"ja\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/higherhope.net\/?p=3211\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/higherhope.net\/?p=3211#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u30db\u30fc\u30e0\",\"item\":\"https:\/\/higherhope.net\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"MariaDB\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u30925\u7cfb\u304b\u308910\u7cfb\u306b\u30a2\u30c3\u30d7\u30c7\u30fc\u30c8\u3057\u3066\u307f\u305f\u3002\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/higherhope.net\/#website\",\"url\":\"https:\/\/higherhope.net\/\",\"name\":\"\u697d\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u3002\",\"description\":\"\u304a\u3063\u3055\u3093\u307e\u3060\u307e\u3060\u697d\u3067\u304d\u307e\u305b\u3093\u3002\",\"publisher\":{\"@id\":\"https:\/\/higherhope.net\/#\/schema\/person\/d8206977903d5a243c56f95f977122af\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/higherhope.net\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ja\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\/\/higherhope.net\/#\/schema\/person\/d8206977903d5a243c56f95f977122af\",\"name\":\"higherhope\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ja\",\"@id\":\"https:\/\/higherhope.net\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/higherhope.net\/wp-content\/uploads\/2018\/09\/DSC_0367.jpg\",\"contentUrl\":\"https:\/\/higherhope.net\/wp-content\/uploads\/2018\/09\/DSC_0367.jpg\",\"width\":700,\"height\":394,\"caption\":\"higherhope\"},\"logo\":{\"@id\":\"https:\/\/higherhope.net\/#\/schema\/person\/image\/\"},\"sameAs\":[\"https:\/\/x.com\/higherhope5963\"],\"url\":\"https:\/\/higherhope.net\/?author=1\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"MariaDB\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u30925\u7cfb\u304b\u308910\u7cfb\u306b\u30a2\u30c3\u30d7\u30c7\u30fc\u30c8\u3057\u3066\u307f\u305f\u3002 - \u697d\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u3002","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/higherhope.net\/?p=3211","og_locale":"ja_JP","og_type":"article","og_title":"MariaDB\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u30925\u7cfb\u304b\u308910\u7cfb\u306b\u30a2\u30c3\u30d7\u30c7\u30fc\u30c8\u3057\u3066\u307f\u305f\u3002 - \u697d\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u3002","og_description":"\u30c7\u30d5\u30a9\u30eb\u30c8\u3067\u306fcentos7\u306fmariadb\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u306f5\u7cfb\u304c\u5165\u308a\u307e\u3059\u3002 \u305d\u308c\u309210\u7cfb\u306b\u30d0\u30fc\u30b8\u30e7\u30f3\u30a2\u30c3\u30d7\u30fb\u30a2\u30c3\u30d7\u30c7\u30fc\u30c8\u3057\u3066\u307f\u307e\u3057\u305f\u3002 \u73fe\u5728\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u78ba\u8a8d # mysql &#8211;version mysql V... Continue reading &rarr;","og_url":"https:\/\/higherhope.net\/?p=3211","og_site_name":"\u697d\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u3002","article_published_time":"2018-01-06T13:48:43+00:00","article_modified_time":"2018-01-10T11:49:31+00:00","author":"higherhope","twitter_card":"summary_large_image","twitter_creator":"@higherhope5963","twitter_site":"@higherhope5963","twitter_misc":{"\u57f7\u7b46\u8005":"higherhope","\u63a8\u5b9a\u8aad\u307f\u53d6\u308a\u6642\u9593":"4\u5206"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/higherhope.net\/?p=3211#article","isPartOf":{"@id":"https:\/\/higherhope.net\/?p=3211"},"author":{"name":"higherhope","@id":"https:\/\/higherhope.net\/#\/schema\/person\/d8206977903d5a243c56f95f977122af"},"headline":"MariaDB\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u30925\u7cfb\u304b\u308910\u7cfb\u306b\u30a2\u30c3\u30d7\u30c7\u30fc\u30c8\u3057\u3066\u307f\u305f\u3002","datePublished":"2018-01-06T13:48:43+00:00","dateModified":"2018-01-10T11:49:31+00:00","mainEntityOfPage":{"@id":"https:\/\/higherhope.net\/?p=3211"},"wordCount":821,"commentCount":0,"publisher":{"@id":"https:\/\/higherhope.net\/#\/schema\/person\/d8206977903d5a243c56f95f977122af"},"keywords":["centos7","linux"],"articleSection":["CentOS7","linux"],"inLanguage":"ja","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/higherhope.net\/?p=3211#respond"]}]},{"@type":"WebPage","@id":"https:\/\/higherhope.net\/?p=3211","url":"https:\/\/higherhope.net\/?p=3211","name":"MariaDB\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u30925\u7cfb\u304b\u308910\u7cfb\u306b\u30a2\u30c3\u30d7\u30c7\u30fc\u30c8\u3057\u3066\u307f\u305f\u3002 - \u697d\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u3002","isPartOf":{"@id":"https:\/\/higherhope.net\/#website"},"datePublished":"2018-01-06T13:48:43+00:00","dateModified":"2018-01-10T11:49:31+00:00","breadcrumb":{"@id":"https:\/\/higherhope.net\/?p=3211#breadcrumb"},"inLanguage":"ja","potentialAction":[{"@type":"ReadAction","target":["https:\/\/higherhope.net\/?p=3211"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/higherhope.net\/?p=3211#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u30db\u30fc\u30e0","item":"https:\/\/higherhope.net\/"},{"@type":"ListItem","position":2,"name":"MariaDB\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u30925\u7cfb\u304b\u308910\u7cfb\u306b\u30a2\u30c3\u30d7\u30c7\u30fc\u30c8\u3057\u3066\u307f\u305f\u3002"}]},{"@type":"WebSite","@id":"https:\/\/higherhope.net\/#website","url":"https:\/\/higherhope.net\/","name":"\u697d\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u3002","description":"\u304a\u3063\u3055\u3093\u307e\u3060\u307e\u3060\u697d\u3067\u304d\u307e\u305b\u3093\u3002","publisher":{"@id":"https:\/\/higherhope.net\/#\/schema\/person\/d8206977903d5a243c56f95f977122af"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/higherhope.net\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ja"},{"@type":["Person","Organization"],"@id":"https:\/\/higherhope.net\/#\/schema\/person\/d8206977903d5a243c56f95f977122af","name":"higherhope","image":{"@type":"ImageObject","inLanguage":"ja","@id":"https:\/\/higherhope.net\/#\/schema\/person\/image\/","url":"https:\/\/higherhope.net\/wp-content\/uploads\/2018\/09\/DSC_0367.jpg","contentUrl":"https:\/\/higherhope.net\/wp-content\/uploads\/2018\/09\/DSC_0367.jpg","width":700,"height":394,"caption":"higherhope"},"logo":{"@id":"https:\/\/higherhope.net\/#\/schema\/person\/image\/"},"sameAs":["https:\/\/x.com\/higherhope5963"],"url":"https:\/\/higherhope.net\/?author=1"}]}},"_links":{"self":[{"href":"https:\/\/higherhope.net\/index.php?rest_route=\/wp\/v2\/posts\/3211","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/higherhope.net\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/higherhope.net\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/higherhope.net\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/higherhope.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=3211"}],"version-history":[{"count":6,"href":"https:\/\/higherhope.net\/index.php?rest_route=\/wp\/v2\/posts\/3211\/revisions"}],"predecessor-version":[{"id":3217,"href":"https:\/\/higherhope.net\/index.php?rest_route=\/wp\/v2\/posts\/3211\/revisions\/3217"}],"wp:attachment":[{"href":"https:\/\/higherhope.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=3211"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/higherhope.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=3211"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/higherhope.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=3211"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}