{"id":1126,"date":"2013-07-16T13:56:37","date_gmt":"2013-07-16T13:56:37","guid":{"rendered":"http:\/\/www.milesweb.com\/hosting-faqs\/?p=1126"},"modified":"2026-02-27T15:05:41","modified_gmt":"2026-02-27T09:35:41","slug":"mysqli-error-while-accessing-phpmyadmin","status":"publish","type":"post","link":"https:\/\/www.milesweb.in\/hosting-faqs\/mysqli-error-while-accessing-phpmyadmin\/","title":{"rendered":"MySQLi Error while Accessing phpMyadmin"},"content":{"rendered":"<p>Some options from phpMyadmin (like routines function) show an error of MySQLi support built in and cannot use features such as Routines as expected.<\/p>\n<blockquote><p>You are using PHP&#8217;s deprecated &#8216;mysql&#8217; extension, which is not capable of handling multi queries. <strong>The execution of some stored routines may fail!<\/strong> Please use the improved &#8216;mysqli&#8217; extension to avoid any problems.<\/p><\/blockquote>\n<p>MySQLi should be compiled on the server &amp; use command below if it is.<\/p>\n<p><em># \/usr\/local\/cpanel\/3rdparty\/bin\/php -m | grep -i MySQLi<\/em><br \/>\n<em> mysqli<\/em><\/p>\n<p>If it does not returns the output above you will have to re compile php on the server with MySQLi.<\/p>\n<p>Even if MySQLi is compiled, you receive the error. A small modification will allow phpMyadmin to use MySQLi.<\/p>\n<p><em># grep sql \/usr\/local\/cpanel\/base\/3rdparty\/phpMyAdmin\/config.inc.php<br \/>\n\/* Select mysql if your server does not have mysqli *\/<br \/>\n$cfg[&#8216;Servers&#8217;][$i][&#8216;extension&#8217;] = &#8216;mysql&#8217;;<\/em><\/p>\n<p>Replace mysql with mysqli in phpMyAdmin configuration.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Some options from phpMyadmin (like routines function) show an error of MySQLi support built in and cannot use features such as Routines as expected. You are using PHP&#8217;s deprecated &#8216;mysql&#8217; extension, which is not capable of handling multi queries. The execution of some stored routines may fail! Please use the improved &#8216;mysqli&#8217; extension to avoid [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3047],"tags":[],"class_list":["post-1126","post","type-post","status-publish","format-standard","placeholder-for-hentry","category-databases-mysql-mariadb"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>MySQLi error while accessing phpMyadmin<\/title>\n<meta name=\"description\" content=\"Some options from phpMyadmin (like routines function) show an error of MySQLi support built in and cannot use features such as Routines as expected.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.milesweb.in\/hosting-faqs\/mysqli-error-while-accessing-phpmyadmin\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"MySQLi error while accessing phpMyadmin\" \/>\n<meta property=\"og:description\" content=\"Some options from phpMyadmin (like routines function) show an error of MySQLi support built in and cannot use features such as Routines as expected.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.milesweb.in\/hosting-faqs\/mysqli-error-while-accessing-phpmyadmin\/\" \/>\n<meta property=\"og:site_name\" content=\"Web Hosting FAQs by MilesWeb\" \/>\n<meta property=\"article:published_time\" content=\"2013-07-16T13:56:37+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-27T09:35:41+00:00\" \/>\n<meta name=\"author\" content=\"Admin\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.milesweb.in\\\/hosting-faqs\\\/mysqli-error-while-accessing-phpmyadmin\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.milesweb.in\\\/hosting-faqs\\\/mysqli-error-while-accessing-phpmyadmin\\\/\"},\"author\":{\"name\":\"Admin\",\"@id\":\"https:\\\/\\\/www.milesweb.in\\\/hosting-faqs\\\/#\\\/schema\\\/person\\\/90143c7d8df4b4de36b3dbb0bb272f69\"},\"headline\":\"MySQLi Error while Accessing phpMyadmin\",\"datePublished\":\"2013-07-16T13:56:37+00:00\",\"dateModified\":\"2026-02-27T09:35:41+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.milesweb.in\\\/hosting-faqs\\\/mysqli-error-while-accessing-phpmyadmin\\\/\"},\"wordCount\":158,\"commentCount\":0,\"articleSection\":[\"Databases (MySQL \\\/ MariaDB)\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.milesweb.in\\\/hosting-faqs\\\/mysqli-error-while-accessing-phpmyadmin\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.milesweb.in\\\/hosting-faqs\\\/mysqli-error-while-accessing-phpmyadmin\\\/\",\"url\":\"https:\\\/\\\/www.milesweb.in\\\/hosting-faqs\\\/mysqli-error-while-accessing-phpmyadmin\\\/\",\"name\":\"MySQLi error while accessing phpMyadmin\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.milesweb.in\\\/hosting-faqs\\\/#website\"},\"datePublished\":\"2013-07-16T13:56:37+00:00\",\"dateModified\":\"2026-02-27T09:35:41+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.milesweb.in\\\/hosting-faqs\\\/#\\\/schema\\\/person\\\/90143c7d8df4b4de36b3dbb0bb272f69\"},\"description\":\"Some options from phpMyadmin (like routines function) show an error of MySQLi support built in and cannot use features such as Routines as expected.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.milesweb.in\\\/hosting-faqs\\\/mysqli-error-while-accessing-phpmyadmin\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.milesweb.in\\\/hosting-faqs\\\/mysqli-error-while-accessing-phpmyadmin\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.milesweb.in\\\/hosting-faqs\\\/mysqli-error-while-accessing-phpmyadmin\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.milesweb.in\\\/hosting-faqs\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"MySQLi Error while Accessing phpMyadmin\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.milesweb.in\\\/hosting-faqs\\\/#website\",\"url\":\"https:\\\/\\\/www.milesweb.in\\\/hosting-faqs\\\/\",\"name\":\"Web Hosting FAQs by MilesWeb\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.milesweb.in\\\/hosting-faqs\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.milesweb.in\\\/hosting-faqs\\\/#\\\/schema\\\/person\\\/90143c7d8df4b4de36b3dbb0bb272f69\",\"name\":\"Admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.milesweb.in\\\/hosting-faqs\\\/wp-content\\\/uploads\\\/2020\\\/02\\\/MilesWeb-Logo-150x150.png\",\"url\":\"https:\\\/\\\/www.milesweb.in\\\/hosting-faqs\\\/wp-content\\\/uploads\\\/2020\\\/02\\\/MilesWeb-Logo-150x150.png\",\"contentUrl\":\"https:\\\/\\\/www.milesweb.in\\\/hosting-faqs\\\/wp-content\\\/uploads\\\/2020\\\/02\\\/MilesWeb-Logo-150x150.png\",\"caption\":\"Admin\"},\"description\":\"With over 10+ years of experience in the web hosting industry, I have achieved extensive exposure to result-oriented methodologies. And expertise in different domains like Datacentre Services, Cloud computing technology, Web hosting industry and many more.\",\"url\":\"https:\\\/\\\/www.milesweb.in\\\/hosting-faqs\\\/author\\\/admin\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"MySQLi error while accessing phpMyadmin","description":"Some options from phpMyadmin (like routines function) show an error of MySQLi support built in and cannot use features such as Routines as expected.","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:\/\/www.milesweb.in\/hosting-faqs\/mysqli-error-while-accessing-phpmyadmin\/","og_locale":"en_US","og_type":"article","og_title":"MySQLi error while accessing phpMyadmin","og_description":"Some options from phpMyadmin (like routines function) show an error of MySQLi support built in and cannot use features such as Routines as expected.","og_url":"https:\/\/www.milesweb.in\/hosting-faqs\/mysqli-error-while-accessing-phpmyadmin\/","og_site_name":"Web Hosting FAQs by MilesWeb","article_published_time":"2013-07-16T13:56:37+00:00","article_modified_time":"2026-02-27T09:35:41+00:00","author":"Admin","twitter_misc":{"Written by":"Admin","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.milesweb.in\/hosting-faqs\/mysqli-error-while-accessing-phpmyadmin\/#article","isPartOf":{"@id":"https:\/\/www.milesweb.in\/hosting-faqs\/mysqli-error-while-accessing-phpmyadmin\/"},"author":{"name":"Admin","@id":"https:\/\/www.milesweb.in\/hosting-faqs\/#\/schema\/person\/90143c7d8df4b4de36b3dbb0bb272f69"},"headline":"MySQLi Error while Accessing phpMyadmin","datePublished":"2013-07-16T13:56:37+00:00","dateModified":"2026-02-27T09:35:41+00:00","mainEntityOfPage":{"@id":"https:\/\/www.milesweb.in\/hosting-faqs\/mysqli-error-while-accessing-phpmyadmin\/"},"wordCount":158,"commentCount":0,"articleSection":["Databases (MySQL \/ MariaDB)"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.milesweb.in\/hosting-faqs\/mysqli-error-while-accessing-phpmyadmin\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.milesweb.in\/hosting-faqs\/mysqli-error-while-accessing-phpmyadmin\/","url":"https:\/\/www.milesweb.in\/hosting-faqs\/mysqli-error-while-accessing-phpmyadmin\/","name":"MySQLi error while accessing phpMyadmin","isPartOf":{"@id":"https:\/\/www.milesweb.in\/hosting-faqs\/#website"},"datePublished":"2013-07-16T13:56:37+00:00","dateModified":"2026-02-27T09:35:41+00:00","author":{"@id":"https:\/\/www.milesweb.in\/hosting-faqs\/#\/schema\/person\/90143c7d8df4b4de36b3dbb0bb272f69"},"description":"Some options from phpMyadmin (like routines function) show an error of MySQLi support built in and cannot use features such as Routines as expected.","breadcrumb":{"@id":"https:\/\/www.milesweb.in\/hosting-faqs\/mysqli-error-while-accessing-phpmyadmin\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.milesweb.in\/hosting-faqs\/mysqli-error-while-accessing-phpmyadmin\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.milesweb.in\/hosting-faqs\/mysqli-error-while-accessing-phpmyadmin\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.milesweb.in\/hosting-faqs\/"},{"@type":"ListItem","position":2,"name":"MySQLi Error while Accessing phpMyadmin"}]},{"@type":"WebSite","@id":"https:\/\/www.milesweb.in\/hosting-faqs\/#website","url":"https:\/\/www.milesweb.in\/hosting-faqs\/","name":"Web Hosting FAQs by MilesWeb","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.milesweb.in\/hosting-faqs\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.milesweb.in\/hosting-faqs\/#\/schema\/person\/90143c7d8df4b4de36b3dbb0bb272f69","name":"Admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/02\/MilesWeb-Logo-150x150.png","url":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/02\/MilesWeb-Logo-150x150.png","contentUrl":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-content\/uploads\/2020\/02\/MilesWeb-Logo-150x150.png","caption":"Admin"},"description":"With over 10+ years of experience in the web hosting industry, I have achieved extensive exposure to result-oriented methodologies. And expertise in different domains like Datacentre Services, Cloud computing technology, Web hosting industry and many more.","url":"https:\/\/www.milesweb.in\/hosting-faqs\/author\/admin\/"}]}},"_links":{"self":[{"href":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-json\/wp\/v2\/posts\/1126","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-json\/wp\/v2\/comments?post=1126"}],"version-history":[{"count":6,"href":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-json\/wp\/v2\/posts\/1126\/revisions"}],"predecessor-version":[{"id":6619,"href":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-json\/wp\/v2\/posts\/1126\/revisions\/6619"}],"wp:attachment":[{"href":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-json\/wp\/v2\/media?parent=1126"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-json\/wp\/v2\/categories?post=1126"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-json\/wp\/v2\/tags?post=1126"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}