Home » Blog » Topic » how to manually vacuum SQLite database?

how to manually vacuum SQLite database?

Lincoln Burrows ~ Modified: September 22nd, 2015 ~ ~ 1 Minute Reading

Home Forums how to manually vacuum SQLite database?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #712 Score: 0
    Lincoln Burrows
    Moderator
    16 pts

    I am trying to run MANUAL VACUUM command for my SQLite database from command prompt but it’s giving me syntax error. can someone suggest me the correct syntax?

    #721 Score: 0
    Andrew Jackson
    Moderator
    1 pt

    Hi Lincoln, The information provided by you is very less.
    Please Provide the full information of your Syntax.

    #725 Score: 0
    Lincoln Burrows
    Moderator
    16 pts

    I am am running following syntax $sqlite3 database_name "VACUUM;"; but it giving me this error msg: near "database_name": syntax error.

    #771 Score: 0
    Andrew Jackson
    Moderator
    1 pt

    You don’t specify the table name

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.