No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
 
 
FlorianEisenmenger c3db286f46 initial commit hace 1 año
..
doc/html initial commit hace 1 año
examples initial commit hace 1 año
js initial commit hace 1 año
libraries initial commit hace 1 año
locale initial commit hace 1 año
setup initial commit hace 1 año
sql initial commit hace 1 año
templates initial commit hace 1 año
themes initial commit hace 1 año
tmp/twig initial commit hace 1 año
vendor initial commit hace 1 año
.editorconfig initial commit hace 1 año
.eslintignore initial commit hace 1 año
.eslintrc.json initial commit hace 1 año
.htaccess initial commit hace 1 año
CODE_OF_CONDUCT.md initial commit hace 1 año
CONTRIBUTING.md initial commit hace 1 año
ChangeLog initial commit hace 1 año
DCO initial commit hace 1 año
LICENSE initial commit hace 1 año
README initial commit hace 1 año
RELEASE-DATE-4.8.2 initial commit hace 1 año
ajax.php initial commit hace 1 año
browse_foreigners.php initial commit hace 1 año
changelog.php initial commit hace 1 año
chk_rel.php initial commit hace 1 año
composer.json initial commit hace 1 año
composer.lock initial commit hace 1 año
config.inc.php initial commit hace 1 año
config.sample.inc.php initial commit hace 1 año
db_central_columns.php initial commit hace 1 año
db_datadict.php initial commit hace 1 año
db_designer.php initial commit hace 1 año
db_events.php initial commit hace 1 año
db_export.php initial commit hace 1 año
db_import.php initial commit hace 1 año
db_multi_table_query.php initial commit hace 1 año
db_operations.php initial commit hace 1 año
db_qbe.php initial commit hace 1 año
db_routines.php initial commit hace 1 año
db_search.php initial commit hace 1 año
db_sql.php initial commit hace 1 año
db_sql_autocomplete.php initial commit hace 1 año
db_sql_format.php initial commit hace 1 año
db_structure.php initial commit hace 1 año
db_tracking.php initial commit hace 1 año
db_triggers.php initial commit hace 1 año
error_report.php initial commit hace 1 año
export.php initial commit hace 1 año
favicon.ico initial commit hace 1 año
gis_data_editor.php initial commit hace 1 año
import.php initial commit hace 1 año
import_status.php initial commit hace 1 año
index.php initial commit hace 1 año
license.php initial commit hace 1 año
lint.php initial commit hace 1 año
logout.php initial commit hace 1 año
navigation.php initial commit hace 1 año
normalization.php initial commit hace 1 año
package.json initial commit hace 1 año
phpcs.xml.dist initial commit hace 1 año
phpinfo.php initial commit hace 1 año
phpmyadmin.css.php initial commit hace 1 año
prefs_forms.php initial commit hace 1 año
prefs_manage.php initial commit hace 1 año
prefs_twofactor.php initial commit hace 1 año
print.css initial commit hace 1 año
robots.txt initial commit hace 1 año
schema_export.php initial commit hace 1 año
server_binlog.php initial commit hace 1 año
server_collations.php initial commit hace 1 año
server_databases.php initial commit hace 1 año
server_engines.php initial commit hace 1 año
server_export.php initial commit hace 1 año
server_import.php initial commit hace 1 año
server_plugins.php initial commit hace 1 año
server_privileges.php initial commit hace 1 año
server_replication.php initial commit hace 1 año
server_sql.php initial commit hace 1 año
server_status.php initial commit hace 1 año
server_status_advisor.php initial commit hace 1 año
server_status_monitor.php initial commit hace 1 año
server_status_processes.php initial commit hace 1 año
server_status_queries.php initial commit hace 1 año
server_status_variables.php initial commit hace 1 año
server_user_groups.php initial commit hace 1 año
server_variables.php initial commit hace 1 año
show_config_errors.php initial commit hace 1 año
sql.php initial commit hace 1 año
tbl_addfield.php initial commit hace 1 año
tbl_change.php initial commit hace 1 año
tbl_chart.php initial commit hace 1 año
tbl_create.php initial commit hace 1 año
tbl_export.php initial commit hace 1 año
tbl_find_replace.php initial commit hace 1 año
tbl_get_field.php initial commit hace 1 año
tbl_gis_visualization.php initial commit hace 1 año
tbl_import.php initial commit hace 1 año
tbl_indexes.php initial commit hace 1 año
tbl_operations.php initial commit hace 1 año
tbl_recent_favorite.php initial commit hace 1 año
tbl_relation.php initial commit hace 1 año
tbl_replace.php initial commit hace 1 año
tbl_row_action.php initial commit hace 1 año
tbl_select.php initial commit hace 1 año
tbl_sql.php initial commit hace 1 año
tbl_structure.php initial commit hace 1 año
tbl_tracking.php initial commit hace 1 año
tbl_triggers.php initial commit hace 1 año
tbl_zoom_select.php initial commit hace 1 año
themes.php initial commit hace 1 año
transformation_overview.php initial commit hace 1 año
transformation_wrapper.php initial commit hace 1 año
url.php initial commit hace 1 año
user_password.php initial commit hace 1 año
version_check.php initial commit hace 1 año
view_create.php initial commit hace 1 año
view_operations.php initial commit hace 1 año
yarn.lock initial commit hace 1 año

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