Skip to content

Latest commit

 

History

History

python_mysql

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

镜像封装了mysql 和python

mysql_init.sh echo "mysql init ok"
mysqld &
mysqladmin --silent --wait=30 ping || exit 1 

pytest