Install Drizzle On Debian Lenny

Posted by suvi under Database, Debian

Drizzle is a Free Software/Open Source database management system (DBMS) that was forked from version 6.0 of the MySQL DBMS. Like MySQL, Drizzle has a client/server architecture and uses SQL as its primary command language. Drizzle is distributed under version 2 of the GNU General Public License.
Drizzle is written in the C++ programming language, and [...]

No Comments

Installing Apache2 With PHP5 And MySQL Support On Ubuntu 9.04 (LAMP)

Posted by suvi under Apache, Database, MySQL, PHP, Server, Ubuntu, Webserver

LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on an Ubuntu 9.04 server with PHP5 support (mod_php) and MySQL support.
I do not issue any guarantee that this will work for you!
1 Preliminary Note
In this tutorial I use the hostname server1.example.com with the IP address [...]

No Comments

Check Your Mysql Server Performance with MySQLTuner

Posted by suvi under Database, MySQL, Server

MySQLTuner is a script written in Perl that will assist you with your MySQL configuration and make recommendations for increased performance and stability. Within seconds, it will display statistics about your MySQL installation and the areas where it can be improved.
It’s key to remember that MySQLTuner is a script which can assist you with your [...]

No Comments

Setting up LAMP on FreeBSD

Posted by suvi under Apache, BSD, Database, MySQL, PHP, Server, Webserver

Setting up a LAMP server is a common task for systems administrators, and FreeBSD is one of the most reliable and stable operating systems available. Why not combine both LAMP and FreeBSD to build a fast and reliable Web server?

Read more at Linux.com

No Comments

Explore your database with Talend Open Profiler

Posted by suvi under Database

Over time, organizations replicate, migrate, or add complexity within database systems, often times losing control of the quality of their data. When applications begin to fail because of invalid, corrupted, or out-of-date data, the free, GPL-licensed Talend Open Profiler can give data analysts, database administrators (DBA), and business users the ability to research data structures [...]

No Comments

How To Secure Postgresql Using Two-Factor Authentication From WiKID

Posted by suvi under Database, Linux, Security

Databases are the key repository for critical data. If you are storing information that needs to be kept secure from prying eyes, especially credit card or personally identifiable information (PII) you might be required to control access using two-factor authentication. This tutorial demonstrates how to secure Postgresql with two-factor authentication from WiKID.
Read more [...]

No Comments

Visual MySQL Database Design in MySQL Workbench

Posted by suvi under Database, MySQL

MySQL Workbench is a visual database design tool recently released by MySQL AB. The tool is specifically for designing MySQL database.
MySQL Workbench has many functions and features; this article by Djoni Darmawikarta shows some of them by way of an example. We’ll build a physical data model [...]

No Comments

Howto Install Mysql Database Server with Phpmyadmin Frontend

Posted by suvi under Database, MySQL, Server

MySQL is a widely used and fast SQL database server. It is a client/server implementation that consists of a server daemon (mysqld) and many different client programs/libraries.
Read more at Ubuntu Geek

No Comments

Synchronize your databases with SqlSync

Posted by suvi under Database

SqlSync lets you compare two databases to see which tuples have been added, removed, and changed. You can also use SqlSync to make one database a clone of another and maintain its contents to be that way. One benefit of using SqlSync to perform synchronization is that you can perform heterogeneous syncs — for example, [...]

No Comments

Getting data into and out of an OpenOffice.org Base database

Posted by suvi under Database, OpenOffice.org

The ability to import and export data is crucial to any database management system, and OpenOffice.org Base is no exception. While you may be surprised to discover that OpenOffice.org lacks a dedicated import/export feature, it does allow you to get data into and out of a database in a variety of ways.

Let’s start with the [...]

No Comments

MySQL Backups Using ZRM For MySQL 2.0

Posted by suvi under Backup, Database, Debian, MySQL

Zmanda Recovery Manager (ZRM) for MySQL
simplifies life of a database administrator who needs an easy to use
yet flexible and robust backup and recovery solution for MySQL server.
Read more at HowtoForge

No Comments

Howto setup Database Server With postgresql and pgadmin3

Posted by suvi under Database, PostgreSQL, Server

PostgreSQL is a powerful, open source relational database system. It has more than 15 years of active development and a proven architecture that has earned it a strong reputation for reliability, data integrity, and correctness. It runs on all major operating systems, including Linux, UNIX (AIX, BSD, HP-UX, SGI IRIX, Mac OS X, Solaris, Tru64), [...]

No Comments

Track your collections with Tellico

Posted by suvi under Database, Desktop

Is there anyone who
doesn’t collect something? I, for instance, have a sizable collection
of books. Remembering who gave me which ones, and keeping track of ones
I’ve currently lent to friends, is a nightmarish chore. Happily, the Tellico
collection manager can catalog all sorts of collections, including
books, movies, games, cards, coins, comic books, and even wine.

No Comments

aptoncd – Take your own repository with you on CD

Posted by suvi under Database, Debian, Ubuntu

With AptOnCd you can backup and restore your .deb packages and store them in a CD or DVD or just in an ISO image in your USB Drive.

aptoncd, will help you still be able to use apt, aptitude or synaptic even, with no, or poor Internet conection.

No Comments

Connecting OpenOffice.org to PostgreSQL Via SDBC – An Overview

Posted by suvi under Database, OpenOffice.org, PostgreSQL

Connecting OpenOffice.org to MySQL has been well-documented for some
time. For those who use PostgreSQL, however, finding good documentation
on using OpenOffice.org with it has been like finding a needle in a
haystack. Fortunately, it’s much easier now.

No Comments