文件名称:remote mysql manager-开源
文件大小:18KB
文件格式:ZIP
更新时间:2024-06-01 15:10:29
开源软件
PHP代码,用于通过网络管理MySQL数据库。 添加/删除数据库和表。 插入/更新/删除记录。 输入您自己SQL查询。 没有配置文件/脚本。 小而简单。
【文件预览】:
rmm
----record_view.php(411B)
----header.php(288B)
----database_view.php(2KB)
----LICENSE(1KB)
----index.html(665B)
----actions()
--------last_query.php(194B)
--------change_filter.php(314B)
--------grant_table_privileges.php(411B)
--------grant_database_privileges.php(422B)
--------delete_record.php(435B)
--------add_field.php(588B)
--------revoke_table_privileges.php(412B)
--------create_table2.php(1KB)
--------user_query_no_output.php(283B)
--------revoke_database_privileges.php(411B)
--------insert_record.php(1014B)
--------drop_field.php(304B)
--------create_database.php(295B)
--------drop_table.php(289B)
--------update_record.php(605B)
--------user_query.php(162B)
--------create_table.php(342B)
--------import_text_file.php(610B)
--------drop_database.php(249B)
--------rename_table.php(351B)
--------template.php(264B)
--------add_user.php(834B)
--------optimize_table.php(272B)
----README(1KB)
----action.php(440B)
----includes()
--------http_vars.php(489B)
--------db_interface.php(2KB)
--------html.php(4KB)
--------action.php(2KB)