1、建表报错2020-11-25_144837.png

    2、mysql连接数不够(too many connection)

    1. set GLOBAL max_connections=500
    2. show variables like 'max_connections';