Phpmyadmin Documentation Release 5.1.2-Dev
Total Page:16
File Type:pdf, Size:1020Kb
phpMyAdmin Documentation Release 5.1.2-dev The phpMyAdmin devel team Sep 29, 2021 Contents 1 Introduction 3 1.1 Supported features............................................3 1.2 Shortcut keys...............................................4 1.3 A word about users............................................4 2 Requirements 5 2.1 Web server................................................5 2.2 PHP....................................................5 2.3 Database.................................................6 2.4 Web browser...............................................6 3 Installation 7 3.1 Linux distributions............................................7 3.2 Installing on Windows..........................................8 3.3 Installing from Git............................................8 3.4 Installing using Composer........................................9 3.5 Installing using Docker..........................................9 3.6 IBM Cloud................................................ 14 3.7 Quick Install............................................... 14 3.8 Verifying phpMyAdmin releases..................................... 16 3.9 phpMyAdmin configuration storage................................... 17 3.10 Upgrading from an older version..................................... 19 3.11 Using authentication modes....................................... 19 3.12 Securing your phpMyAdmin installation................................ 26 3.13 Using SSL for connection to database server.............................. 27 3.14 Known issues............................................... 28 4 Configuration 29 4.1 Basic settings............................................... 29 4.2 Server connection settings........................................ 32 4.3 Generic settings............................................. 51 4.4 Cookie authentication options...................................... 55 4.5 Navigation panel setup.......................................... 58 4.6 Main panel................................................ 62 4.7 Database structure............................................ 63 4.8 Browse mode............................................... 64 4.9 Editing mode............................................... 65 i 4.10 Export and import settings........................................ 66 4.11 Tabs display settings........................................... 68 4.12 PDF Options............................................... 69 4.13 Languages................................................ 69 4.14 Web server settings............................................ 70 4.15 Theme settings.............................................. 72 4.16 Design customization.......................................... 72 4.17 Text fields................................................ 73 4.18 SQL query box settings......................................... 75 4.19 Web server upload/save/import directories................................ 75 4.20 Various display setting.......................................... 77 4.21 Page titles................................................. 78 4.22 Theme manager settings......................................... 79 4.23 Default queries.............................................. 79 4.24 MySQL settings............................................. 80 4.25 Default options for Transformations................................... 80 4.26 Console settings............................................. 81 4.27 Developer................................................. 82 4.28 Examples................................................. 83 5 User Guide 89 5.1 Configuring phpMyAdmin........................................ 89 5.2 Two-factor authentication........................................ 89 5.3 Transformations............................................. 90 5.4 Bookmarks................................................ 92 5.5 User management............................................ 93 5.6 Relations................................................. 95 5.7 Charts................................................... 98 5.8 Import and export............................................ 104 5.9 Custom Themes............................................. 109 5.10 Other sources of information....................................... 110 6 FAQ - Frequently Asked Questions 113 6.1 Server................................................... 113 6.2 Configuration............................................... 123 6.3 Known limitations............................................ 125 6.4 ISPs, multi-user installations....................................... 128 6.5 Browsers or client OS.......................................... 130 6.6 Using phpMyAdmin........................................... 132 6.7 phpMyAdmin project.......................................... 142 6.8 Security.................................................. 143 6.9 Synchronization............................................. 144 7 Developers Information 145 8 Security policy 147 8.1 Typical vulnerabilities.......................................... 147 8.2 Reporting security issues......................................... 148 9 Distributing and packaging phpMyAdmin 149 9.1 External libraries............................................. 149 9.2 Specific files LICENSES......................................... 149 9.3 Licenses for vendors........................................... 150 10 Copyright 151 ii 10.1 Third party licenses........................................... 151 11 Credits 153 11.1 Credits, in chronological order...................................... 153 11.2 Translators................................................ 160 11.3 Documentation translators........................................ 167 11.4 Original Credits of Version 2.1.0..................................... 170 12 Glossary 173 13 Indices and tables 181 Index 183 iii iv phpMyAdmin Documentation, Release 5.1.2-dev Contents: Contents 1 phpMyAdmin Documentation, Release 5.1.2-dev 2 Contents CHAPTER 1 Introduction phpMyAdmin is a free software tool written in PHP that is intended to handle the administration of a MySQL or MariaDB database server. You can use phpMyAdmin to perform most administration tasks, including creating a database, running queries, and adding user accounts. 1.1 Supported features Currently phpMyAdmin can: • create, browse, edit, and drop databases, tables, views, columns, and indexes • display multiple results sets through stored procedures or queries • create, copy, drop, rename and alter databases, tables, columns and indexes • maintenance server, databases and tables, with proposals on server configuration • execute, edit and bookmark any SQL-statement, even batch-queries • load text files into tables • create1 and read dumps of tables • export1 data to various formats: CSV, XML, PDF, ISO/IEC 26300 - OpenDocument Text and Spreadsheet, Microsoft Word 2000, and LATEX formats • import data and MySQL structures from OpenDocument spreadsheets, as well as XML, CSV, and SQL files • administer multiple servers • add, edit, and remove MySQL user accounts and privileges • check referential integrity in MyISAM tables • using Query-by-example (QBE), create complex queries automatically connecting required tables 1 phpMyAdmin can compress (ZIP, GZip or RFC 1952 formats) dumps and CSV exports if you use PHP with Zlib support (--with-zlib). Proper support may also need changes in php.ini. 3 phpMyAdmin Documentation, Release 5.1.2-dev • create PDF graphics of your database layout • search globally in a database or a subset of it • transform stored data into any format using a set of predefined functions, like displaying BLOB-data as image or download-link • track changes on databases, tables and views • support InnoDB tables and foreign keys • support mysqli, the improved MySQL extension see 1.17 Which Database versions does phpMyAdmin support? • create, edit, call, export and drop stored procedures and functions • create, edit, export and drop events and triggers • communicate in 80 different languages 1.2 Shortcut keys Currently phpMyAdmin supports following shortcuts: • k - Toggle console • h - Go to home page • s - Open settings • d + s - Go to database structure (Provided you are in database related page) • d + f - Search database (Provided you are in database related page) • t + s - Go to table structure (Provided you are in table related page) • t + f - Search table (Provided you are in table related page) • backspace - Takes you to older page. 1.3 A word about users Many people have difficulty understanding the concept of user management with regards to phpMyAdmin. When a user logs in to phpMyAdmin, that username and password are passed directly to MySQL. phpMyAdmin does no account management on its own (other than allowing one to manipulate the MySQL user account information); all users must be valid MySQL users. 4 Chapter 1. Introduction CHAPTER 2 Requirements 2.1 Web server Since phpMyAdmin’s interface is based entirely in your browser, you’ll need a web server (such as Apache, nginx, IIS) to install phpMyAdmin’s files into. 2.2 PHP • You need PHP 7.1.3 or newer, with session support, the Standard PHP Library (SPL) extension, hash, ctype, and JSON support. • The mbstring extension (see mbstring) is strongly recommended for performance reasons. • To support uploading of ZIP files, you need the PHP zip extension. • You need GD2 support in PHP to display inline thumbnails of JPEGs (“image/jpeg: inline”) with their original aspect ratio. • When using the cookie authentication (the default), the