Home  >  Q&A  >  body text

After the database import operation, is the original database overwritten? Or is it merged with the original data?

Xiaobai, please give me some advice, thank you!

早起吃面早起吃面881 days ago1151

reply all(1)I'll reply

  • 大瓶可乐@php.cn

    大瓶可乐@php.cn2022-02-28 00:57:39

    You can open your sql and take a look and you will understand.

    The first sentence of each execution is DROP TABLE IF EXISTS `app`; and then create the table, so the original table is deleted first and then created. Create a new table, and then use insert to import data

    reply
    0
  • Cancelreply