在好例子网,分享、交流、成长!
您当前所在位置:首页PHP 开发实例PHP语言基础 → 支持PHP5.2的phpMyAdmin 官方最终版

支持PHP5.2的phpMyAdmin 官方最终版

PHP语言基础

下载此实例
  • 开发语言:PHP
  • 实例大小:7.97M
  • 下载次数:6
  • 浏览次数:30
  • 发布时间:2023-12-26
  • 实例类别:PHP语言基础
  • 发 布 人:chenxiaolan
  • 文件格式:.zip
  • 所需积分:2
 相关标签: php 5.2 支持 DM AD

实例介绍

【实例简介】支持PHP5.2的phpMyAdmin 官方最终版, 4.0 以上的其他版本已经不再支持PHP5.2了,保存留个纪念吧!

【实例截图】

from clipboard

【核心代码】

.
├── phpMyAdmin-4.0.10.7-all-languages
│   ├── ChangeLog
│   ├── LICENSE
│   ├── README
│   ├── RELEASE-DATE-4.0.10.7
│   ├── browse_foreigners.php
│   ├── changelog.php
│   ├── chk_rel.php
│   ├── composer.json
│   ├── config.sample.inc.php
│   ├── db_create.php
│   ├── db_datadict.php
│   ├── db_events.php
│   ├── db_export.php
│   ├── db_import.php
│   ├── db_operations.php
│   ├── db_printview.php
│   ├── db_qbe.php
│   ├── db_routines.php
│   ├── db_search.php
│   ├── db_sql.php
│   ├── db_structure.php
│   ├── db_tracking.php
│   ├── db_triggers.php
│   ├── doc
│   │   ├── Makefile
│   │   ├── _ext
│   │   │   └── configext.py
│   │   ├── conf.py
│   │   ├── config.rst
│   │   ├── copyright.rst
│   │   ├── credits.rst
│   │   ├── developers.rst
│   │   ├── doctrees
│   │   │   ├── config.doctree
│   │   │   ├── copyright.doctree
│   │   │   ├── credits.doctree
│   │   │   ├── developers.doctree
│   │   │   ├── environment.pickle
│   │   │   ├── faq.doctree
│   │   │   ├── glossary.doctree
│   │   │   ├── index.doctree
│   │   │   ├── intro.doctree
│   │   │   ├── other.doctree
│   │   │   ├── privileges.doctree
│   │   │   ├── require.doctree
│   │   │   ├── setup.doctree
│   │   │   ├── transformations.doctree
│   │   │   ├── user.doctree
│   │   │   └── vendors.doctree
│   │   ├── faq.rst
│   │   ├── glossary.rst
│   │   ├── html
│   │   │   ├── _sources
│   │   │   │   ├── config.txt
│   │   │   │   ├── copyright.txt
│   │   │   │   ├── credits.txt
│   │   │   │   ├── developers.txt
│   │   │   │   ├── faq.txt
│   │   │   │   ├── glossary.txt
│   │   │   │   ├── index.txt
│   │   │   │   ├── intro.txt
│   │   │   │   ├── other.txt
│   │   │   │   ├── privileges.txt
│   │   │   │   ├── require.txt
│   │   │   │   ├── setup.txt
│   │   │   │   ├── transformations.txt
│   │   │   │   ├── user.txt
│   │   │   │   └── vendors.txt
│   │   │   ├── _static
│   │   │   │   ├── ajax-loader.gif
│   │   │   │   ├── basic.css
│   │   │   │   ├── comment-bright.png
│   │   │   │   ├── comment-close.png
│   │   │   │   ├── comment.png
│   │   │   │   ├── default.css
│   │   │   │   ├── doctools.js
│   │   │   │   ├── down-pressed.png
│   │   │   │   ├── down.png
│   │   │   │   ├── file.png
│   │   │   │   ├── jquery.js
│   │   │   │   ├── minus.png
│   │   │   │   ├── plus.png
│   │   │   │   ├── pygments.css
│   │   │   │   ├── searchtools.js
│   │   │   │   ├── sidebar.js
│   │   │   │   ├── underscore.js
│   │   │   │   ├── up-pressed.png
│   │   │   │   ├── up.png
│   │   │   │   └── websupport.js
│   │   │   ├── config.html
│   │   │   ├── copyright.html
│   │   │   ├── credits.html
│   │   │   ├── developers.html
│   │   │   ├── faq.html
│   │   │   ├── genindex.html
│   │   │   ├── glossary.html
│   │   │   ├── index.html
│   │   │   ├── intro.html
│   │   │   ├── objects.inv
│   │   │   ├── other.html
│   │   │   ├── privileges.html
│   │   │   ├── require.html
│   │   │   ├── search.html
│   │   │   ├── searchindex.js
│   │   │   ├── setup.html
│   │   │   ├── transformations.html
│   │   │   ├── user.html
│   │   │   └── vendors.html
│   │   ├── index.rst
│   │   ├── intro.rst
│   │   ├── make.bat
│   │   ├── other.rst
│   │   ├── privileges.rst
│   │   ├── require.rst
│   │   ├── setup.rst
│   │   ├── transformations.rst
│   │   ├── user.rst
│   │   └── vendors.rst
│   ├── examples
│   │   ├── config.manyhosts.inc.php
│   │   ├── create_tables.sql
│   │   ├── create_tables_drizzle.sql
│   │   ├── openid.php
│   │   ├── signon-script.php
│   │   ├── signon.php
│   │   ├── swekey.sample.conf
│   │   └── upgrade_tables_mysql_4_1_2 .sql
│   ├── export.php
│   ├── favicon.ico
│   ├── file_echo.php
│   ├── gis_data_editor.php
│   ├── import.php
│   ├── import_status.php
│   ├── index.php
│   ├── js
│   │   ├── OpenStreetMap.js
│   │   ├── ajax.js
│   │   ├── canvg
│   │   │   ├── MIT-LICENSE.txt
│   │   │   ├── canvg.js
│   │   │   ├── flashcanvas.js
│   │   │   └── flashcanvas.swf
│   │   ├── chart.js
│   │   ├── codemirror
│   │   │   ├── LICENSE
│   │   │   ├── lib
│   │   │   │   └── codemirror.js
│   │   │   └── mode
│   │   │       └── mysql
│   │   │           └── mysql.js
│   │   ├── common.js
│   │   ├── config.js
│   │   ├── cross_framing_protection.js
│   │   ├── db_operations.js
│   │   ├── db_search.js
│   │   ├── db_structure.js
│   │   ├── export.js
│   │   ├── functions.js
│   │   ├── get_image.js.php
│   │   ├── get_scripts.js.php
│   │   ├── gis_data_editor.js
│   │   ├── import.js
│   │   ├── indexes.js
│   │   ├── jqplot
│   │   │   ├── excanvas.js
│   │   │   ├── jquery.jqplot.js
│   │   │   └── plugins
│   │   │       ├── jqplot.barRenderer.js
│   │   │       ├── jqplot.byteFormatter.js
│   │   │       ├── jqplot.canvasAxisLabelRenderer.js
│   │   │       ├── jqplot.canvasTextRenderer.js
│   │   │       ├── jqplot.categoryAxisRenderer.js
│   │   │       ├── jqplot.cursor.js
│   │   │       ├── jqplot.dateAxisRenderer.js
│   │   │       ├── jqplot.highlighter.js
│   │   │       ├── jqplot.pieRenderer.js
│   │   │       └── jqplot.pointLabels.js
│   │   ├── jquery
│   │   │   ├── jquery-1.8.3.min.js
│   │   │   ├── jquery-ui-1.9.2.custom.min.js
│   │   │   ├── jquery-ui-timepicker-addon.js
│   │   │   ├── jquery.ba-hashchange-1.3.js
│   │   │   ├── jquery.cookie.js
│   │   │   ├── jquery.debounce-1.0.5.js
│   │   │   ├── jquery.event.drag-2.2.js
│   │   │   ├── jquery.fullscreen.js
│   │   │   ├── jquery.json-2.4.js
│   │   │   ├── jquery.menuResizer-1.0.js
│   │   │   ├── jquery.mousewheel.js
│   │   │   ├── jquery.sortableTable.js
│   │   │   ├── jquery.sprintf.js
│   │   │   ├── jquery.svg.js
│   │   │   ├── jquery.tablesorter.js
│   │   │   └── src
│   │   │       ├── README
│   │   │       ├── jquery
│   │   │       │   ├── ajax
│   │   │       │   │   ├── jsonp.js
│   │   │       │   │   ├── script.js
│   │   │       │   │   └── xhr.js
│   │   │       │   ├── ajax.js
│   │   │       │   ├── attributes.js
│   │   │       │   ├── callbacks.js
│   │   │       │   ├── core.js
│   │   │       │   ├── css.js
│   │   │       │   ├── data.js
│   │   │       │   ├── deferred.js
│   │   │       │   ├── deprecated.js
│   │   │       │   ├── dimensions.js
│   │   │       │   ├── effects.js
│   │   │       │   ├── event-alias.js
│   │   │       │   ├── event.js
│   │   │       │   ├── intro.js
│   │   │       │   ├── manipulation.js
│   │   │       │   ├── offset.js
│   │   │       │   ├── outro.js
│   │   │       │   ├── queue.js
│   │   │       │   ├── selector-native.js
│   │   │       │   ├── serialize.js
│   │   │       │   ├── sizzle-jquery.js
│   │   │       │   ├── support.js
│   │   │       │   ├── traversing.js
│   │   │       │   └── wrap.js
│   │   │       └── jquery-ui
│   │   │           ├── jquery.ui.accordion.js
│   │   │           ├── jquery.ui.autocomplete.js
│   │   │           ├── jquery.ui.button.js
│   │   │           ├── jquery.ui.core.js
│   │   │           ├── jquery.ui.datepicker.js
│   │   │           ├── jquery.ui.dialog.js
│   │   │           ├── jquery.ui.draggable.js
│   │   │           ├── jquery.ui.droppable.js
│   │   │           ├── jquery.ui.effect-blind.js
│   │   │           ├── jquery.ui.effect-bounce.js
│   │   │           ├── jquery.ui.effect-clip.js
│   │   │           ├── jquery.ui.effect-drop.js
│   │   │           ├── jquery.ui.effect-explode.js
│   │   │           ├── jquery.ui.effect-fade.js
│   │   │           ├── jquery.ui.effect-fold.js
│   │   │           ├── jquery.ui.effect-highlight.js
│   │   │           ├── jquery.ui.effect-pulsate.js
│   │   │           ├── jquery.ui.effect-scale.js
│   │   │           ├── jquery.ui.effect-shake.js
│   │   │           ├── jquery.ui.effect-slide.js
│   │   │           ├── jquery.ui.effect-transfer.js
│   │   │           ├── jquery.ui.effect.js
│   │   │           ├── jquery.ui.menu.js
│   │   │           ├── jquery.ui.mouse.js
│   │   │           ├── jquery.ui.position.js
│   │   │           ├── jquery.ui.progressbar.js
│   │   │           ├── jquery.ui.resizable.js
│   │   │           ├── jquery.ui.selectable.js
│   │   │           ├── jquery.ui.slider.js
│   │   │           ├── jquery.ui.sortable.js
│   │   │           ├── jquery.ui.spinner.js
│   │   │           ├── jquery.ui.tabs.js
│   │   │           ├── jquery.ui.tooltip.js
│   │   │           └── jquery.ui.widget.js
│   │   ├── keyhandler.js
│   │   ├── makegrid.js
│   │   ├── messages.php
│   │   ├── navigation.js
│   │   ├── openlayers
│   │   │   ├── OpenLayers.js
│   │   │   ├── img
│   │   │   │   ├── blank.gif
│   │   │   │   ├── cloud-popup-relative.png
│   │   │   │   ├── drag-rectangle-off.png
│   │   │   │   ├── drag-rectangle-on.png
│   │   │   │   ├── east-mini.png
│   │   │   │   ├── layer-switcher-maximize.png
│   │   │   │   ├── layer-switcher-minimize.png
│   │   │   │   ├── marker-blue.png
│   │   │   │   ├── marker-gold.png
│   │   │   │   ├── marker-green.png
│   │   │   │   ├── marker.png
│   │   │   │   ├── measuring-stick-off.png
│   │   │   │   ├── measuring-stick-on.png
│   │   │   │   ├── north-mini.png
│   │   │   │   ├── panning-hand-off.png
│   │   │   │   ├── panning-hand-on.png
│   │   │   │   ├── slider.png
│   │   │   │   ├── south-mini.png
│   │   │   │   ├── west-mini.png
│   │   │   │   ├── zoom-minus-mini.png
│   │   │   │   ├── zoom-plus-mini.png
│   │   │   │   ├── zoom-world-mini.png
│   │   │   │   └── zoombar.png
│   │   │   └── theme
│   │   │       └── default
│   │   │           ├── framedCloud.css
│   │   │           ├── google.css
│   │   │           ├── ie6-style.css
│   │   │           ├── img
│   │   │           │   ├── add_point_off.png
│   │   │           │   ├── add_point_on.png
│   │   │           │   ├── blank.gif
│   │   │           │   ├── close.gif
│   │   │           │   ├── drag-rectangle-off.png
│   │   │           │   ├── drag-rectangle-on.png
│   │   │           │   ├── draw_line_off.png
│   │   │           │   ├── draw_line_on.png
│   │   │           │   ├── draw_point_off.png
│   │   │           │   ├── draw_point_on.png
│   │   │           │   ├── draw_polygon_off.png
│   │   │           │   ├── draw_polygon_on.png
│   │   │           │   ├── editing_tool_bar.png
│   │   │           │   ├── move_feature_off.png
│   │   │           │   ├── move_feature_on.png
│   │   │           │   ├── navigation_history.png
│   │   │           │   ├── overview_replacement.gif
│   │   │           │   ├── pan-panel-NOALPHA.png
│   │   │           │   ├── pan-panel.png
│   │   │           │   ├── pan_off.png
│   │   │           │   ├── pan_on.png
│   │   │           │   ├── panning-hand-off.png
│   │   │           │   ├── panning-hand-on.png
│   │   │           │   ├── remove_point_off.png
│   │   │           │   ├── remove_point_on.png
│   │   │           │   ├── ruler.png
│   │   │           │   ├── save_features_off.png
│   │   │           │   ├── save_features_on.png
│   │   │           │   ├── view_next_off.png
│   │   │           │   ├── view_next_on.png
│   │   │           │   ├── view_previous_off.png
│   │   │           │   ├── view_previous_on.png
│   │   │           │   ├── zoom-panel-NOALPHA.png
│   │   │           │   └── zoom-panel.png
│   │   │           └── style.css
│   │   ├── pmd
│   │   │   ├── ajax.js
│   │   │   ├── history.js
│   │   │   ├── iecanvas.js
│   │   │   ├── init.js
│   │   │   └── move.js
│   │   ├── querywindow.js
│   │   ├── replication.js
│   │   ├── rte.js
│   │   ├── server_databases.js
│   │   ├── server_plugins.js
│   │   ├── server_privileges.js
│   │   ├── server_status.js
│   │   ├── server_status_advisor.js
│   │   ├── server_status_monitor.js
│   │   ├── server_status_queries.js
│   │   ├── server_status_sorter.js
│   │   ├── server_status_variables.js
│   │   ├── server_variables.js
│   │   ├── sql.js
│   │   ├── tbl_change.js
│   │   ├── tbl_chart.js
│   │   ├── tbl_gis_visualization.js
│   │   ├── tbl_relation.js
│   │   ├── tbl_select.js
│   │   ├── tbl_structure.js
│   │   ├── tbl_zoom_plot_jqplot.js
│   │   └── whitelist.php
│   ├── libraries
│   │   ├── Advisor.class.php
│   │   ├── Config.class.php
│   │   ├── DBQbe.class.php
│   │   ├── DbSearch.class.php
│   │   ├── DisplayResults.class.php
│   │   ├── Error.class.php
│   │   ├── Error_Handler.class.php
│   │   ├── File.class.php
│   │   ├── Footer.class.php
│   │   ├── Header.class.php
│   │   ├── Index.class.php
│   │   ├── List.class.php
│   │   ├── List_Database.class.php
│   │   ├── Menu.class.php
│   │   ├── Message.class.php
│   │   ├── OutputBuffering.class.php
│   │   ├── PDF.class.php
│   │   ├── PMA.php
│   │   ├── Partition.class.php
│   │   ├── RecentTable.class.php
│   │   ├── Response.class.php
│   │   ├── Scripts.class.php
│   │   ├── ServerStatusData.class.php
│   │   ├── StorageEngine.class.php
│   │   ├── Table.class.php
│   │   ├── TableSearch.class.php
│   │   ├── Theme.class.php
│   │   ├── Theme_Manager.class.php
│   │   ├── Tracker.class.php
│   │   ├── Types.class.php
│   │   ├── Util.class.php
│   │   ├── advisory_rules.txt
│   │   ├── bfShapeFiles
│   │   │   └── ShapeFile.lib.php
│   │   ├── bookmark.lib.php
│   │   ├── build_html_for_db.lib.php
│   │   ├── charset_conversion.lib.php
│   │   ├── check_user_privileges.lib.php
│   │   ├── cleanup.lib.php
│   │   ├── common.inc.php
│   │   ├── config
│   │   │   ├── ConfigFile.class.php
│   │   │   ├── Form.class.php
│   │   │   ├── FormDisplay.class.php
│   │   │   ├── FormDisplay.tpl.php
│   │   │   ├── config_functions.lib.php
│   │   │   ├── messages.inc.php
│   │   │   ├── setup.forms.php
│   │   │   ├── user_preferences.forms.php
│   │   │   └── validate.lib.php
│   │   ├── config.default.php
│   │   ├── config.values.php
│   │   ├── core.lib.php
│   │   ├── data_dictionary_relations.lib.php
│   │   ├── database_interface.lib.php
│   │   ├── db_common.inc.php
│   │   ├── db_info.inc.php
│   │   ├── db_table_exists.lib.php
│   │   ├── dbi
│   │   │   ├── drizzle-wrappers.lib.php
│   │   │   ├── drizzle.dbi.lib.php
│   │   │   ├── dummy.lib.php
│   │   │   ├── mysql.dbi.lib.php
│   │   │   └── mysqli.dbi.lib.php
│   │   ├── display_change_password.lib.php
│   │   ├── display_create_database.lib.php
│   │   ├── display_create_table.lib.php
│   │   ├── display_export.lib.php
│   │   ├── display_git_revision.lib.php
│   │   ├── display_import.lib.php
│   │   ├── display_import_ajax.lib.php
│   │   ├── display_select_lang.lib.php
│   │   ├── engines
│   │   │   ├── bdb.lib.php
│   │   │   ├── berkeleydb.lib.php
│   │   │   ├── binlog.lib.php
│   │   │   ├── innobase.lib.php
│   │   │   ├── innodb.lib.php
│   │   │   ├── memory.lib.php
│   │   │   ├── merge.lib.php
│   │   │   ├── mrg_myisam.lib.php
│   │   │   ├── myisam.lib.php
│   │   │   ├── ndbcluster.lib.php
│   │   │   ├── pbxt.lib.php
│   │   │   └── performance_schema.lib.php
│   │   ├── error.inc.php
│   │   ├── file_listing.lib.php
│   │   ├── gis
│   │   │   ├── pma_gis_factory.php
│   │   │   ├── pma_gis_geometry.php
│   │   │   ├── pma_gis_geometrycollection.php
│   │   │   ├── pma_gis_linestring.php
│   │   │   ├── pma_gis_multilinestring.php
│   │   │   ├── pma_gis_multipoint.php
│   │   │   ├── pma_gis_multipolygon.php
│   │   │   ├── pma_gis_point.php
│   │   │   ├── pma_gis_polygon.php
│   │   │   └── pma_gis_visualization.php
│   │   ├── gis_visualization.lib.php
│   │   ├── iconv_wrapper.lib.php
│   │   ├── import.lib.php
│   │   ├── index.lib.php
│   │   ├── information_schema_relations.lib.php
│   │   ├── insert_edit.lib.php
│   │   ├── ip_allow_deny.lib.php
│   │   ├── js_escape.lib.php
│   │   ├── kanji-encoding.lib.php
│   │   ├── language_stats.inc.php
│   │   ├── logging.lib.php
│   │   ├── mime.lib.php
│   │   ├── mult_submits.inc.php
│   │   ├── mysql_charsets.lib.php
│   │   ├── navigation
│   │   │   ├── Navigation.class.php
│   │   │   ├── NavigationHeader.class.php
│   │   │   ├── NavigationTree.class.php
│   │   │   ├── NodeFactory.class.php
│   │   │   └── Nodes
│   │   │       ├── Node.class.php
│   │   │       ├── Node_Column.class.php
│   │   │       ├── Node_Column_Container.class.php
│   │   │       ├── Node_Database.class.php
│   │   │       ├── Node_Event.class.php
│   │   │       ├── Node_Event_Container.class.php
│   │   │       ├── Node_Function.class.php
│   │   │       ├── Node_Function_Container.class.php
│   │   │       ├── Node_Index.class.php
│   │   │       ├── Node_Index_Container.class.php
│   │   │       ├── Node_Procedure.class.php
│   │   │       ├── Node_Procedure_Container.class.php
│   │   │       ├── Node_Table.class.php
│   │   │       ├── Node_Table_Container.class.php
│   │   │       ├── Node_Trigger.class.php
│   │   │       ├── Node_Trigger_Container.class.php
│   │   │       ├── Node_View.class.php
│   │   │       └── Node_View_Container.class.php
│   │   ├── opendocument.lib.php
│   │   ├── operations.lib.php
│   │   ├── parse_analyze.lib.php
│   │   ├── php-gettext
│   │   │   ├── gettext.inc
│   │   │   ├── gettext.php
│   │   │   └── streams.php
│   │   ├── phpseclib
│   │   │   └── Crypt
│   │   │       ├── AES.php
│   │   │       └── Rijndael.php
│   │   ├── plugin_interface.lib.php
│   │   ├── plugins
│   │   │   ├── AuthenticationPlugin.class.php
│   │   │   ├── ExportPlugin.class.php
│   │   │   ├── ImportPlugin.class.php
│   │   │   ├── PluginManager.class.php
│   │   │   ├── PluginObserver.class.php
│   │   │   ├── TransformationsInterface.int.php
│   │   │   ├── TransformationsPlugin.class.php
│   │   │   ├── UploadInterface.int.php
│   │   │   ├── auth
│   │   │   │   ├── AuthenticationConfig.class.php
│   │   │   │   ├── AuthenticationCookie.class.php
│   │   │   │   ├── AuthenticationHttp.class.php
│   │   │   │   ├── AuthenticationSignon.class.php
│   │   │   │   └── swekey
│   │   │   │       ├── authentication.inc.php
│   │   │   │       ├── musbe-ca.crt
│   │   │   │       ├── swekey.auth.lib.php
│   │   │   │       └── swekey.php
│   │   │   ├── export
│   │   │   │   ├── ExportCodegen.class.php
│   │   │   │   ├── ExportCsv.class.php
│   │   │   │   ├── ExportExcel.class.php
│   │   │   │   ├── ExportHtmlword.class.php
│   │   │   │   ├── ExportJson.class.php
│   │   │   │   ├── ExportLatex.class.php
│   │   │   │   ├── ExportMediawiki.class.php
│   │   │   │   ├── ExportOds.class.php
│   │   │   │   ├── ExportOdt.class.php
│   │   │   │   ├── ExportPdf.class.php
│   │   │   │   ├── ExportPhparray.class.php
│   │   │   │   ├── ExportSql.class.php
│   │   │   │   ├── ExportTexytext.class.php
│   │   │   │   ├── ExportXml.class.php
│   │   │   │   ├── ExportYaml.class.php
│   │   │   │   ├── PMA_ExportPdf.class.php
│   │   │   │   ├── README
│   │   │   │   └── TableProperty.class.php
│   │   │   ├── import
│   │   │   │   ├── AbstractImportCsv.class.php
│   │   │   │   ├── ImportCsv.class.php
│   │   │   │   ├── ImportLdi.class.php
│   │   │   │   ├── ImportMediawiki.class.php
│   │   │   │   ├── ImportOds.class.php
│   │   │   │   ├── ImportShp.class.php
│   │   │   │   ├── ImportSql.class.php
│   │   │   │   ├── ImportXml.class.php
│   │   │   │   ├── README
│   │   │   │   ├── ShapeFile.class.php
│   │   │   │   ├── ShapeRecord.class.php
│   │   │   │   └── upload
│   │   │   │       ├── UploadApc.class.php
│   │   │   │       ├── UploadNoplugin.class.php
│   │   │   │       ├── UploadProgress.class.php
│   │   │   │       └── UploadSession.class.php
│   │   │   └── transformations
│   │   │       ├── Application_Octetstream_Download.class.php
│   │   │       ├── Application_Octetstream_Hex.class.php
│   │   │       ├── Image_JPEG_Inline.class.php
│   │   │       ├── Image_JPEG_Link.class.php
│   │   │       ├── Image_PNG_Inline.class.php
│   │   │       ├── README
│   │   │       ├── TEMPLATE
│   │   │       ├── TEMPLATE_ABSTRACT
│   │   │       ├── Text_Plain_Append.class.php
│   │   │       ├── Text_Plain_Dateformat.class.php
│   │   │       ├── Text_Plain_External.class.php
│   │   │       ├── Text_Plain_Formatted.class.php
│   │   │       ├── Text_Plain_Imagelink.class.php
│   │   │       ├── Text_Plain_Link.class.php
│   │   │       ├── Text_Plain_Longtoipv4.class.php
│   │   │       ├── Text_Plain_Sql.class.php
│   │   │       ├── Text_Plain_Substring.class.php
│   │   │       ├── abstract
│   │   │       │   ├── AppendTransformationsPlugin.class.php
│   │   │       │   ├── DateFormatTransformationsPlugin.class.php
│   │   │       │   ├── DownloadTransformationsPlugin.class.php
│   │   │       │   ├── ExternalTransformationsPlugin.class.php
│   │   │       │   ├── FormattedTransformationsPlugin.class.php
│   │   │       │   ├── HexTransformationsPlugin.class.php
│   │   │       │   ├── ImageLinkTransformationsPlugin.class.php
│   │   │       │   ├── InlineTransformationsPlugin.class.php
│   │   │       │   ├── LongToIPv4TransformationsPlugin.class.php
│   │   │       │   ├── SQLTransformationsPlugin.class.php
│   │   │       │   ├── SubstringTransformationsPlugin.class.php
│   │   │       │   ├── TextImageLinkTransformationsPlugin.class.php
│   │   │       │   └── TextLinkTransformationsPlugin.class.php
│   │   │       ├── generator_main_class.sh
│   │   │       └── generator_plugin.sh
│   │   ├── pmd_common.php
│   │   ├── properties
│   │   │   ├── PropertyItem.class.php
│   │   │   ├── options
│   │   │   │   ├── OptionsPropertyGroup.class.php
│   │   │   │   ├── OptionsPropertyItem.class.php
│   │   │   │   ├── OptionsPropertyOneItem.class.php
│   │   │   │   ├── groups
│   │   │   │   │   ├── OptionsPropertyMainGroup.class.php
│   │   │   │   │   ├── OptionsPropertyRootGroup.class.php
│   │   │   │   │   └── OptionsPropertySubgroup.class.php
│   │   │   │   └── items
│   │   │   │       ├── BoolPropertyItem.class.php
│   │   │   │       ├── DocPropertyItem.class.php
│   │   │   │       ├── HiddenPropertyItem.class.php
│   │   │   │       ├── MessageOnlyPropertyItem.class.php
│   │   │   │       ├── RadioPropertyItem.class.php
│   │   │   │       ├── SelectPropertyItem.class.php
│   │   │   │       └── TextPropertyItem.class.php
│   │   │   └── plugins
│   │   │       ├── ExportPluginProperties.class.php
│   │   │       ├── ImportPluginProperties.class.php
│   │   │       └── PluginPropertyItem.class.php
│   │   ├── relation.lib.php
│   │   ├── relation_cleanup.lib.php
│   │   ├── replication.inc.php
│   │   ├── replication_gui.lib.php
│   │   ├── rte
│   │   │   ├── rte_events.lib.php
│   │   │   ├── rte_export.lib.php
│   │   │   ├── rte_footer.lib.php
│   │   │   ├── rte_list.lib.php
│   │   │   ├── rte_main.inc.php
│   │   │   ├── rte_routines.lib.php
│   │   │   ├── rte_triggers.lib.php
│   │   │   └── rte_words.lib.php
│   │   ├── sanitizing.lib.php
│   │   ├── schema
│   │   │   ├── Dia_Relation_Schema.class.php
│   │   │   ├── Eps_Relation_Schema.class.php
│   │   │   ├── Export_Relation_Schema.class.php
│   │   │   ├── Pdf_Relation_Schema.class.php
│   │   │   ├── Svg_Relation_Schema.class.php
│   │   │   └── User_Schema.class.php
│   │   ├── select_lang.lib.php
│   │   ├── select_server.lib.php
│   │   ├── server_common.inc.php
│   │   ├── server_privileges.lib.php
│   │   ├── server_variables_doc.php
│   │   ├── session.inc.php
│   │   ├── special_schema_links.lib.php
│   │   ├── sql_query_form.lib.php
│   │   ├── sqlparser.data.php
│   │   ├── sqlparser.lib.php
│   │   ├── sqlvalidator.class.php
│   │   ├── sqlvalidator.lib.php
│   │   ├── string.lib.php
│   │   ├── string_mb.lib.php
│   │   ├── string_native.lib.php
│   │   ├── string_type_ctype.lib.php
│   │   ├── string_type_native.lib.php
│   │   ├── structure.lib.php
│   │   ├── sysinfo.lib.php
│   │   ├── tbl_columns_definition_form.inc.php
│   │   ├── tbl_common.inc.php
│   │   ├── tbl_info.inc.php
│   │   ├── tbl_views.lib.php
│   │   ├── tcpdf
│   │   │   ├── LICENSE.TXT
│   │   │   ├── README.TXT
│   │   │   ├── config
│   │   │   │   └── tcpdf_config.php
│   │   │   ├── encodings_maps.php
│   │   │   ├── fonts
│   │   │   │   ├── dejavu-fonts-ttf-2.33
│   │   │   │   │   └── LICENSE
│   │   │   │   ├── dejavusans.ctg.z
│   │   │   │   ├── dejavusans.php
│   │   │   │   ├── dejavusans.z
│   │   │   │   ├── dejavusansb.ctg.z
│   │   │   │   ├── dejavusansb.php
│   │   │   │   ├── dejavusansb.z
│   │   │   │   └── helvetica.php
│   │   │   ├── htmlcolors.php
│   │   │   ├── tcpdf.php
│   │   │   └── unicode_data.php
│   │   ├── transformations.lib.php
│   │   ├── url_generating.lib.php
│   │   ├── user_preferences.inc.php
│   │   ├── user_preferences.lib.php
│   │   ├── vendor_config.php
│   │   ├── zip.lib.php
│   │   └── zip_extension.lib.php
│   ├── license.php
│   ├── locale
│   │   ├── ar
│   │   │   └── LC_MESSAGES
│   │   │       └── phpmyadmin.mo
│   │   ├── bg
│   │   │   └── LC_MESSAGES
│   │   │       └── phpmyadmin.mo
│   │   ├── bn
│   │   │   └── LC_MESSAGES
│   │   │       └── phpmyadmin.mo
│   │   ├── ca
│   │   │   └── LC_MESSAGES
│   │   │       └── phpmyadmin.mo
│   │   ├── cs
│   │   │   └── LC_MESSAGES
│   │   │       └── phpmyadmin.mo
│   │   ├── da
│   │   │   └── LC_MESSAGES
│   │   │       └── phpmyadmin.mo
│   │   ├── de
│   │   │   └── LC_MESSAGES
│   │   │       └── phpmyadmin.mo
│   │   ├── el
│   │   │   └── LC_MESSAGES
│   │   │       └── phpmyadmin.mo
│   │   ├── en_GB
│   │   │   └── LC_MESSAGES
│   │   │       └── phpmyadmin.mo
│   │   ├── es
│   │   │   └── LC_MESSAGES
│   │   │       └── phpmyadmin.mo
│   │   ├── et
│   │   │   └── LC_MESSAGES
│   │   │       └── phpmyadmin.mo
│   │   ├── fi
│   │   │   └── LC_MESSAGES
│   │   │       └── phpmyadmin.mo
│   │   ├── fr
│   │   │   └── LC_MESSAGES
│   │   │       └── phpmyadmin.mo
│   │   ├── gl
│   │   │   └── LC_MESSAGES
│   │   │       └── phpmyadmin.mo
│   │   ├── hi
│   │   │   └── LC_MESSAGES
│   │   │       └── phpmyadmin.mo
│   │   ├── hr
│   │   │   └── LC_MESSAGES
│   │   │       └── phpmyadmin.mo
│   │   ├── hu
│   │   │   └── LC_MESSAGES
│   │   │       └── phpmyadmin.mo
│   │   ├── id
│   │   │   └── LC_MESSAGES
│   │   │       └── phpmyadmin.mo
│   │   ├── it
│   │   │   └── LC_MESSAGES
│   │   │       └── phpmyadmin.mo
│   │   ├── ja
│   │   │   └── LC_MESSAGES
│   │   │       └── phpmyadmin.mo
│   │   ├── ko
│   │   │   └── LC_MESSAGES
│   │   │       └── phpmyadmin.mo
│   │   ├── lt
│   │   │   └── LC_MESSAGES
│   │   │       └── phpmyadmin.mo
│   │   ├── nb
│   │   │   └── LC_MESSAGES
│   │   │       └── phpmyadmin.mo
│   │   ├── nl
│   │   │   └── LC_MESSAGES
│   │   │       └── phpmyadmin.mo
│   │   ├── pl
│   │   │   └── LC_MESSAGES
│   │   │       └── phpmyadmin.mo
│   │   ├── pt
│   │   │   └── LC_MESSAGES
│   │   │       └── phpmyadmin.mo
│   │   ├── pt_BR
│   │   │   └── LC_MESSAGES
│   │   │       └── phpmyadmin.mo
│   │   ├── ro
│   │   │   └── LC_MESSAGES
│   │   │       └── phpmyadmin.mo
│   │   ├── ru
│   │   │   └── LC_MESSAGES
│   │   │       └── phpmyadmin.mo
│   │   ├── si
│   │   │   └── LC_MESSAGES
│   │   │       └── phpmyadmin.mo
│   │   ├── sk
│   │   │   └── LC_MESSAGES
│   │   │       └── phpmyadmin.mo
│   │   ├── sl
│   │   │   └── LC_MESSAGES
│   │   │       └── phpmyadmin.mo
│   │   ├── sr@latin
│   │   │   └── LC_MESSAGES
│   │   │       └── phpmyadmin.mo
│   │   ├── sv
│   │   │   └── LC_MESSAGES
│   │   │       └── phpmyadmin.mo
│   │   ├── th
│   │   │   └── LC_MESSAGES
│   │   │       └── phpmyadmin.mo
│   │   ├── tr
│   │   │   └── LC_MESSAGES
│   │   │       └── phpmyadmin.mo
│   │   ├── uk
│   │   │   └── LC_MESSAGES
│   │   │       └── phpmyadmin.mo
│   │   ├── uz
│   │   │   └── LC_MESSAGES
│   │   │       └── phpmyadmin.mo
│   │   ├── uz@latin
│   │   │   └── LC_MESSAGES
│   │   │       └── phpmyadmin.mo
│   │   ├── zh_CN
│   │   │   └── LC_MESSAGES
│   │   │       └── phpmyadmin.mo
│   │   └── zh_TW
│   │       └── LC_MESSAGES
│   │           └── phpmyadmin.mo
│   ├── navigation.php
│   ├── phpinfo.php
│   ├── phpmyadmin.css.php
│   ├── phpunit.xml.nocoverage
│   ├── pmd_display_field.php
│   ├── pmd_general.php
│   ├── pmd_pdf.php
│   ├── pmd_relation_new.php
│   ├── pmd_relation_upd.php
│   ├── pmd_save_pos.php
│   ├── prefs_forms.php
│   ├── prefs_manage.php
│   ├── print.css
│   ├── querywindow.php
│   ├── robots.txt
│   ├── schema_edit.php
│   ├── schema_export.php
│   ├── server_binlog.php
│   ├── server_collations.php
│   ├── server_databases.php
│   ├── server_engines.php
│   ├── server_export.php
│   ├── server_import.php
│   ├── server_plugins.php
│   ├── server_privileges.php
│   ├── server_replication.php
│   ├── server_sql.php
│   ├── server_status.php
│   ├── server_status_advisor.php
│   ├── server_status_monitor.php
│   ├── server_status_queries.php
│   ├── server_status_variables.php
│   ├── server_variables.php
│   ├── setup
│   │   ├── ajax.js
│   │   ├── config.php
│   │   ├── frames
│   │   │   ├── config.inc.php
│   │   │   ├── form.inc.php
│   │   │   ├── index.inc.php
│   │   │   ├── menu.inc.php
│   │   │   └── servers.inc.php
│   │   ├── index.php
│   │   ├── lib
│   │   │   ├── ConfigGenerator.class.php
│   │   │   ├── common.inc.php
│   │   │   ├── form_processing.lib.php
│   │   │   └── index.lib.php
│   │   ├── scripts.js
│   │   ├── styles.css
│   │   └── validate.php
│   ├── show_config_errors.php
│   ├── sql.php
│   ├── tbl_addfield.php
│   ├── tbl_change.php
│   ├── tbl_chart.php
│   ├── tbl_create.php
│   ├── tbl_export.php
│   ├── tbl_get_field.php
│   ├── tbl_gis_visualization.php
│   ├── tbl_import.php
│   ├── tbl_indexes.php
│   ├── tbl_move_copy.php
│   ├── tbl_operations.php
│   ├── tbl_printview.php
│   ├── tbl_relation.php
│   ├── tbl_replace.php
│   ├── tbl_row_action.php
│   ├── tbl_select.php
│   ├── tbl_sql.php
│   ├── tbl_structure.php
│   ├── tbl_tracking.php
│   ├── tbl_triggers.php
│   ├── tbl_zoom_select.php
│   ├── themes
│   │   ├── dot.gif
│   │   ├── original
│   │   │   ├── css
│   │   │   │   ├── common.css.php
│   │   │   │   └── navigation.css.php
│   │   │   ├── img
│   │   │   │   ├── ajax_clock_small.gif
│   │   │   │   ├── arrow_ltr.png
│   │   │   │   ├── arrow_rtl.png
│   │   │   │   ├── b_bookmark.png
│   │   │   │   ├── b_browse.png
│   │   │   │   ├── b_calendar.png
│   │   │   │   ├── b_chart.png
│   │   │   │   ├── b_close.png
│   │   │   │   ├── b_column_add.png
│   │   │   │   ├── b_comment.png
│   │   │   │   ├── b_dbstatistics.png
│   │   │   │   ├── b_deltbl.png
│   │   │   │   ├── b_docs.png
│   │   │   │   ├── b_drop.png
│   │   │   │   ├── b_edit.png
│   │   │   │   ├── b_empty.png
│   │   │   │   ├── b_engine.png
│   │   │   │   ├── b_event_add.png
│   │   │   │   ├── b_events.png
│   │   │   │   ├── b_export.png
│   │   │   │   ├── b_ftext.png
│   │   │   │   ├── b_globe.gif
│   │   │   │   ├── b_group.png
│   │   │   │   ├── b_help.png
│   │   │   │   ├── b_home.png
│   │   │   │   ├── b_import.png
│   │   │   │   ├── b_index.png
│   │   │   │   ├── b_index_add.png
│   │   │   │   ├── b_info.png
│   │   │   │   ├── b_inline_edit.png
│   │   │   │   ├── b_insrow.png
│   │   │   │   ├── b_minus.png
│   │   │   │   ├── b_more.png
│   │   │   │   ├── b_move.png
│   │   │   │   ├── b_newdb.png
│   │   │   │   ├── b_newtbl.png
│   │   │   │   ├── b_nextpage.png
│   │   │   │   ├── b_plus.png
│   │   │   │   ├── b_primary.png
│   │   │   │   ├── b_print.png
│   │   │   │   ├── b_props.png
│   │   │   │   ├── b_relations.png
│   │   │   │   ├── b_routine_add.png
│   │   │   │   ├── b_routines.png
│   │   │   │   ├── b_save.png
│   │   │   │   ├── b_sbrowse.png
│   │   │   │   ├── b_search.png
│   │   │   │   ├── b_selboard.png
│   │   │   │   ├── b_select.png
│   │   │   │   ├── b_snewtbl.png
│   │   │   │   ├── b_spatial.png
│   │   │   │   ├── b_sql.png
│   │   │   │   ├── b_sqlhelp.png
│   │   │   │   ├── b_table_add.png
│   │   │   │   ├── b_tblanalyse.png
│   │   │   │   ├── b_tblexport.png
│   │   │   │   ├── b_tblimport.png
│   │   │   │   ├── b_tblops.png
│   │   │   │   ├── b_tbloptimize.png
│   │   │   │   ├── b_tipp.png
│   │   │   │   ├── b_trigger_add.png
│   │   │   │   ├── b_triggers.png
│   │   │   │   ├── b_unique.png
│   │   │   │   ├── b_usradd.png
│   │   │   │   ├── b_usrcheck.png
│   │   │   │   ├── b_usrdrop.png
│   │   │   │   ├── b_usredit.png
│   │   │   │   ├── b_usrlist.png
│   │   │   │   ├── b_view.png
│   │   │   │   ├── b_view_add.png
│   │   │   │   ├── b_views.png
│   │   │   │   ├── bd_browse.png
│   │   │   │   ├── bd_deltbl.png
│   │   │   │   ├── bd_drop.png
│   │   │   │   ├── bd_edit.png
│   │   │   │   ├── bd_empty.png
│   │   │   │   ├── bd_export.png
│   │   │   │   ├── bd_ftext.png
│   │   │   │   ├── bd_index.png
│   │   │   │   ├── bd_insrow.png
│   │   │   │   ├── bd_nextpage.png
│   │   │   │   ├── bd_primary.png
│   │   │   │   ├── bd_sbrowse.png
│   │   │   │   ├── bd_select.png
│   │   │   │   ├── bd_spatial.png
│   │   │   │   ├── bd_unique.png
│   │   │   │   ├── cleardot.gif
│   │   │   │   ├── col_drop.png
│   │   │   │   ├── col_pointer.png
│   │   │   │   ├── col_pointer_ver.png
│   │   │   │   ├── east-mini.png
│   │   │   │   ├── error.ico
│   │   │   │   ├── eye.png
│   │   │   │   ├── eye_grey.png
│   │   │   │   ├── logo_left.png
│   │   │   │   ├── logo_right.png
│   │   │   │   ├── more.png
│   │   │   │   ├── new_data.png
│   │   │   │   ├── new_data_hovered.png
│   │   │   │   ├── new_data_selected.png
│   │   │   │   ├── new_data_selected_hovered.png
│   │   │   │   ├── new_struct.png
│   │   │   │   ├── new_struct_hovered.png
│   │   │   │   ├── new_struct_selected.png
│   │   │   │   ├── new_struct_selected_hovered.png
│   │   │   │   ├── north-mini.png
│   │   │   │   ├── pause.png
│   │   │   │   ├── play.png
│   │   │   │   ├── s_asc.png
│   │   │   │   ├── s_asci.png
│   │   │   │   ├── s_cancel.png
│   │   │   │   ├── s_cog.png
│   │   │   │   ├── s_db.png
│   │   │   │   ├── s_desc.png
│   │   │   │   ├── s_error.png
│   │   │   │   ├── s_error2.png
│   │   │   │   ├── s_fulltext.png
│   │   │   │   ├── s_host.png
│   │   │   │   ├── s_lang.png
│   │   │   │   ├── s_loggoff.png
│   │   │   │   ├── s_notice.png
│   │   │   │   ├── s_partialtext.png
│   │   │   │   ├── s_passwd.png
│   │   │   │   ├── s_really.png
│   │   │   │   ├── s_reload.png
│   │   │   │   ├── s_replication.png
│   │   │   │   ├── s_rights.png
│   │   │   │   ├── s_sortable.png
│   │   │   │   ├── s_status.png
│   │   │   │   ├── s_success.png
│   │   │   │   ├── s_sync.png
│   │   │   │   ├── s_tbl.png
│   │   │   │   ├── s_theme.png
│   │   │   │   ├── s_top.png
│   │   │   │   ├── s_vars.png
│   │   │   │   ├── s_views.png
│   │   │   │   ├── south-mini.png
│   │   │   │   ├── spacer.png
│   │   │   │   ├── sprites.png
│   │   │   │   ├── toggle-ltr.png
│   │   │   │   ├── toggle-rtl.png
│   │   │   │   ├── vertical_line.png
│   │   │   │   ├── west-mini.png
│   │   │   │   ├── window-new.png
│   │   │   │   ├── zoom-minus-mini.png
│   │   │   │   ├── zoom-plus-mini.png
│   │   │   │   └── zoom-world-mini.png
│   │   │   ├── info.inc.php
│   │   │   ├── jquery
│   │   │   │   ├── images
│   │   │   │   │   ├── ui-bg_flat_0_aaaaaa_40x100.png
│   │   │   │   │   ├── ui-bg_flat_75_ffffff_40x100.png
│   │   │   │   │   ├── ui-bg_glass_55_fbf9ee_1x400.png
│   │   │   │   │   ├── ui-bg_glass_65_ffffff_1x400.png
│   │   │   │   │   ├── ui-bg_glass_75_dadada_1x400.png
│   │   │   │   │   ├── ui-bg_glass_75_e6e6e6_1x400.png
│   │   │   │   │   ├── ui-bg_glass_95_fef1ec_1x400.png
│   │   │   │   │   ├── ui-bg_highlight-soft_75_cccccc_1x100.png
│   │   │   │   │   ├── ui-icons_222222_256x240.png
│   │   │   │   │   ├── ui-icons_2e83ff_256x240.png
│   │   │   │   │   ├── ui-icons_454545_256x240.png
│   │   │   │   │   ├── ui-icons_888888_256x240.png
│   │   │   │   │   └── ui-icons_cd0a0a_256x240.png
│   │   │   │   └── jquery-ui-1.9.2.custom.css
│   │   │   ├── layout.inc.php
│   │   │   ├── screen.png
│   │   │   └── sprites.lib.php
│   │   ├── pmahomme
│   │   │   ├── css
│   │   │   │   ├── codemirror.css.php
│   │   │   │   ├── common.css.php
│   │   │   │   ├── enum_editor.css.php
│   │   │   │   ├── gis.css.php
│   │   │   │   ├── jqplot.css.php
│   │   │   │   ├── navigation.css.php
│   │   │   │   ├── pmd.css.php
│   │   │   │   ├── resizable-menu.css.php
│   │   │   │   └── rte.css.php
│   │   │   ├── img
│   │   │   │   ├── ajax_clock_small.gif
│   │   │   │   ├── arrow_ltr.png
│   │   │   │   ├── arrow_rtl.png
│   │   │   │   ├── asc_order.png
│   │   │   │   ├── b_bookmark.png
│   │   │   │   ├── b_browse.png
│   │   │   │   ├── b_calendar.png
│   │   │   │   ├── b_chart.png
│   │   │   │   ├── b_close.png
│   │   │   │   ├── b_column_add.png
│   │   │   │   ├── b_comment.png
│   │   │   │   ├── b_dbstatistics.png
│   │   │   │   ├── b_deltbl.png
│   │   │   │   ├── b_docs.png
│   │   │   │   ├── b_docsql.png
│   │   │   │   ├── b_drop.png
│   │   │   │   ├── b_edit.png
│   │   │   │   ├── b_empty.png
│   │   │   │   ├── b_engine.png
│   │   │   │   ├── b_event_add.png
│   │   │   │   ├── b_events.png
│   │   │   │   ├── b_export.png
│   │   │   │   ├── b_firstpage.png
│   │   │   │   ├── b_ftext.png
│   │   │   │   ├── b_globe.gif
│   │   │   │   ├── b_group.png
│   │   │   │   ├── b_help.png
│   │   │   │   ├── b_home.png
│   │   │   │   ├── b_import.png
│   │   │   │   ├── b_index.png
│   │   │   │   ├── b_index_add.png
│   │   │   │   ├── b_info.png
│   │   │   │   ├── b_inline_edit.png
│   │   │   │   ├── b_insrow.png
│   │   │   │   ├── b_lastpage.png
│   │   │   │   ├── b_minus.png
│   │   │   │   ├── b_more.png
│   │   │   │   ├── b_move.png
│   │   │   │   ├── b_newdb.png
│   │   │   │   ├── b_newtbl.png
│   │   │   │   ├── b_nextpage.png
│   │   │   │   ├── b_pdfdoc.png
│   │   │   │   ├── b_plus.png
│   │   │   │   ├── b_prevpage.png
│   │   │   │   ├── b_primary.png
│   │   │   │   ├── b_print.png
│   │   │   │   ├── b_props.png
│   │   │   │   ├── b_relations.png
│   │   │   │   ├── b_routine_add.png
│   │   │   │   ├── b_routines.png
│   │   │   │   ├── b_save.png
│   │   │   │   ├── b_sbrowse.png
│   │   │   │   ├── b_sdb.png
│   │   │   │   ├── b_search.png
│   │   │   │   ├── b_selboard.png
│   │   │   │   ├── b_select.png
│   │   │   │   ├── b_snewtbl.png
│   │   │   │   ├── b_spatial.png
│   │   │   │   ├── b_sql.png
│   │   │   │   ├── b_sqldoc.png
│   │   │   │   ├── b_sqlhelp.png
│   │   │   │   ├── b_table_add.png
│   │   │   │   ├── b_tblanalyse.png
│   │   │   │   ├── b_tblexport.png
│   │   │   │   ├── b_tblimport.png
│   │   │   │   ├── b_tblops.png
│   │   │   │   ├── b_tbloptimize.png
│   │   │   │   ├── b_tipp.png
│   │   │   │   ├── b_trigger_add.png
│   │   │   │   ├── b_triggers.png
│   │   │   │   ├── b_unique.png
│   │   │   │   ├── b_usradd.png
│   │   │   │   ├── b_usrcheck.png
│   │   │   │   ├── b_usrdrop.png
│   │   │   │   ├── b_usredit.png
│   │   │   │   ├── b_usrlist.png
│   │   │   │   ├── b_view.png
│   │   │   │   ├── b_view_add.png
│   │   │   │   ├── b_views.png
│   │   │   │   ├── bd_browse.png
│   │   │   │   ├── bd_deltbl.png
│   │   │   │   ├── bd_drop.png
│   │   │   │   ├── bd_edit.png
│   │   │   │   ├── bd_empty.png
│   │   │   │   ├── bd_export.png
│   │   │   │   ├── bd_firstpage.png
│   │   │   │   ├── bd_ftext.png
│   │   │   │   ├── bd_index.png
│   │   │   │   ├── bd_insrow.png
│   │   │   │   ├── bd_lastpage.png
│   │   │   │   ├── bd_nextpage.png
│   │   │   │   ├── bd_prevpage.png
│   │   │   │   ├── bd_primary.png
│   │   │   │   ├── bd_sbrowse.png
│   │   │   │   ├── bd_select.png
│   │   │   │   ├── bd_spatial.png
│   │   │   │   ├── bd_unique.png
│   │   │   │   ├── col_drop.png
│   │   │   │   ├── col_pointer.png
│   │   │   │   ├── col_pointer_ver.png
│   │   │   │   ├── database.png
│   │   │   │   ├── east-mini.png
│   │   │   │   ├── error.ico
│   │   │   │   ├── eye.png
│   │   │   │   ├── eye_grey.png
│   │   │   │   ├── item.png
│   │   │   │   ├── left_nav_bg.png
│   │   │   │   ├── logo_left.png
│   │   │   │   ├── logo_right.png
│   │   │   │   ├── more.png
│   │   │   │   ├── new_data.png
│   │   │   │   ├── new_data_hovered.png
│   │   │   │   ├── new_data_selected.png
│   │   │   │   ├── new_data_selected_hovered.png
│   │   │   │   ├── new_struct.png
│   │   │   │   ├── new_struct_hovered.png
│   │   │   │   ├── new_struct_selected.png
│   │   │   │   ├── new_struct_selected_hovered.png
│   │   │   │   ├── north-mini.png
│   │   │   │   ├── pause.png
│   │   │   │   ├── php_sym.png
│   │   │   │   ├── play.png
│   │   │   │   ├── pma_logo2.png
│   │   │   │   ├── pmd
│   │   │   │   │   ├── 1.png
│   │   │   │   │   ├── 2.png
│   │   │   │   │   ├── 2leftarrow.png
│   │   │   │   │   ├── 2leftarrow_m.png
│   │   │   │   │   ├── 2rightarrow.png
│   │   │   │   │   ├── 2rightarrow_m.png
│   │   │   │   │   ├── 3.png
│   │   │   │   │   ├── 4.png
│   │   │   │   │   ├── 5.png
│   │   │   │   │   ├── 6.png
│   │   │   │   │   ├── 7.png
│   │   │   │   │   ├── 8.png
│   │   │   │   │   ├── FieldKey_small.png
│   │   │   │   │   ├── Field_small.png
│   │   │   │   │   ├── Field_small_char.png
│   │   │   │   │   ├── Field_small_date.png
│   │   │   │   │   ├── Field_small_int.png
│   │   │   │   │   ├── Header.png
│   │   │   │   │   ├── Header_Linked.png
│   │   │   │   │   ├── and_icon.png
│   │   │   │   │   ├── ang_direct.png
│   │   │   │   │   ├── bord.png
│   │   │   │   │   ├── bottom.png
│   │   │   │   │   ├── def.png
│   │   │   │   │   ├── display_field.png
│   │   │   │   │   ├── downarrow1.png
│   │   │   │   │   ├── downarrow2.png
│   │   │   │   │   ├── downarrow2_m.png
│   │   │   │   │   ├── exec.png
│   │   │   │   │   ├── exec_small.png
│   │   │   │   │   ├── exitFullscreen.png
│   │   │   │   │   ├── favicon.ico
│   │   │   │   │   ├── grid.png
│   │   │   │   │   ├── help.png
│   │   │   │   │   ├── help_relation.png
│   │   │   │   │   ├── left_panel_butt.png
│   │   │   │   │   ├── left_panel_tab.png
│   │   │   │   │   ├── minus.png
│   │   │   │   │   ├── or_icon.png
│   │   │   │   │   ├── pdf.png
│   │   │   │   │   ├── plus.png
│   │   │   │   │   ├── query_builder.png
│   │   │   │   │   ├── relation.png
│   │   │   │   │   ├── reload.png
│   │   │   │   │   ├── resize.png
│   │   │   │   │   ├── rightarrow1.png
│   │   │   │   │   ├── rightarrow2.png
│   │   │   │   │   ├── save.png
│   │   │   │   │   ├── small_tab.png
│   │   │   │   │   ├── table.png
│   │   │   │   │   ├── toggle_lines.png
│   │   │   │   │   ├── top_panel.png
│   │   │   │   │   ├── uparrow2_m.png
│   │   │   │   │   └── viewInFullscreen.png
│   │   │   │   ├── s_asc.png
│   │   │   │   ├── s_asci.png
│   │   │   │   ├── s_attention.png
│   │   │   │   ├── s_cancel.png
│   │   │   │   ├── s_cancel2.png
│   │   │   │   ├── s_cog.png
│   │   │   │   ├── s_db.png
│   │   │   │   ├── s_desc.png
│   │   │   │   ├── s_error.png
│   │   │   │   ├── s_error2.png
│   │   │   │   ├── s_fulltext.png
│   │   │   │   ├── s_host.png
│   │   │   │   ├── s_info.png
│   │   │   │   ├── s_lang.png
│   │   │   │   ├── s_loggoff.png
│   │   │   │   ├── s_notice.png
│   │   │   │   ├── s_okay.png
│   │   │   │   ├── s_partialtext.png
│   │   │   │   ├── s_passwd.png
│   │   │   │   ├── s_process.png
│   │   │   │   ├── s_really.png
│   │   │   │   ├── s_reload.png
│   │   │   │   ├── s_replication.png
│   │   │   │   ├── s_rights.png
│   │   │   │   ├── s_sortable.png
│   │   │   │   ├── s_status.png
│   │   │   │   ├── s_success.png
│   │   │   │   ├── s_sync.png
│   │   │   │   ├── s_tbl.png
│   │   │   │   ├── s_theme.png
│   │   │   │   ├── s_top.png
│   │   │   │   ├── s_vars.png
│   │   │   │   ├── s_views.png
│   │   │   │   ├── south-mini.png
│   │   │   │   ├── spacer.png
│   │   │   │   ├── sprites.png
│   │   │   │   ├── toggle-ltr.png
│   │   │   │   ├── toggle-rtl.png
│   │   │   │   ├── vertical_line.png
│   │   │   │   ├── west-mini.png
│   │   │   │   ├── window-new.png
│   │   │   │   ├── zoom-minus-mini.png
│   │   │   │   ├── zoom-plus-mini.png
│   │   │   │   └── zoom-world-mini.png
│   │   │   ├── info.inc.php
│   │   │   ├── jquery
│   │   │   │   ├── images
│   │   │   │   │   ├── ui-bg_flat_0_aaaaaa_40x100.png
│   │   │   │   │   ├── ui-bg_flat_75_ffffff_40x100.png
│   │   │   │   │   ├── ui-bg_glass_55_fbf9ee_1x400.png
│   │   │   │   │   ├── ui-bg_glass_65_ffffff_1x400.png
│   │   │   │   │   ├── ui-bg_glass_75_dadada_1x400.png
│   │   │   │   │   ├── ui-bg_glass_75_e6e6e6_1x400.png
│   │   │   │   │   ├── ui-bg_glass_95_fef1ec_1x400.png
│   │   │   │   │   ├── ui-bg_highlight-soft_75_cccccc_1x100.png
│   │   │   │   │   ├── ui-icons_222222_256x240.png
│   │   │   │   │   ├── ui-icons_2e83ff_256x240.png
│   │   │   │   │   ├── ui-icons_454545_256x240.png
│   │   │   │   │   ├── ui-icons_888888_256x240.png
│   │   │   │   │   └── ui-icons_cd0a0a_256x240.png
│   │   │   │   └── jquery-ui-1.9.2.custom.css
│   │   │   ├── layout.inc.php
│   │   │   ├── screen.png
│   │   │   └── sprites.lib.php
│   │   ├── sprites.css.php
│   │   └── svg_gradient.php
│   ├── themes.php
│   ├── transformation_overview.php
│   ├── transformation_wrapper.php
│   ├── url.php
│   ├── user_password.php
│   ├── version_check.php
│   ├── view_create.php
│   ├── view_operations.php
│   └── webapp.php
└── 支持PHP5.2的phpMyAdmin 官方最终版_phpMyAdmin-4.0.10.7-all-languages.zip

155 directories, 1173 files


标签: php 5.2 支持 DM AD

实例下载地址

支持PHP5.2的phpMyAdmin 官方最终版

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警