数据样本

103252765-|--|-stephanie_mt@hotmail.com-|-o/35+nGaNEU=-|-ion|--

其中|为分隔符,每行的换行符\n

mysql -uroot

MariaDB [(none)]> use test;
MariaDB [license]> load data local infile 'e:/export.sql' into table user fields terminated by '|' lines terminated by '\n'(id,username,email,password,hit);

 

mysql> use license;
Database changed
mysql> load data local infile 'e:\cred.csv' into table leak_adobe_user fields terminated by '-|-' lines terminated by '|--';

相关文章:

  • 2021-09-10
  • 2021-12-01
  • 2022-01-11
  • 2021-12-20
  • 2022-01-15
  • 2022-12-23
猜你喜欢
  • 2021-09-02
  • 2022-01-10
  • 2022-01-03
  • 2021-12-22
  • 2022-12-23
  • 2021-05-10
相关资源
相似解决方案