Go to file
Salvador Domingues aaf7188717
Translated using Weblate (Portuguese)
Currently translated at 97.7% (3349 of 3427 strings)

[ci skip]

Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/pt/
Signed-off-by: Salvador Domingues <salvadordomingues@gmail.com>
2024-03-08 07:34:46 +01:00
.github Update workflow actions versions 2024-01-31 12:14:45 -03:00
doc Update copyright year in doc/conf.py 2023-12-13 09:33:44 -03:00
examples
js Prevent pma_errors div being removed 2023-12-16 10:33:03 +01:00
libraries Add role based auth for MySQL 8.x and compatibles (#18814) 2024-03-02 19:31:03 -03:00
po Translated using Weblate (Portuguese) 2024-03-08 07:34:46 +01:00
scripts Remove Jenkins build.xml 2023-10-16 23:49:04 -03:00
setup
sql
templates Fix Cannot create a UNIQUE key from More dropdown 2024-02-21 20:47:40 -03:00
test Add role based auth for MySQL 8.x and compatibles (#18814) 2024-03-02 19:31:03 -03:00
themes Resize editor overlay and its textarea on page resize 2023-09-20 22:48:29 +02:00
.browserslistrc
.editorconfig
.eslintignore
.eslintrc.json
.gitattributes Remove Jenkins build.xml 2023-10-16 23:49:04 -03:00
.gitignore Update JavaScript dependencies 2023-10-31 16:27:32 -03:00
.jshintrc
.rtlcssrc.json
.scrutinizer.yml
.stylelintrc.json
.weblate
babel.config.json
ChangeLog Fix case where tables from wrong db is loaded in navigation 2024-02-29 16:23:30 -03:00
CODE_OF_CONDUCT.md
codecov.yml
composer.json Add security link to composer.json file 2023-09-04 15:11:41 -03:00
config.sample.inc.php
CONTRIBUTING.md
DCO
favicon.ico
index.php
infection.json.dist
jest.config.js
LICENSE
package.json Upgrade JavaScript dependencies 2023-10-16 14:27:31 -03:00
phpcs.xml.dist
phpstan-baseline.neon Add role based auth for MySQL 8.x and compatibles (#18814) 2024-03-02 19:31:03 -03:00
phpstan.neon.dist
phpunit.xml.dist Fail tests with not supported queries 2023-08-06 13:42:03 -03:00
psalm-baseline.xml Add role based auth for MySQL 8.x and compatibles (#18814) 2024-03-02 19:31:03 -03:00
psalm.xml
README
README.rst
robots.txt
show_config_errors.php
url.php
yarn.lock Update JavaScript dependencies 2023-12-20 10:25:05 -03:00

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

Version 5.2.2-dev

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