{"id":1175,"date":"2019-05-20T17:47:28","date_gmt":"2019-05-20T14:47:28","guid":{"rendered":"https:\/\/galaxydata.ru\/community\/?p=1175"},"modified":"2025-07-22T20:41:29","modified_gmt":"2025-07-22T17:41:29","slug":"how-to-upgrade-mariadb-5-5-to-mariadb-10-3-on-centos-7-5-1804","status":"publish","type":"post","link":"https:\/\/galaxydata.ru\/community\/how-to-upgrade-mariadb-5-5-to-mariadb-10-3-on-centos-7-5-1804-1175","title":{"rendered":"HOW TO UPGRADE MARIADB 5.5 TO MARIADB 10.3 ON CENTOS 7.5 (1804)"},"content":{"rendered":"<h2 id=\"1._MAKE_SURE_YOU\u2019RE_RUNNING_MARIADB_5.5\" >Chapter 1. 1. MAKE SURE YOU\u2019RE RUNNING MARIADB 5.5<\/h2>\n<p>Run the following command:<\/p>\n<div>\n<div id=\"highlighter_875553\" class=\"syntaxhighlighter syntax_custom plain\">\n<pre class=\"lang:sh decode:true \">mysql -v<\/pre>\n<p>&nbsp;<\/p>\n<\/div>\n<\/div>\n<p>Should output the following:<\/p>\n<div>\n<div id=\"highlighter_905431\" class=\"syntaxhighlighter syntax_custom plain\">\n<pre class=\"lang:sh decode:true\">Welcome to the MariaDB monitor.  Commands end with ; or \\g.\r\nYour MariaDB connection id is 5\r\nServer version: 5.5.60-MariaDB MariaDB Server\r\n\r\nCopyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others.\r\n\r\nReading history-file \/root\/.mysql_history\r\nType 'help;' or '\\h' for help. Type '\\c' to clear the current input statement.<\/pre>\n<p>&nbsp;<\/p>\n<\/div>\n<\/div>\n<p>Perfect, let\u2019s keep going!<\/p>\n<p>&nbsp;<\/p>\n<h2 id=\"2._ADD_THE_MARIADB_10.3_REPOSITORY\" >Chapter 2. 2. ADD THE MARIADB 10.3 REPOSITORY<\/h2>\n<p>Run the following command to add the MariaDB 10.3 repository to yum:<\/p>\n<div>\n<div id=\"highlighter_127062\" class=\"syntaxhighlighter syntax_custom plain\">\n<pre class=\"lang:sh decode:true\">nano \/etc\/yum.repos.d\/maria10-3.repo<\/pre>\n<p>&nbsp;<\/p>\n<\/div>\n<\/div>\n<p>Paste the following into the editor<\/p>\n<div>\n<div id=\"highlighter_50370\" class=\"syntaxhighlighter syntax_custom plain\">\n<pre class=\"lang:sh decode:true\"># MariaDB 10.3 CentOS repository list - created 2018-11-19 23:14 UTC\r\n# http:\/\/downloads.mariadb.org\/mariadb\/repositories\/\r\n[mariadb]\r\nname = MariaDB\r\nbaseurl = http:\/\/yum.mariadb.org\/10.3\/centos7-amd64\r\ngpgkey=https:\/\/yum.mariadb.org\/RPM-GPG-KEY-MariaDB\r\ngpgcheck=1<\/pre>\n<p>&nbsp;<\/p>\n<\/div>\n<\/div>\n<p>Save and close the editor, then move to the next step<\/p>\n<p>&nbsp;<\/p>\n<h2 id=\"3._UPGRADE_TO_MARIADB_10.3_AND_VERIFY_SUCCESS\" >Chapter 3. 3. UPGRADE TO MARIADB 10.3 AND VERIFY SUCCESS<\/h2>\n<p>Run the following command to upgrade to MariaDB 10.3:<\/p>\n<div>\n<div id=\"highlighter_47040\" class=\"syntaxhighlighter syntax_custom plain\">\n<pre class=\"lang:sh decode:true \">yum install MariaDB-server MariaDB-client<\/pre>\n<p>&nbsp;<\/p>\n<\/div>\n<\/div>\n<p>Output should look something like this:<\/p>\n<pre class=\"lang:sh decode:true \">==========================================================================================================================================================================================================================\r\n Package                                                   \u0410\u0440\u0445\u0438\u0442\u0435\u043a\u0442\u0443\u0440\u0430                                \u0412\u0435\u0440\u0441\u0438\u044f                                                            \u0420\u0435\u043f\u043e\u0437\u0438\u0442\u043e\u0440\u0438\u0439                                 \u0420\u0430\u0437\u043c\u0435\u0440\r\n==========================================================================================================================================================================================================================\r\n\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430:\r\n MariaDB-client                                            x86_64                                     10.3.15-1.el7.centos                                              mariadb                                      11 M\r\n     \u0437\u0430\u043c\u0435\u043d\u0430  mariadb.x86_64 1:5.5.60-1.el7_5\r\n MariaDB-compat                                            x86_64                                     10.3.15-1.el7.centos                                              mariadb                                     2.8 M\r\n     \u0437\u0430\u043c\u0435\u043d\u0430  mariadb-libs.x86_64 1:5.5.60-1.el7_5\r\n MariaDB-server                                            x86_64                                     10.3.15-1.el7.centos                                              mariadb                                      24 M\r\n     \u0437\u0430\u043c\u0435\u043d\u0430  mariadb-server.x86_64 1:5.5.60-1.el7_5\r\n\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430 \u0437\u0430\u0432\u0438\u0441\u0438\u043c\u043e\u0441\u0442\u0435\u0439:\r\n MariaDB-common                                            x86_64                                     10.3.15-1.el7.centos                                              mariadb                                      78 k\r\n boost-program-options                                     x86_64                                     1.53.0-27.el7                                                     base                                        156 k\r\n galera                                                    x86_64                                     25.3.26-1.rhel7.el7.centos                                        mariadb                                     8.1 M\r\n\r\n<\/pre>\n<p>&nbsp;<\/p>\n<p>Once yum does it\u2019s thing, restart the MariaDB daemon:<\/p>\n<div>\n<div id=\"highlighter_123857\" class=\"syntaxhighlighter syntax_custom plain\">\n<pre class=\"lang:sh decode:true\">systemctl restart mariadb<\/pre>\n<\/div>\n<\/div>\n<p>Then verify that the service has started and the installation is complete:<\/p>\n<div>\n<div id=\"highlighter_74823\" class=\"syntaxhighlighter syntax_custom plain\">\n<pre class=\"lang:sh decode:true \">Job for mariadb.service failed because the control process exited with error code. See \"systemctl status mariadb.service\" and \"journalctl -xe\" for details.<\/pre>\n<p>The fix for the startup problem is in the article<\/p>\n<p><a href=\"https:\/\/galaxydata.ru\/community\/mariadb-10-3-error-mysqld-cant-create-write-to-file-var-run-mysqld-mysqld-pid-errcode-2-no-such-file-or-directory-1157\">MariaDB 10.3 [ERROR] mysqld: Can\u2019t create\/write to file \u2018\/var\/run\/mysqld\/mysqld.pid\u2019 (Errcode: 2 \u00abNo such file or directory\u00bb)<\/a><\/p>\n<\/div>\n<\/div>\n<p>You should see output similar to the following:<\/p>\n<div>\n<div id=\"highlighter_829754\" class=\"syntaxhighlighter syntax_custom plain\">\n<pre class=\"lang:sh decode:true \">Welcome to the MariaDB monitor.  Commands end with ; or \\g.\r\nYour MariaDB connection id is 11\r\nServer version: 10.3.15-MariaDB MariaDB Server\r\n\r\nCopyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others.\r\n\r\nReading history-file \/root\/.mysql_history\r\nType 'help;' or '\\h' for help. Type '\\c' to clear the current input statement.\r\n<\/pre>\n<p>&nbsp;<\/p>\n<\/div>\n<\/div>\n<p>Sweet, you\u2019re now running MariaDB 10.3!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>1. MAKE SURE YOU\u2019RE RUNNING MARIADB 5.5 Run the following command: mysql -v &nbsp; Should output the following: Welcome to the MariaDB monitor. Commands end with ; or \\g. Your&hellip; <\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[15,6],"tags":[23],"class_list":["post-1175","post","type-post","status-publish","format-standard","hentry","category-database","category-linux","tag-mariadb"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v25.4 (Yoast SEO v25.5) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>HOW TO UPGRADE MARIADB 5.5 TO MARIADB 10.3 ON CENTOS 7.5 (1804) - GalaxyData Community<\/title>\n<meta name=\"description\" content=\"Seamlessly upgrade your database from MariaDB 5.5 to MariaDB 10.3 on CentOS 7.5 (1804). Follow clear instructions to migrate data and ensure smooth functioning.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/galaxydata.ru\/community\/how-to-upgrade-mariadb-5-5-to-mariadb-10-3-on-centos-7-5-1804-1175\" \/>\n<meta property=\"og:locale\" content=\"ru_RU\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"HOW TO UPGRADE MARIADB 5.5 TO MARIADB 10.3 ON CENTOS 7.5 (1804)\" \/>\n<meta property=\"og:description\" content=\"Seamlessly upgrade your database from MariaDB 5.5 to MariaDB 10.3 on CentOS 7.5 (1804). Follow clear instructions to migrate data and ensure smooth functioning.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/galaxydata.ru\/community\/how-to-upgrade-mariadb-5-5-to-mariadb-10-3-on-centos-7-5-1804-1175\" \/>\n<meta property=\"og:site_name\" content=\"GalaxyData Community\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/vk.com\/galaxydata\" \/>\n<meta property=\"article:published_time\" content=\"2019-05-20T14:47:28+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-07-22T17:41:29+00:00\" \/>\n<meta name=\"author\" content=\"Eduard Yamaltdinov\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u041d\u0430\u043f\u0438\u0441\u0430\u043d\u043e \u0430\u0432\u0442\u043e\u0440\u043e\u043c\" \/>\n\t<meta name=\"twitter:data1\" content=\"Eduard Yamaltdinov\" \/>\n\t<meta name=\"twitter:label2\" content=\"\u041f\u0440\u0438\u043c\u0435\u0440\u043d\u043e\u0435 \u0432\u0440\u0435\u043c\u044f \u0434\u043b\u044f \u0447\u0442\u0435\u043d\u0438\u044f\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 \u043c\u0438\u043d\u0443\u0442\u0430\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/galaxydata.ru\/community\/how-to-upgrade-mariadb-5-5-to-mariadb-10-3-on-centos-7-5-1804-1175#article\",\"isPartOf\":{\"@id\":\"https:\/\/galaxydata.ru\/community\/how-to-upgrade-mariadb-5-5-to-mariadb-10-3-on-centos-7-5-1804-1175\"},\"author\":{\"name\":\"Eduard Yamaltdinov\",\"@id\":\"https:\/\/galaxydata.ru\/community\/#\/schema\/person\/674f493b626af18d90fe784aa69dfd7b\"},\"headline\":\"HOW TO UPGRADE MARIADB 5.5 TO MARIADB 10.3 ON CENTOS 7.5 (1804)\",\"datePublished\":\"2019-05-20T14:47:28+00:00\",\"dateModified\":\"2025-07-22T17:41:29+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/galaxydata.ru\/community\/how-to-upgrade-mariadb-5-5-to-mariadb-10-3-on-centos-7-5-1804-1175\"},\"wordCount\":154,\"commentCount\":1,\"publisher\":{\"@id\":\"https:\/\/galaxydata.ru\/community\/#organization\"},\"keywords\":[\"mariadb\"],\"articleSection\":[\"Database\",\"Linux\"],\"inLanguage\":\"ru-RU\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/galaxydata.ru\/community\/how-to-upgrade-mariadb-5-5-to-mariadb-10-3-on-centos-7-5-1804-1175#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/galaxydata.ru\/community\/how-to-upgrade-mariadb-5-5-to-mariadb-10-3-on-centos-7-5-1804-1175\",\"url\":\"https:\/\/galaxydata.ru\/community\/how-to-upgrade-mariadb-5-5-to-mariadb-10-3-on-centos-7-5-1804-1175\",\"name\":\"HOW TO UPGRADE MARIADB 5.5 TO MARIADB 10.3 ON CENTOS 7.5 (1804) - GalaxyData Community\",\"isPartOf\":{\"@id\":\"https:\/\/galaxydata.ru\/community\/#website\"},\"datePublished\":\"2019-05-20T14:47:28+00:00\",\"dateModified\":\"2025-07-22T17:41:29+00:00\",\"description\":\"Seamlessly upgrade your database from MariaDB 5.5 to MariaDB 10.3 on CentOS 7.5 (1804). Follow clear instructions to migrate data and ensure smooth functioning.\",\"breadcrumb\":{\"@id\":\"https:\/\/galaxydata.ru\/community\/how-to-upgrade-mariadb-5-5-to-mariadb-10-3-on-centos-7-5-1804-1175#breadcrumb\"},\"inLanguage\":\"ru-RU\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/galaxydata.ru\/community\/how-to-upgrade-mariadb-5-5-to-mariadb-10-3-on-centos-7-5-1804-1175\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/galaxydata.ru\/community\/how-to-upgrade-mariadb-5-5-to-mariadb-10-3-on-centos-7-5-1804-1175#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u0413\u043b\u0430\u0432\u043d\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430\",\"item\":\"https:\/\/galaxydata.ru\/community\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"HOW TO UPGRADE MARIADB 5.5 TO MARIADB 10.3 ON CENTOS 7.5 (1804)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/galaxydata.ru\/community\/#website\",\"url\":\"https:\/\/galaxydata.ru\/community\/\",\"name\":\"GalaxyData Community\",\"description\":\"Tutorial for Cloud VDS\",\"publisher\":{\"@id\":\"https:\/\/galaxydata.ru\/community\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/galaxydata.ru\/community\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ru-RU\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/galaxydata.ru\/community\/#organization\",\"name\":\"GalaxyData Community\",\"url\":\"https:\/\/galaxydata.ru\/community\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ru-RU\",\"@id\":\"https:\/\/galaxydata.ru\/community\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/galaxydata.ru\/community\/wp-content\/uploads\/2025\/07\/favicon_from_logo_32x32_gd.png\",\"contentUrl\":\"https:\/\/galaxydata.ru\/community\/wp-content\/uploads\/2025\/07\/favicon_from_logo_32x32_gd.png\",\"width\":32,\"height\":32,\"caption\":\"GalaxyData Community\"},\"image\":{\"@id\":\"https:\/\/galaxydata.ru\/community\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/vk.com\/galaxydata\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/galaxydata.ru\/community\/#\/schema\/person\/674f493b626af18d90fe784aa69dfd7b\",\"name\":\"Eduard Yamaltdinov\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ru-RU\",\"@id\":\"https:\/\/galaxydata.ru\/community\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/galaxydata.ru\/community\/wp-content\/uploads\/2016\/10\/cloud-server-150x150.png\",\"contentUrl\":\"https:\/\/galaxydata.ru\/community\/wp-content\/uploads\/2016\/10\/cloud-server-150x150.png\",\"caption\":\"Eduard Yamaltdinov\"},\"description\":\"Eduard Yamaltdinov \u2014 \u0430\u0432\u0442\u043e\u0440 \u0438 \u044d\u043a\u0441\u043f\u0435\u0440\u0442 \u0432 \u043e\u0431\u043b\u0430\u0441\u0442\u0438 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u043e\u043d\u043d\u044b\u0445 \u0442\u0435\u0445\u043d\u043e\u043b\u043e\u0433\u0438\u0439 \u0438 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f. \u0415\u0441\u043b\u0438 \u0432\u0430\u043c \u0438\u043d\u0442\u0435\u0440\u0435\u0441\u043d\u043e \u0443\u0437\u043d\u0430\u0442\u044c \u0431\u043e\u043b\u044c\u0448\u0435 \u043e \u0435\u0433\u043e \u0440\u0430\u0431\u043e\u0442\u0430\u0445, \u043e\u043f\u044b\u0442\u0435 \u0438\u043b\u0438 \u043f\u0440\u043e\u0435\u043a\u0442\u0430\u0445, \u0441\u043e\u043e\u0431\u0449\u0438\u0442\u0435 \u043f\u043e\u0434\u0440\u043e\u0431\u043d\u0435\u0435, \u043a\u0430\u043a\u0443\u044e \u0438\u043c\u0435\u043d\u043d\u043e \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e \u0445\u043e\u0442\u0438\u0442\u0435 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c.\",\"url\":\"https:\/\/galaxydata.ru\/community\/author\/galaxydata\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"HOW TO UPGRADE MARIADB 5.5 TO MARIADB 10.3 ON CENTOS 7.5 (1804) - GalaxyData Community","description":"Seamlessly upgrade your database from MariaDB 5.5 to MariaDB 10.3 on CentOS 7.5 (1804). Follow clear instructions to migrate data and ensure smooth functioning.","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:\/\/galaxydata.ru\/community\/how-to-upgrade-mariadb-5-5-to-mariadb-10-3-on-centos-7-5-1804-1175","og_locale":"ru_RU","og_type":"article","og_title":"HOW TO UPGRADE MARIADB 5.5 TO MARIADB 10.3 ON CENTOS 7.5 (1804)","og_description":"Seamlessly upgrade your database from MariaDB 5.5 to MariaDB 10.3 on CentOS 7.5 (1804). Follow clear instructions to migrate data and ensure smooth functioning.","og_url":"https:\/\/galaxydata.ru\/community\/how-to-upgrade-mariadb-5-5-to-mariadb-10-3-on-centos-7-5-1804-1175","og_site_name":"GalaxyData Community","article_publisher":"https:\/\/vk.com\/galaxydata","article_published_time":"2019-05-20T14:47:28+00:00","article_modified_time":"2025-07-22T17:41:29+00:00","author":"Eduard Yamaltdinov","twitter_card":"summary_large_image","twitter_misc":{"\u041d\u0430\u043f\u0438\u0441\u0430\u043d\u043e \u0430\u0432\u0442\u043e\u0440\u043e\u043c":"Eduard Yamaltdinov","\u041f\u0440\u0438\u043c\u0435\u0440\u043d\u043e\u0435 \u0432\u0440\u0435\u043c\u044f \u0434\u043b\u044f \u0447\u0442\u0435\u043d\u0438\u044f":"1 \u043c\u0438\u043d\u0443\u0442\u0430"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/galaxydata.ru\/community\/how-to-upgrade-mariadb-5-5-to-mariadb-10-3-on-centos-7-5-1804-1175#article","isPartOf":{"@id":"https:\/\/galaxydata.ru\/community\/how-to-upgrade-mariadb-5-5-to-mariadb-10-3-on-centos-7-5-1804-1175"},"author":{"name":"Eduard Yamaltdinov","@id":"https:\/\/galaxydata.ru\/community\/#\/schema\/person\/674f493b626af18d90fe784aa69dfd7b"},"headline":"HOW TO UPGRADE MARIADB 5.5 TO MARIADB 10.3 ON CENTOS 7.5 (1804)","datePublished":"2019-05-20T14:47:28+00:00","dateModified":"2025-07-22T17:41:29+00:00","mainEntityOfPage":{"@id":"https:\/\/galaxydata.ru\/community\/how-to-upgrade-mariadb-5-5-to-mariadb-10-3-on-centos-7-5-1804-1175"},"wordCount":154,"commentCount":1,"publisher":{"@id":"https:\/\/galaxydata.ru\/community\/#organization"},"keywords":["mariadb"],"articleSection":["Database","Linux"],"inLanguage":"ru-RU","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/galaxydata.ru\/community\/how-to-upgrade-mariadb-5-5-to-mariadb-10-3-on-centos-7-5-1804-1175#respond"]}]},{"@type":"WebPage","@id":"https:\/\/galaxydata.ru\/community\/how-to-upgrade-mariadb-5-5-to-mariadb-10-3-on-centos-7-5-1804-1175","url":"https:\/\/galaxydata.ru\/community\/how-to-upgrade-mariadb-5-5-to-mariadb-10-3-on-centos-7-5-1804-1175","name":"HOW TO UPGRADE MARIADB 5.5 TO MARIADB 10.3 ON CENTOS 7.5 (1804) - GalaxyData Community","isPartOf":{"@id":"https:\/\/galaxydata.ru\/community\/#website"},"datePublished":"2019-05-20T14:47:28+00:00","dateModified":"2025-07-22T17:41:29+00:00","description":"Seamlessly upgrade your database from MariaDB 5.5 to MariaDB 10.3 on CentOS 7.5 (1804). Follow clear instructions to migrate data and ensure smooth functioning.","breadcrumb":{"@id":"https:\/\/galaxydata.ru\/community\/how-to-upgrade-mariadb-5-5-to-mariadb-10-3-on-centos-7-5-1804-1175#breadcrumb"},"inLanguage":"ru-RU","potentialAction":[{"@type":"ReadAction","target":["https:\/\/galaxydata.ru\/community\/how-to-upgrade-mariadb-5-5-to-mariadb-10-3-on-centos-7-5-1804-1175"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/galaxydata.ru\/community\/how-to-upgrade-mariadb-5-5-to-mariadb-10-3-on-centos-7-5-1804-1175#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u0413\u043b\u0430\u0432\u043d\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430","item":"https:\/\/galaxydata.ru\/community"},{"@type":"ListItem","position":2,"name":"HOW TO UPGRADE MARIADB 5.5 TO MARIADB 10.3 ON CENTOS 7.5 (1804)"}]},{"@type":"WebSite","@id":"https:\/\/galaxydata.ru\/community\/#website","url":"https:\/\/galaxydata.ru\/community\/","name":"GalaxyData Community","description":"Tutorial for Cloud VDS","publisher":{"@id":"https:\/\/galaxydata.ru\/community\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/galaxydata.ru\/community\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ru-RU"},{"@type":"Organization","@id":"https:\/\/galaxydata.ru\/community\/#organization","name":"GalaxyData Community","url":"https:\/\/galaxydata.ru\/community\/","logo":{"@type":"ImageObject","inLanguage":"ru-RU","@id":"https:\/\/galaxydata.ru\/community\/#\/schema\/logo\/image\/","url":"https:\/\/galaxydata.ru\/community\/wp-content\/uploads\/2025\/07\/favicon_from_logo_32x32_gd.png","contentUrl":"https:\/\/galaxydata.ru\/community\/wp-content\/uploads\/2025\/07\/favicon_from_logo_32x32_gd.png","width":32,"height":32,"caption":"GalaxyData Community"},"image":{"@id":"https:\/\/galaxydata.ru\/community\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/vk.com\/galaxydata"]},{"@type":"Person","@id":"https:\/\/galaxydata.ru\/community\/#\/schema\/person\/674f493b626af18d90fe784aa69dfd7b","name":"Eduard Yamaltdinov","image":{"@type":"ImageObject","inLanguage":"ru-RU","@id":"https:\/\/galaxydata.ru\/community\/#\/schema\/person\/image\/","url":"https:\/\/galaxydata.ru\/community\/wp-content\/uploads\/2016\/10\/cloud-server-150x150.png","contentUrl":"https:\/\/galaxydata.ru\/community\/wp-content\/uploads\/2016\/10\/cloud-server-150x150.png","caption":"Eduard Yamaltdinov"},"description":"Eduard Yamaltdinov \u2014 \u0430\u0432\u0442\u043e\u0440 \u0438 \u044d\u043a\u0441\u043f\u0435\u0440\u0442 \u0432 \u043e\u0431\u043b\u0430\u0441\u0442\u0438 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u043e\u043d\u043d\u044b\u0445 \u0442\u0435\u0445\u043d\u043e\u043b\u043e\u0433\u0438\u0439 \u0438 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f. \u0415\u0441\u043b\u0438 \u0432\u0430\u043c \u0438\u043d\u0442\u0435\u0440\u0435\u0441\u043d\u043e \u0443\u0437\u043d\u0430\u0442\u044c \u0431\u043e\u043b\u044c\u0448\u0435 \u043e \u0435\u0433\u043e \u0440\u0430\u0431\u043e\u0442\u0430\u0445, \u043e\u043f\u044b\u0442\u0435 \u0438\u043b\u0438 \u043f\u0440\u043e\u0435\u043a\u0442\u0430\u0445, \u0441\u043e\u043e\u0431\u0449\u0438\u0442\u0435 \u043f\u043e\u0434\u0440\u043e\u0431\u043d\u0435\u0435, \u043a\u0430\u043a\u0443\u044e \u0438\u043c\u0435\u043d\u043d\u043e \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e \u0445\u043e\u0442\u0438\u0442\u0435 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c.","url":"https:\/\/galaxydata.ru\/community\/author\/galaxydata"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/galaxydata.ru\/community\/wp-json\/wp\/v2\/posts\/1175","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/galaxydata.ru\/community\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/galaxydata.ru\/community\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/galaxydata.ru\/community\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/galaxydata.ru\/community\/wp-json\/wp\/v2\/comments?post=1175"}],"version-history":[{"count":3,"href":"https:\/\/galaxydata.ru\/community\/wp-json\/wp\/v2\/posts\/1175\/revisions"}],"predecessor-version":[{"id":1259,"href":"https:\/\/galaxydata.ru\/community\/wp-json\/wp\/v2\/posts\/1175\/revisions\/1259"}],"wp:attachment":[{"href":"https:\/\/galaxydata.ru\/community\/wp-json\/wp\/v2\/media?parent=1175"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/galaxydata.ru\/community\/wp-json\/wp\/v2\/categories?post=1175"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/galaxydata.ru\/community\/wp-json\/wp\/v2\/tags?post=1175"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}