Showing posts with label Database. Show all posts
Showing posts with label Database. Show all posts

Saturday, January 7, 2017

Install DB Browser for SQLite 3.9.1 on Ubuntu 16.04, 16.10

    DB Browser for SQLite is a high quality, visual, open source tool to create, design, and edit database files compatible with SQLite.



    It is for users and developers wanting to create databases, search, and edit data. It uses a familiar spreadsheet-like interface, and you don't need to learn complicated SQL commands

SQLite Browser 3.9.1 Changelog
  • Fixed default font selected being incorrectly detected.
  • Increased custom Page Size upper limit.

Tuesday, September 20, 2016

Install DB Browser for SQLite 3.9.0 on Ubuntu 16.04

    DB Browser for SQLite is a high quality, visual, open source tool to create, design, and edit database files compatible with SQLite.



    It is for users and developers wanting to create databases, search, and edit data. It uses a familiar spreadsheet-like interface, and you don't need to learn complicated SQL commands

SQLite Browser 3.9.0 Changelog

Major Features
  •     Strong encryption is now supported on Windows, using SQLCipher! – 5d98a19
  •     Keyboard navigation in the “Browse Data” tab now works well
  •     Our releases are now digitally signed on both Windows and MacOS

Sunday, August 21, 2016

How install phpMyAdmin 4.6.4 released on Ubuntu

   phpMyAdmin is a free software tool written in PHP, intended to handle the administration of MySQL over the Web. phpMyAdmin supports a wide range of operations on MySQL and MariaDB. Frequently used operations (managing databases, tables, columns, relations, indexes, users, permissions, etc) can be performed via the user interface, while you still have the ability to directly execute any SQL statement.



phpMyAdmin 4.6.4 changelog
 
   phpMyAdmin 4.6.4 release includes many security fixes of various levels of severity. We recommend all users upgrade to this release immediately. For full information on the vulnerabilities fixed and mitigation factors for users who are unable to upgrade, refer to the ChangeLog file included with this release and the security announcements at https://www.phpmyadmin.net/security/.

Aside from the security fixes, bugs have been fixed in version 4.6.4 affecting:
  •     Create view when no view name specified
  •     Changing a password
  •     Fix deleting of users with non-English locales
  •     Fixed password change on MariaDB without auth plugin

Sunday, June 26, 2016

How to Install SQLite Browser 3.8 on Ubuntu 16.04

DB Browser for SQLite is a high quality, visual, open source tool to create, design, and edit database files compatible with SQLite.

It is for users and developers wanting to create databases, search, and edit data. It uses a familiar spreadsheet-like interface, and you don't need to learn complicated SQL commands.
 

Controls and wizards are available for users to:

  •     Create and compact database files
  •     Create, define, modify and delete tables
  •     Create, define and delete indexes
  •     Browse, edit, add and delete records
  •     Search records