https://www.centos.bz/2011/11/linux-install-perl-dbd-mysql/ http://blog.csdn.net/rital/article/details/6035558 1. 下载TermReadKey-2.30.tar.gz tar zxvf TermReadKey-2.30.tar.gz cd TermReadKey-2.30 perl Makefile.PL make make install 2. 下载DBI-1.615.tar.gz…
在 Mysql 的 information_schema 库中 COLUMNS 表中存放了所有表的所有列. using MySql.Data.MySqlClient; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ConsoleApp1 { class Program { static voi…