Skip to content

基于thinkphp-orm的数据库备份、还原库

License

Notifications You must be signed in to change notification settings

myfind/db-backup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

db-backup

基于thinkphp-orm的数据库备份、还原库

效果图:

数据表列表 备份文件列表

数据表查询结果格式

    
  (
        [name] => tpcms_admin
        [engine] => InnoDB
        [version] => 10
        [row_format] => Dynamic
        [rows] => 2
        [avg_row_length] => 8192
        [data_length] => 16384
        [max_data_length] => 0
        [index_length] => 16384
        [data_free] => 0
        [auto_increment] => 8
        [create_time] => 2020-03-08 19:20:18
        [update_time] => 2020-03-16 18:33:39
        [check_time] => 
        [collation] => utf8mb4_general_ci
        [checksum] => 
        [create_options] => row_format=DYNAMIC
        [comment] => 
    )


开源许可证

MIT

About

基于thinkphp-orm的数据库备份、还原库

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages