1#!/bin/bash 2mysql -h 127.0.0.1 -P 23306 -u root -D gitpod --select-limit=200 --safe-updates --password="test" 3 4