How to convert the MySql Database to SqLite DB

Поделиться
HTML-код
  • Опубликовано: 21 апр 2017
  • How to convert the MySql Database to SqLite DB
    Hi Friends today i will show you the quickest and
    easiest method to convert the mysql db into sqlite db
    SqLite Browser : sqlitebrowser.org/
    You can download from above link
    Thanks for watching
    If you have any doubts comment on the below, If you like share and subscribe.
    For more Techincal videos Please Subscribe Our Channel
    Keep Watching :-) !

Комментарии • 25

  • @chuntingli6796
    @chuntingli6796 5 лет назад +1

    Thank you so much for making this vid. It took me almost 2 hrs trying to use different online converters but in vain. Your vid saved me. Btw, you need a semicolon at the end of your "Create Table" to execute everything at once.

  • @enkhamgalannavaandorj227
    @enkhamgalannavaandorj227 2 года назад +3

    thank you for your video. but please keep the music down or no music is even better.

  • @ravimca49
    @ravimca49 7 лет назад

    Thanq u sir

  • @aroundtheglobeSwati
    @aroundtheglobeSwati 2 года назад

    Thanks for creating such a useful video. Kudos! I want to convert .sql format to .db format but by following the above method, I am able to save SQL file as .sqdbpro format. Please suggest how to convert the .sql file to .db format.

  • @TimothyTocci
    @TimothyTocci 6 лет назад +5

    Yeah, the new sqlite database is created from the MySQL dump but you erased the indexes so performance suffers in a big way. Also, watching you type is like getting teeth pulled at the dentist. Or maybe it was the music - I don't know. Ideally you would want to name each tables' primary index at the end of the create table statement ..PRIMARY KEY(`whatever`) like:
    CREATE TABLE IF NOT EXISTS `sometable` (
    ...
    `id` integer NOT NULL,
    PRIMARY KEY(`id`)
    );

  • @Sir_Arm4air
    @Sir_Arm4air 6 месяцев назад +1

    thanks sr

  • @DPz1000
    @DPz1000 3 года назад +1

    04:43 start

  • @samiullah-wd1fj
    @samiullah-wd1fj 4 года назад

    great

  • @nanditabhanjachaudhuri8487
    @nanditabhanjachaudhuri8487 6 лет назад

    After installation of db browser sqlite from the above link, its giving a error "error when connecting to raw.githubusercontent.com/sqlitebrowser/sqlitebrowser/master/currentrelease.
    host.raw.githubusercontent.com not found . Please suggest how to rectify it.

  • @laluks4330
    @laluks4330 5 лет назад

    what is the error when using insert

  • @LorneKinsella
    @LorneKinsella Год назад +1

    I guess this is a solution if you don't have any amount of data or tables.

  • @JoseGarcia-wt8kz
    @JoseGarcia-wt8kz 4 года назад

    Thank u' so much!

  • @sinanm6634
    @sinanm6634 4 года назад

    whats the music?

  • @samiches2008
    @samiches2008 6 лет назад +6

    Holy crap! Ninety seconds in and you typed THREE SENTENCES!!!! Had to stop watching no matter how much I want to convert my DB. Try editing your video to speed up the typing portion. We are all smart people and could have read those three sentences in 10-15 seconds.

    • @AzeemIqbal-zv8qy
      @AzeemIqbal-zv8qy 5 лет назад +2

      There's an option to speed up the playback speed. Do try that

    • @michaelkagera
      @michaelkagera 3 года назад

      @@AzeemIqbal-zv8qy I know right?!!

  • @milanchhatralia3758
    @milanchhatralia3758 6 лет назад

    How to move this SQLite database to android?

    • @TechiesBadi
      @TechiesBadi  6 лет назад

      Milan chhatralia, just place in the assets directory. And initiate the connection with the file location

  • @abdulwahid_mohammed
    @abdulwahid_mohammed 6 лет назад +1

    it is wasting time .
    is there any other method by on click or run script to export or import both of DBs.

  • @antonzeiss6512
    @antonzeiss6512 4 года назад

    Don't follow this if you don't have backup or with large database! There is data destructive hand-by method.
    Better to use scripts or services.

    • @rahulsonvane8141
      @rahulsonvane8141 4 года назад +1

      can you please tell me any such scripts or services?

  • @scorlingonzalez9003
    @scorlingonzalez9003 6 лет назад +1

    why waist your time if your not gonna talk this music and you typing combine is annoying af

  • @saxophone69
    @saxophone69 3 года назад

    dire

  • @zainulabdeen786
    @zainulabdeen786 6 лет назад

    Please remove this annoying background music and speed up your typing by fast forwarding the typing part