How to install DBTarzan on Ubuntu – The database browser

  • Post last modified:May 4, 2020
  • Post category:Linux
  • Post author:

DBTarzan is a free and open source database viewer for Linux, MacOS and Windows. It is released under Apache 2.0 license. It supports Oracle, SQL Server, Derby, SQLite, MySQL and PostgreSQL databases. It comes with database connections editor to add, update and remove your database connections. Some other important features are foreign keys preloading, foreign key tags, copy query and log, table information and Order by. It comes with simple and easy to use GUI.

(more…)

Continue ReadingHow to install DBTarzan on Ubuntu – The database browser

How to decrease wordpress database size

To decrease your wordpress database size follow the below steps.

1.AutoSave Interval

In wordpress when you editing a post, it automatically saves at a specific time interval. The default time is 60 seconds.To save your database just increase the time delay.To do this, Open your wp-config.php file and add the below code.

define('AUTOSAVE_INTERVAL', 500 );  // seconds

(more…)

Continue ReadingHow to decrease wordpress database size

Backup WordPress database

Wordpress database includes data such as your WordPress site settings, posts, pages and comments and settings for WordPress themes and plugins that you have installed.

Using WP-DBManager plugin

Author’s Description:
Allows you to optimize database, repair database, backup database, restore database, delete backup database , drop/empty tables and run selected queries. Supports automatic scheduling of backing up and optimizing of database.

1.Download WP-DBManager plugin from http://wordpress.org/extend/plugins/wp-dbmanager/

2.upload this plugin to www.yoursite.com\wp-content\plugins\ folder.
(more…)

Continue ReadingBackup WordPress database