You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
FlorianEisenmenger c3db286f46 initial commit 1 year ago
..
doc/html initial commit 1 year ago
examples initial commit 1 year ago
js initial commit 1 year ago
libraries initial commit 1 year ago
locale initial commit 1 year ago
setup initial commit 1 year ago
sql initial commit 1 year ago
templates initial commit 1 year ago
themes initial commit 1 year ago
tmp/twig initial commit 1 year ago
vendor initial commit 1 year ago
.editorconfig initial commit 1 year ago
.eslintignore initial commit 1 year ago
.eslintrc.json initial commit 1 year ago
.htaccess initial commit 1 year ago
CODE_OF_CONDUCT.md initial commit 1 year ago
CONTRIBUTING.md initial commit 1 year ago
ChangeLog initial commit 1 year ago
DCO initial commit 1 year ago
LICENSE initial commit 1 year ago
README initial commit 1 year ago
RELEASE-DATE-4.8.2 initial commit 1 year ago
ajax.php initial commit 1 year ago
browse_foreigners.php initial commit 1 year ago
changelog.php initial commit 1 year ago
chk_rel.php initial commit 1 year ago
composer.json initial commit 1 year ago
composer.lock initial commit 1 year ago
config.inc.php initial commit 1 year ago
config.sample.inc.php initial commit 1 year ago
db_central_columns.php initial commit 1 year ago
db_datadict.php initial commit 1 year ago
db_designer.php initial commit 1 year ago
db_events.php initial commit 1 year ago
db_export.php initial commit 1 year ago
db_import.php initial commit 1 year ago
db_multi_table_query.php initial commit 1 year ago
db_operations.php initial commit 1 year ago
db_qbe.php initial commit 1 year ago
db_routines.php initial commit 1 year ago
db_search.php initial commit 1 year ago
db_sql.php initial commit 1 year ago
db_sql_autocomplete.php initial commit 1 year ago
db_sql_format.php initial commit 1 year ago
db_structure.php initial commit 1 year ago
db_tracking.php initial commit 1 year ago
db_triggers.php initial commit 1 year ago
error_report.php initial commit 1 year ago
export.php initial commit 1 year ago
favicon.ico initial commit 1 year ago
gis_data_editor.php initial commit 1 year ago
import.php initial commit 1 year ago
import_status.php initial commit 1 year ago
index.php initial commit 1 year ago
license.php initial commit 1 year ago
lint.php initial commit 1 year ago
logout.php initial commit 1 year ago
navigation.php initial commit 1 year ago
normalization.php initial commit 1 year ago
package.json initial commit 1 year ago
phpcs.xml.dist initial commit 1 year ago
phpinfo.php initial commit 1 year ago
phpmyadmin.css.php initial commit 1 year ago
prefs_forms.php initial commit 1 year ago
prefs_manage.php initial commit 1 year ago
prefs_twofactor.php initial commit 1 year ago
print.css initial commit 1 year ago
robots.txt initial commit 1 year ago
schema_export.php initial commit 1 year ago
server_binlog.php initial commit 1 year ago
server_collations.php initial commit 1 year ago
server_databases.php initial commit 1 year ago
server_engines.php initial commit 1 year ago
server_export.php initial commit 1 year ago
server_import.php initial commit 1 year ago
server_plugins.php initial commit 1 year ago
server_privileges.php initial commit 1 year ago
server_replication.php initial commit 1 year ago
server_sql.php initial commit 1 year ago
server_status.php initial commit 1 year ago
server_status_advisor.php initial commit 1 year ago
server_status_monitor.php initial commit 1 year ago
server_status_processes.php initial commit 1 year ago
server_status_queries.php initial commit 1 year ago
server_status_variables.php initial commit 1 year ago
server_user_groups.php initial commit 1 year ago
server_variables.php initial commit 1 year ago
show_config_errors.php initial commit 1 year ago
sql.php initial commit 1 year ago
tbl_addfield.php initial commit 1 year ago
tbl_change.php initial commit 1 year ago
tbl_chart.php initial commit 1 year ago
tbl_create.php initial commit 1 year ago
tbl_export.php initial commit 1 year ago
tbl_find_replace.php initial commit 1 year ago
tbl_get_field.php initial commit 1 year ago
tbl_gis_visualization.php initial commit 1 year ago
tbl_import.php initial commit 1 year ago
tbl_indexes.php initial commit 1 year ago
tbl_operations.php initial commit 1 year ago
tbl_recent_favorite.php initial commit 1 year ago
tbl_relation.php initial commit 1 year ago
tbl_replace.php initial commit 1 year ago
tbl_row_action.php initial commit 1 year ago
tbl_select.php initial commit 1 year ago
tbl_sql.php initial commit 1 year ago
tbl_structure.php initial commit 1 year ago
tbl_tracking.php initial commit 1 year ago
tbl_triggers.php initial commit 1 year ago
tbl_zoom_select.php initial commit 1 year ago
themes.php initial commit 1 year ago
transformation_overview.php initial commit 1 year ago
transformation_wrapper.php initial commit 1 year ago
url.php initial commit 1 year ago
user_password.php initial commit 1 year ago
version_check.php initial commit 1 year ago
view_create.php initial commit 1 year ago
view_operations.php initial commit 1 year ago
yarn.lock initial commit 1 year ago

README

phpMyAdmin - Readme
===================

Version 4.8.2

A web interface for MySQL and MariaDB.

https://www.phpmyadmin.net/

Summary
-------

phpMyAdmin is intended to handle the administration of MySQL over the web.
For a summary of features, list of requirements, and installation instructions,
please see the documentation in the ./doc/ folder or at https://docs.phpmyadmin.net/

Copyright
---------

Copyright © 1998 onwards -- the phpMyAdmin team

Certain libraries are copyrighted by their respective authors;
see the full copyright list for details.

For full copyright information, please see ./doc/copyright.rst

License
-------

This program is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License version 2, as published by the
Free Software Foundation.

This program is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
details.

You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.

Licensing of current contributions
----------------------------------

Beginning on 2013-12-01, new contributions to this codebase are all licensed
under terms compatible with GPLv2-or-later. phpMyAdmin is currently
transitioning older code to GPLv2-or-later, but work is not yet complete.

Enjoy!
------

The phpMyAdmin team