CINXE.COM

phpMyAdmin - Support

<!DOCTYPE html> <html lang="en"> <head profile="http://purl.org/uF/2008/03/ http://purl.org/uF/hAtom/0.1/"> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="author" content="phpMyAdmin contributors" /> <meta name="copyright" content="Copyright &copy; 2003 - 2025 phpMyAdmin contributors" /> <link rel="copyright" href="/license/" /> <title>phpMyAdmin - Support</title> <link rel="alternate" type="application/rss+xml" href="/news/feed/" title="phpMyAdmin news"/> <link rel="stylesheet" type="text/css" href="/static/bootstrap/css/bootstrap.min.css" /> <link rel="stylesheet" href="/static/CACHE/css/output.f80da5dec99e.css" type="text/css"> <link rel="shortcut icon" href="/static/favicon.ico" type="image/x-icon" /> <link rel="icon" href="/static/favicon.ico" type="image/x-icon" /> <meta property="og:title" content="Support" /> <meta property="og:site_name" content="phpMyAdmin" /> <meta property="og:image" content="https://www.phpmyadmin.net/static/images/logo-og.png" /> <meta property="og:type" content="website" /> <link rel="image_src" href="/static/images/logo-og.png" title="phpMyAdmin"/> <link rel="vcs-git" href="https://github.com/phpmyadmin/phpmyadmin.git" title="phpMyAdmin Git repository" /> <link rel="vcs-browse" href="https://github.com/phpmyadmin/" title="phpMyAdmin Git repository browser" /> <script src="/static/CACHE/js/output.27d2eb43a968.js"></script> <meta name="verify-v1" content="3AM2eNj0zQ1Ao/N2eGE02S45V3p5KQxAyMIxdUJhtEQ=" /> <meta name="robots" content="index, follow" /> </head> <body> <header> <nav class="navbar navbar-expand-lg navbar-light bg-light"> <div class="container"> <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"> <span class="fa fa-bars"></span> </button> <div class="collapse navbar-collapse" id="navbarSupportedContent"> <ul class="navbar-nav me-auto"> <li class="nav-item"> <a class="nav-link" href="/">Home</a> </li> <li class="nav-item"> <a class="nav-link" href="/news/">News</a> </li> <li class="nav-item"> <a class="nav-link" href="/security/">Security</a> </li> <li class="nav-item"> <a class="nav-link active" href="/support/">Support <span class="visually-hidden">(current)</span></a> </li> <li class="nav-item"> <a class="nav-link" href="/docs/">Docs</a> </li> <li class="nav-item"> <a class="nav-link" href="/try/">Try</a> </li> <li class="nav-item"> <a class="nav-link" href="/contribute/">Contribute</a> </li> <li class="nav-item"> <a class="nav-link" href="/sponsors/">Sponsors</a> </li> <li class="nav-item"> <a class="nav-link" href="/themes/">Themes</a> </li> <li class="nav-item"> <a class="nav-link" href="/downloads/">Download</a> </li> </ul> <ul class="navbar-nav me-0"> <li class="nav-item"> <a class="nav-link" href="https://github.com/phpmyadmin/phpmyadmin" title="phpMyAdmin is developed on GitHub"><i class="fa fa-github"></i> GitHub</a> </li> </ul> </div> </div> </nav> <div class="container mt-4"> <div class="row"> <div class="col-sm-9"> <h1><a href="/" rel="home"><span id="logo">phpMyAdmin</span></a> <span class="hidden-sm hidden-xs">Bringing MySQL to the web</span></h1> </div> <div class="col-sm-3 boxes"> <a class="btn btn-success download_popup" href="https://files.phpmyadmin.net/phpMyAdmin/5.2.2/phpMyAdmin-5.2.2-all-languages.zip" title="Download zip compressed release, 15.1 MB" rel="quick-download" data-sha256="6b99534f72ffb1d7275f50d23ca4141e1495c97d7cadb73a41d6dc580ed5ce29" data-pgp="https://files.phpmyadmin.net/phpMyAdmin/5.2.2/phpMyAdmin-5.2.2-all-languages.zip.asc"><i class="fa fa-download"></i> Download 5.2.2</a> <a class="btn btn-success" href="https://demo.phpmyadmin.net/master-config/" title="Go to demo server"><i class="fa fa-search"></i> Try demo</a> <a class="btn btn-success" href="/donate/" rel="payment"><i class="fa fa-credit-card"></i> Donate</a> </div> </div> </div> </header> <content> <div class="container"> <div class="floatbox"> <h2>Getting help with phpMyAdmin</h2> <p> phpMyAdmin strives to be as helpful as possible during the install, but sometimes it happens: it just won't work. Here's a list of resources and information you can use when you're trying to get it working: </p> <h3>Recent versions of all programs</h3> <p> It's true, software has bugs. Those bugs get fixed, but if you're still running a broken version of PHP that doesn't handle arrays correctly, you'll never get phpMyAdmin (or any other PHP script) working properly. If at all possible try to run the most recent versions of MySQL, PHP, and phpMyAdmin. </p> <h3>Use the phpMyAdmin source</h3> <p> Many distributions ship with binary installs for phpMyAdmin (Gentoo's portage/emerge, Debian's dpkg/apt, etc). If you have a problem with one of those, seek help from the package maintainer. If you want to ask us, first get the source from <a href="/downloads/">our downloads page</a> and run through the <a href="https://docs.phpmyadmin.net/en/latest/setup.html#quick-install">quick install guide</a>. </p> <h3>Read the documentation!</h3> <p> Yes, <a href="https://docs.phpmyadmin.net/">the documentation</a> is large, but that's because it has a lot of information in it. Search for your error message or problem. Read the <a href="https://docs.phpmyadmin.net/en/latest/faq.html">frequently asked questions</a> — many common problems are answered there. </p> </div> <div class="floatbox"> <h2>Types of questions and where to ask</h2> <ul> <li>How do I? &mdash; <a href="https://stackoverflow.com/tags/phpmyadmin/info">Stack Overflow</a></li> <li>I got this error, why? &mdash; <a href="https://stackoverflow.com/tags/phpmyadmin/info">Stack Overflow</a></li> <li>I got this web server error (like "404 - Not Found") &mdash; <a href="https://serverfault.com/tags/phpmyadmin">serverfault.com</a> or <a href="https://webmasters.stackexchange.com/tags/phpmyadmin">webmasters.stackexchange.com</a></li> <li>I got this error on the current stable version and I'm sure it's a bug &mdash; Please file an <a href="https://github.com/phpmyadmin/phpmyadmin/issues">issue</a></li> <li>I have an idea/request &mdash; Please file an <a href="https://github.com/phpmyadmin/phpmyadmin/issues">issue</a></li> <li>I have found a security issue &mdash; Please see <a href="/security/">security page</a> for instructions how to report that</li> <li>I have a question about the code itself &mdash; Use our <a href="https://lists.phpmyadmin.net/mailman/listinfo/developers">developers@phpmyadmin.net</a> mailing list</li> </ul> </div> <div class="floatbox"> <h2>Mailing Lists</h2> <ul> <li>For news/announcements: <a href="https://lists.phpmyadmin.net/mailman/listinfo/news">news@phpmyadmin.net</a></li> <li>For developers: <a href="https://lists.phpmyadmin.net/mailman/listinfo/developers">developers@phpmyadmin.net</a></li> <li>For translators: <a href="https://lists.phpmyadmin.net/mailman/listinfo/translators">translators@phpmyadmin.net</a></li> <li>Git commit notifications: <a href="https://lists.phpmyadmin.net/mailman/listinfo/git">git@phpmyadmin.net</a></li> <li><a href="https://lists.phpmyadmin.net/">Mailing lists overview</a></li> </ul> </div> <div class="floatbox"> <h2>Commercial Support</h2> <p> If you want to receive commercial support for phpMyAdmin, either as help with installation or implementing custom features, do not hesitate to contact the <a href="https://lists.phpmyadmin.net/mailman/listinfo/developers">development mailing list</a>. Please note that these services are not in any way connected with the phpMyAdmin team and we can not guarantee accurate information or quality of service for them. </p> </div> <div class="clearer"></div> </div> </content> <!-- Modal --> <div class="modal fade" id="downloadModal" tabindex="-1" aria-labelledby="downloadModalLabel" aria-hidden="true"> <div class="modal-dialog modal-lg"> <div class="modal-content"> <div class="modal-header"> <h1 class="modal-title fs-5" id="downloadModalLabel">Thank you for downloading phpMyAdmin</h1> <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button> </div> <div class="modal-body"> <p> Your download should start soon, if not please <a id="dl-link" href="">click here</a>. </p> <h4>Please verify the downloaded file</h4> <p> Please take additional steps to verify that the file you have downloaded is not corrupted, you can verify it using the following methods: </p> <ul> <li id="dl-li-pgp">Verify its <a id="dl-pgp" href="">PGP signature</a>, see the <a href="https://docs.phpmyadmin.net/en/latest/setup.html#verifying-phpmyadmin-releases">Verifying phpMyAdmin releases</a> chapter for more information.</li> <li>Check that the file's SHA256 hash matches <code id="dl-sha256"></code></li> </ul> <h4>phpMyAdmin needs your continued support to grow and thrive</h4> <p> phpMyAdmin would not exist without the work of many volunteers and contractors. You can support us to make phpMyAdmin even better by <a href="/donate/">donating to our project</a>. Every donation counts! <p> <p> We have also a <a href="/sponsors/#conditions">sponsorship program</a> for corporates who are willing to spent more money and get some benefits such as a logo placement in return. </p> </div> <div class="modal-footer"> <button type="button" class="btn btn-default" data-bs-dismiss="modal">Close</button> <a href="/donate/" class="btn btn-primary">Donate to phpMyAdmin</a> </div> </div> </div> </div> <footer> <ul class="footer"> <li>Copyright &copy; 2003 - 2025 <span class="vcard"><a class="url org fn" href="/team/">phpMyAdmin contributors</a><a href="mailto:developers@phpmyadmin.net" class="email"></a></span></li> <li><a href="/license/" rel="license">License</a></li> <li><a href="/donate/" rel="payment" title="Support phpMyAdmin by donating money!">Donate</a></li> <li><a href="/about-website/" title="Information about website">About</a></li> <li class="logo"><a href="https://twitter.com/phpmya"><i class="fa fa-twitter-square"></i></a></li> <li class="logo"><a href="https://www.facebook.com/pages/PhpMyAdmin/157021164334486"><i class="fa fa-facebook-official"></i></a></li> </ul> </footer> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-2718724-14', 'auto'); ga('send', 'pageview'); </script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10