📄 changelog
字号:
phpMyAdmin - ChangeLog v 2.1.0 - 08/06/2000 + Bugfix: Query By Example now works with high error- reporting levels. + Bugfix: 'End' on the navigation bar in Browse and Select mode now functions correctly. + Added random access option to the navigation bar in table Select and Browse mode + Added form for changing the number of rows displayed per page. + Bugfix: Reading SQL dumps had magic quotes problems. + Added support for wildcards in MySQL user authentication system. + Added support to edit/delete rows in table without primary key. + Added support for mysqldump-like Complete Inserts (ie. optionally adding the field list to the dumps). + Changed the table browsing mode to display Prev/Next links also on top of the rows. + Added authentication on a per-table basis. + Added print views for tables and databases. + Added link to browse table from left frame (copied from phpPgAdmin). + Security: Fixed possible security issue with reading SQL dumps. + Fixed some more PHP 4.0 issues (warnings, problems with 0/empty(). v 2.0.5 - 12/05/1999 + Added output to show how many rows were affected by a custom query. + Bugfix: executing a custom sql query prevented the edit feature from working correctly. + Bugfix: Sending CSV Dumps didn't work because of a typo. + Bugfix: if the field length was empty, it was set to the field's type. + Added the possibility to upload SQL dumps with File Upload. v 2.0.4 - 10/10/1999 + Some more PHP 4.0 fixes. + Bugfix: Reading SQL dumps choked on embedded semi- colons - fixed. + Bugfix: Dure to regex problems, PHP 3.0.12 crashed in some instances when adding tables - fixed. + Added option to use verbose hostnames. + Bugfix: ENUM/SET had problems with embedded special characters - fixed. + New language file: Portuguese v 2.0.3 - 08/15/1999 + Bugfix: Changing a row after a "Select" didn't work. + Added proper support for MySQL authentication. With $adv_auth, only those dbs are displayed that the user has actually the permissions to view [sponsored by NetCologne]. + Bugfix: Sometimes the wrong frameset was displayed. + Bugfix: Moved mysql_die() to top of lib.inc.php3 to avoid "undefined function" errors. + Bugfix: Killed some more warnings for those paranoids who have error_reporting to a high value. + Added support for MySQL 3.23's table comments. + Bugfix: Ordering is now disallowed with MySQL-Status operations. + Added some more documentation links. + Changes the way the reload of MySQL is done - use FLUSH PRIVILEGES instead of mysqladmin reload. v 2.0.2 - 07/02/1999 + Added support for the BINARY attribute. + Bugfix: In languages other than English, the warning before dangerous actions didn't work. + Added proper support for ENUM/SET. + Changed the table browse mode to use LIMIT. + Bugfix: ReadDump choked on nestd single quotes, even if escaped properly. v 2.0.1 - 05/24/1999 + Re-Enabled the "browse"-link on db_properties.php3. + Added a way to add more than one new fields a time. + Changed some details to be compatible with webservers other than Apache (tested with Roxen). + Added support for creation of a multi-column primary key on an existing table. v 2.0.0 - 04/11/1999 + Improved navigation, layout changes. + Added the possiblity to log out with $adv_auth. + Added the possibility to view MySQL's processes. + Added an option to output SQL-queries generated by phpMyAdmin. + Enhanced the shell script to change file-extensions to allow any arbitrary extension. It's now called extchg.sh. + Changed SET/ENUM types to appear in a drop-down menu. + Bugfix: Attributes weren't used when creating a table or adding a field. + Bugfix: Field names with high-ASCII-characters weren't handled properly. + Bugfix: LOAD DATA INFILE didn't allow a tab as field- separator. v 1.4.2 - 02/28/1999 + Renamed config.inc.php3 variables to begin with 'cfg'. + Support for multiple MySQL servers added. + Added EscapeShellCmd() to system() calls to avoid problems with special characters in passwords. + Bugfix: Reload failure was not being detected. + Bugfix: Table-/database dumps were not showing key names correctly. + Added support for DROP TABLE to the dumps. + Added support for UNSIGNED & UNSIGNED ZEROFILL attributes. + Added a shell-script to make it possible to change the file-extension and all references from ".php3" to ".phtml" and vice versa. --- SWITCHED TO CVS --- v 1.4.1 - 02/07/1999 + Bugfix: Corrected a small error in the table header of tbl_change.php3. + Added preliminary support for context sensitive help. + Enhanced the table-dump to allow dumping only the structure or structure+data or CVS export. Made it possible to download the dump directly as a file. + Bugfix (*Security*): Until now you were able to connect to a database different from $only_db. Fixed. + Changed the display of the databases to highlight the current db. + Added a way to execute multiple sql-queries at once (eg. for reading in a create-schema). + Added the possiblity to view the dump of a whole database. + Added an output of the record-count for all tables to db_details.php3. + Bugfix: get_table_content() didn't work correctly when a field contained an unescaped single quote. + Bugfix: Corrected various errors in display_table() when ORDER BY was set.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -