Skip to content

solve mysql setting in Github Actions CI #16

Description

@WangTingZheng
  • add mysql in Github Actions CI
  • do some actions:
  create database pianyuan;
    use pianyuan
    create table film(
        quality char(50),
        moive_name mediumblob, 
        url mediumblob,
        size char(50),
        flash_time char(50)
   );

Metadata

Metadata

Labels

featurea new feature from our rep

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions