Did this test, nothing fancy, a simple script which reads #!/bin/bash NUM=1 while [ $NUM != 0 ]; do mysql -u conn -p123456 db1 -e “INSERT INTO populate VALUES ($NUM)” let “NUM… may karugtong →
tokwakyutokwakyu wrote 2 years ago: Did this test, nothing fancy, a simple script which reads #!/bin/bash NUM=1 while [ $NUM != 0 … more →