{"id":2036,"date":"2021-06-10T08:39:43","date_gmt":"2021-06-10T08:39:43","guid":{"rendered":"https:\/\/ccbill.com\/kb\/?p=2036"},"modified":"2023-03-06T12:17:50","modified_gmt":"2023-03-06T12:17:50","slug":"magento-mysql-config","status":"publish","type":"post","link":"https:\/\/ccbill.com\/kb\/magento-mysql-config","title":{"rendered":"Magento MySQL Config: How to Find and Edit Database Config File"},"content":{"rendered":"\n<p class=\"h3\">Introduction<\/p>\n\n\n\n<p>Magento 2 uses MySQL (or MariaDB) to store data and streamline background processes. Configuring the MySQL database parameters is mandatory when <a rel=\"noreferrer noopener\" href=\"https:\/\/ccbill.com\/kb\/how-to-install-magento-in-linux#ftoc-heading-11\" target=\"_blank\">installing Magento 2 <\/a><a rel=\"noreferrer noopener\" href=\"https:\/\/ccbill.com\/kb\/how-to-install-magento-in-linux#ftoc-heading-11\" target=\"_blank\">i<\/a><a rel=\"noreferrer noopener\" href=\"https:\/\/ccbill.com\/kb\/how-to-install-magento-in-linux#ftoc-heading-11\" target=\"_blank\">n Linux<\/a>.<\/p>\n\n\n\n<p>If the MySQL user credentials or <a href=\"https:\/\/phoenixnap.com\/kb\/what-is-a-database-server\" target=\"_blank\" rel=\"noreferrer noopener\">database server<\/a> settings change, the parameters in the Magento database config file need to reflect those changes.<\/p>\n\n\n\n<p><strong>Learn where to find and how to edit the database config file in Magento 2.<\/strong><\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img decoding=\"async\" width=\"800\" height=\"400\" src=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/06\/magetno-mysql-config.png\" alt=\"Merchant making adjustments to Magetno config files.\" class=\"wp-image-2039\" srcset=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/06\/magetno-mysql-config.png 800w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/06\/magetno-mysql-config-300x150.png 300w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/06\/magetno-mysql-config-768x384.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/figure><\/div>\n\n\n<h2 class=\"wp-block-heading\">Why Edit Magento Database Config File?<\/h2>\n\n\n\n<p>The database config file contains information Magento needs to connect and interact with the MySQL database.<\/p>\n\n\n\n<p>You need to edit the settings in the config file if:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>The database hostname changed.<\/li>\n\n\n\n<li>The database password or username was modified.<\/li>\n\n\n\n<li>You plan to use a different database for the Magento store.<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-text-color has-background has-vivid-cyan-blue-background-color has-vivid-cyan-blue-color is-style-wide\"\/>\n\n\n\n<p><strong>Note:<\/strong> Learn everything you need to know about <a href=\"https:\/\/ccbill.com\/kb\/magento-database-type\" target=\"_blank\" rel=\"noreferrer noopener\">Magento database types<\/a>.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-text-color has-background has-vivid-cyan-blue-background-color has-vivid-cyan-blue-color is-style-wide\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">How To Find and Edit Magento Database Config File?<\/h2>\n\n\n\n<p>The database connection settings in Magento are in the <em>env.php<\/em> file. The full path to the <em>env.php<\/em> file in Magento 2 is:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\/Magento_Installation_Directory\/app\/etc\/env.php<\/code><\/pre>\n\n\n\n<p>This file also contains settings for the <a href=\"https:\/\/ccbill.com\/kb\/magento-change-admin-url#ftoc-heading-3\" target=\"_blank\" rel=\"noreferrer noopener\">Magento admin URL<\/a>, cron jobs, encryption key, etc.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img decoding=\"async\" width=\"800\" height=\"68\" src=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/06\/env-php-file-magento-database-config.png\" alt=\"Location of the database config file in the Magetno sub-directory.\" class=\"wp-image-2040\" srcset=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/06\/env-php-file-magento-database-config.png 800w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/06\/env-php-file-magento-database-config-300x26.png 300w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/06\/env-php-file-magento-database-config-768x65.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/figure><\/div>\n\n\n<p>To edit the Magento database config settings:<\/p>\n\n\n\n<p>1. Establish an <a href=\"https:\/\/phoenixnap.com\/kb\/ssh-to-connect-to-remote-server-linux-or-windows\" target=\"_blank\" rel=\"noreferrer noopener\">SSH connection<\/a> with the Magento server. <\/p>\n\n\n\n<p>2. Use the command-line interface (CLI) to access the <em>\/app\/etc\/<\/em> sub-directory in the Magento root:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>cd \/var\/www\/html\/magento2.4\/app\/etc<\/code><\/pre>\n\n\n\n<p>In this example, Magento is installed in the <em>\/var\/www\/html\/magento2.4<\/em> directory. Adjust the command to match the Magento root directory path on your system.<\/p>\n\n\n\n<p>3. Open the <em>env.php<\/em> file in a text editor, such as <strong>nano<\/strong>:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo nano env.php<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"800\" height=\"35\" src=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/06\/env-php-file-magento-database-config-access.png\" alt=\"Using a text editor to edit the env.php file in Magento.\" class=\"wp-image-2037\" srcset=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/06\/env-php-file-magento-database-config-access.png 800w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/06\/env-php-file-magento-database-config-access-300x13.png 300w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/06\/env-php-file-magento-database-config-access-768x34.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/figure>\n\n\n\n<p>4. Locate the <strong>db<\/strong> section in the <em>env.php<\/em> file and make the necessary edits.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"800\" height=\"537\" src=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/06\/env-php-file-magento-db-section.png\" alt=\"Contents of the env.php file in Magento.\" class=\"wp-image-2038\" srcset=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/06\/env-php-file-magento-db-section.png 800w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/06\/env-php-file-magento-db-section-300x201.png 300w, https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/06\/env-php-file-magento-db-section-768x516.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/figure>\n\n\n\n<p>5. Edit the following parameters:<\/p>\n\n\n\n<figure class=\"wp-block-table is-style-stripes\"><table class=\"has-fixed-layout\"><thead><tr><th>PARAMETER<\/th><th>VALUE<\/th><\/tr><\/thead><tbody><tr><td><strong><code>host<\/code><\/strong><\/td><td>Enter the hostname of the database server. If Magento is on the same server as the database, use <em>localhost<\/em>.<\/td><\/tr><tr><td><strong><code>dbname<\/code><\/strong><\/td><td>The name of the Magento MySQL database.<\/td><\/tr><tr><td><strong><code>username<\/code><\/strong><\/td><td>Enter the username of the MySQL database user.<\/td><\/tr><tr><td><strong><code>password<\/code><\/strong><\/td><td>The password for the MySQL database user.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>6. Save the changes and exit the <em>env.php<\/em> file.<\/p>\n\n\n\n<p class=\"h3\">Conclusion<\/p>\n\n\n\n<p>You have successfully edited the Magento database config file. Be prepared to adjust the database settings in Magento regularly.<\/p>\n\n\n\n<p><a href=\"https:\/\/ccbill.com\/blog\/ecommerce-store\" target=\"_blank\" rel=\"noreferrer noopener\">Ecommerce stores<\/a> need to <a href=\"https:\/\/phoenixnap.com\/servers\/dedicated\" target=\"_blank\" rel=\"noreferrer noopener\">scale their servers<\/a> and databases often to maintain optimal website performance. Any change to the store's underlying infrastructure can prevent Magento from interacting with the MySQL server.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>This short guide explains how to locate and edit the database config file in Magento 2 using the command-line interface (CLI).<\/p>\n","protected":false},"author":6,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[12,14],"tags":[],"class_list":["post-2036","post","type-post","status-publish","format-standard","hentry","category-e-commerce","category-web-development"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Magento MySQL Config: Find and Edit Database Config File<\/title>\n<meta name=\"description\" content=\"Find out how to access the Magento MySQL config file and edit Magento 2 database configuration settings in no time.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/ccbill.com\/kb\/magento-mysql-config\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Magento MySQL Config: Find and Edit Database Config File\" \/>\n<meta property=\"og:description\" content=\"Find out how to access the Magento MySQL config file and edit Magento 2 database configuration settings in no time.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/ccbill.com\/kb\/magento-mysql-config\" \/>\n<meta property=\"og:site_name\" content=\"CCBill Knowledge Base\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/ccbillBIZ\/\" \/>\n<meta property=\"article:published_time\" content=\"2021-06-10T08:39:43+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-03-06T12:17:50+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/06\/magetno-mysql-config.png\" \/>\n<meta name=\"author\" content=\"Vladimir Kaplarevic\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@CCBillBIZ\" \/>\n<meta name=\"twitter:site\" content=\"@CCBillBIZ\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Vladimir Kaplarevic\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/ccbill.com\/kb\/magento-mysql-config#article\",\"isPartOf\":{\"@id\":\"https:\/\/ccbill.com\/kb\/magento-mysql-config\"},\"author\":{\"name\":\"Vladimir Kaplarevic\",\"@id\":\"https:\/\/ccbill.com\/kb\/#\/schema\/person\/1f198b1218f6343a2682022ac4395644\"},\"headline\":\"Magento MySQL Config: How to Find and Edit Database Config File\",\"datePublished\":\"2021-06-10T08:39:43+00:00\",\"dateModified\":\"2023-03-06T12:17:50+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/ccbill.com\/kb\/magento-mysql-config\"},\"wordCount\":377,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/ccbill.com\/kb\/#organization\"},\"image\":{\"@id\":\"https:\/\/ccbill.com\/kb\/magento-mysql-config#primaryimage\"},\"thumbnailUrl\":\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/06\/magetno-mysql-config.png\",\"articleSection\":[\"eCommerce Tutorials\",\"Web Development\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/ccbill.com\/kb\/magento-mysql-config#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/ccbill.com\/kb\/magento-mysql-config\",\"url\":\"https:\/\/ccbill.com\/kb\/magento-mysql-config\",\"name\":\"Magento MySQL Config: Find and Edit Database Config File\",\"isPartOf\":{\"@id\":\"https:\/\/ccbill.com\/kb\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/ccbill.com\/kb\/magento-mysql-config#primaryimage\"},\"image\":{\"@id\":\"https:\/\/ccbill.com\/kb\/magento-mysql-config#primaryimage\"},\"thumbnailUrl\":\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/06\/magetno-mysql-config.png\",\"datePublished\":\"2021-06-10T08:39:43+00:00\",\"dateModified\":\"2023-03-06T12:17:50+00:00\",\"description\":\"Find out how to access the Magento MySQL config file and edit Magento 2 database configuration settings in no time.\",\"breadcrumb\":{\"@id\":\"https:\/\/ccbill.com\/kb\/magento-mysql-config#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/ccbill.com\/kb\/magento-mysql-config\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/ccbill.com\/kb\/magento-mysql-config#primaryimage\",\"url\":\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/06\/magetno-mysql-config.png\",\"contentUrl\":\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/06\/magetno-mysql-config.png\",\"width\":800,\"height\":400,\"caption\":\"Merchant making adjustments to Magetno config files.\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/ccbill.com\/kb\/magento-mysql-config#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"KB Home\",\"item\":\"https:\/\/ccbill.com\/kb\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"eCommerce Tutorials\",\"item\":\"https:\/\/ccbill.com\/kb\/category\/e-commerce\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Magento MySQL Config: How to Find and Edit Database Config File\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/ccbill.com\/kb\/#website\",\"url\":\"https:\/\/ccbill.com\/kb\/\",\"name\":\"CCBill Knowledge Base\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/ccbill.com\/kb\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/ccbill.com\/kb\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/ccbill.com\/kb\/#organization\",\"name\":\"CCBill\",\"url\":\"https:\/\/ccbill.com\/kb\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/ccbill.com\/kb\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/10\/ccbill-logo.png\",\"contentUrl\":\"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/10\/ccbill-logo.png\",\"width\":160,\"height\":70,\"caption\":\"CCBill\"},\"image\":{\"@id\":\"https:\/\/ccbill.com\/kb\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/ccbillBIZ\/\",\"https:\/\/x.com\/CCBillBIZ\",\"https:\/\/www.linkedin.com\/company\/ccbill\",\"https:\/\/www.youtube.com\/c\/CCBillBiz\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/ccbill.com\/kb\/#\/schema\/person\/1f198b1218f6343a2682022ac4395644\",\"name\":\"Vladimir Kaplarevic\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/ccbill.com\/kb\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/cc08885e8fec32585bae8a0f5a1aef92f8c8c4fc33692e74e0ec2e63633d2478?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/cc08885e8fec32585bae8a0f5a1aef92f8c8c4fc33692e74e0ec2e63633d2478?s=96&d=mm&r=g\",\"caption\":\"Vladimir Kaplarevic\"},\"description\":\"Vladimir is a resident Tech Writer at CCBill. He has more than 8 years of experience in implementing e-commerce and online payment solutions with various global IT services providers. His engaging writing style provides practical advice and aims to spark curiosity for innovative technologies.\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Magento MySQL Config: Find and Edit Database Config File","description":"Find out how to access the Magento MySQL config file and edit Magento 2 database configuration settings in no time.","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:\/\/ccbill.com\/kb\/magento-mysql-config","og_locale":"en_US","og_type":"article","og_title":"Magento MySQL Config: Find and Edit Database Config File","og_description":"Find out how to access the Magento MySQL config file and edit Magento 2 database configuration settings in no time.","og_url":"https:\/\/ccbill.com\/kb\/magento-mysql-config","og_site_name":"CCBill Knowledge Base","article_publisher":"https:\/\/www.facebook.com\/ccbillBIZ\/","article_published_time":"2021-06-10T08:39:43+00:00","article_modified_time":"2023-03-06T12:17:50+00:00","og_image":[{"url":"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/06\/magetno-mysql-config.png","type":"","width":"","height":""}],"author":"Vladimir Kaplarevic","twitter_card":"summary_large_image","twitter_creator":"@CCBillBIZ","twitter_site":"@CCBillBIZ","twitter_misc":{"Written by":"Vladimir Kaplarevic","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/ccbill.com\/kb\/magento-mysql-config#article","isPartOf":{"@id":"https:\/\/ccbill.com\/kb\/magento-mysql-config"},"author":{"name":"Vladimir Kaplarevic","@id":"https:\/\/ccbill.com\/kb\/#\/schema\/person\/1f198b1218f6343a2682022ac4395644"},"headline":"Magento MySQL Config: How to Find and Edit Database Config File","datePublished":"2021-06-10T08:39:43+00:00","dateModified":"2023-03-06T12:17:50+00:00","mainEntityOfPage":{"@id":"https:\/\/ccbill.com\/kb\/magento-mysql-config"},"wordCount":377,"commentCount":0,"publisher":{"@id":"https:\/\/ccbill.com\/kb\/#organization"},"image":{"@id":"https:\/\/ccbill.com\/kb\/magento-mysql-config#primaryimage"},"thumbnailUrl":"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/06\/magetno-mysql-config.png","articleSection":["eCommerce Tutorials","Web Development"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/ccbill.com\/kb\/magento-mysql-config#respond"]}]},{"@type":"WebPage","@id":"https:\/\/ccbill.com\/kb\/magento-mysql-config","url":"https:\/\/ccbill.com\/kb\/magento-mysql-config","name":"Magento MySQL Config: Find and Edit Database Config File","isPartOf":{"@id":"https:\/\/ccbill.com\/kb\/#website"},"primaryImageOfPage":{"@id":"https:\/\/ccbill.com\/kb\/magento-mysql-config#primaryimage"},"image":{"@id":"https:\/\/ccbill.com\/kb\/magento-mysql-config#primaryimage"},"thumbnailUrl":"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/06\/magetno-mysql-config.png","datePublished":"2021-06-10T08:39:43+00:00","dateModified":"2023-03-06T12:17:50+00:00","description":"Find out how to access the Magento MySQL config file and edit Magento 2 database configuration settings in no time.","breadcrumb":{"@id":"https:\/\/ccbill.com\/kb\/magento-mysql-config#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/ccbill.com\/kb\/magento-mysql-config"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/ccbill.com\/kb\/magento-mysql-config#primaryimage","url":"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/06\/magetno-mysql-config.png","contentUrl":"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2021\/06\/magetno-mysql-config.png","width":800,"height":400,"caption":"Merchant making adjustments to Magetno config files."},{"@type":"BreadcrumbList","@id":"https:\/\/ccbill.com\/kb\/magento-mysql-config#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"KB Home","item":"https:\/\/ccbill.com\/kb\/"},{"@type":"ListItem","position":2,"name":"eCommerce Tutorials","item":"https:\/\/ccbill.com\/kb\/category\/e-commerce"},{"@type":"ListItem","position":3,"name":"Magento MySQL Config: How to Find and Edit Database Config File"}]},{"@type":"WebSite","@id":"https:\/\/ccbill.com\/kb\/#website","url":"https:\/\/ccbill.com\/kb\/","name":"CCBill Knowledge Base","description":"","publisher":{"@id":"https:\/\/ccbill.com\/kb\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/ccbill.com\/kb\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/ccbill.com\/kb\/#organization","name":"CCBill","url":"https:\/\/ccbill.com\/kb\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/ccbill.com\/kb\/#\/schema\/logo\/image\/","url":"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/10\/ccbill-logo.png","contentUrl":"https:\/\/ccbill.com\/kb\/wp-content\/uploads\/2020\/10\/ccbill-logo.png","width":160,"height":70,"caption":"CCBill"},"image":{"@id":"https:\/\/ccbill.com\/kb\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/ccbillBIZ\/","https:\/\/x.com\/CCBillBIZ","https:\/\/www.linkedin.com\/company\/ccbill","https:\/\/www.youtube.com\/c\/CCBillBiz"]},{"@type":"Person","@id":"https:\/\/ccbill.com\/kb\/#\/schema\/person\/1f198b1218f6343a2682022ac4395644","name":"Vladimir Kaplarevic","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/ccbill.com\/kb\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/cc08885e8fec32585bae8a0f5a1aef92f8c8c4fc33692e74e0ec2e63633d2478?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/cc08885e8fec32585bae8a0f5a1aef92f8c8c4fc33692e74e0ec2e63633d2478?s=96&d=mm&r=g","caption":"Vladimir Kaplarevic"},"description":"Vladimir is a resident Tech Writer at CCBill. He has more than 8 years of experience in implementing e-commerce and online payment solutions with various global IT services providers. His engaging writing style provides practical advice and aims to spark curiosity for innovative technologies."}]}},"_links":{"self":[{"href":"https:\/\/ccbill.com\/kb\/wp-json\/wp\/v2\/posts\/2036","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ccbill.com\/kb\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ccbill.com\/kb\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ccbill.com\/kb\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/ccbill.com\/kb\/wp-json\/wp\/v2\/comments?post=2036"}],"version-history":[{"count":37,"href":"https:\/\/ccbill.com\/kb\/wp-json\/wp\/v2\/posts\/2036\/revisions"}],"predecessor-version":[{"id":4806,"href":"https:\/\/ccbill.com\/kb\/wp-json\/wp\/v2\/posts\/2036\/revisions\/4806"}],"wp:attachment":[{"href":"https:\/\/ccbill.com\/kb\/wp-json\/wp\/v2\/media?parent=2036"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ccbill.com\/kb\/wp-json\/wp\/v2\/categories?post=2036"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ccbill.com\/kb\/wp-json\/wp\/v2\/tags?post=2036"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}