As an open-source project, phpMyAdmin welcomes contributions of many forms.
We appreciate your effort to improve phpMyAdmin by submitting a bug report. Before doing so, please check the following things:
SHOW CREATE TABLE `tbl_name
`); if your problem implies specific data, attach a small export file for sample rows.Please report bugs on GitHub.
Patches are welcome as pull requests on GitHub. Please include a
Signed-off-by tag in the commit message (you can do this by passing --signoff
parameter to Git).
When creating the commit on GitHub or using some other tool which does not have
direct support for this, it is the same as adding
Signed-off-by: Your name <email@example.com>
as the last line of the commit message.
Example: Signed-off-by: Jane Smith <jane.smith@example.org>
Note that by submitting patches with the Signed-off-by tag, you are giving permission to license the patch as GPLv2-or-later. See the DCO file for details.
You can find more information on our website: