provides software and services that enable enterprises
Live Chat 1-888-673-6564

Open Source Software Technical Articles

  • Home
  • Search
  • Contact Us
  • Products and Support
  • Services
  • Enterprise OSS Blog
  • Wazi Technical Blog
  • About Wazi
  • Attributions and Licensing
  • Supply Chain Compliance
  • How to Contribute
  • Contributors
  • Resources Library
  • Cloud Services
  • Partners
  • Customers
  • Community
  • Company
  • Careers
  • News and Events

Subscribe to Wazi by Email

Your email:


Enterprise Developer Support 24 x 7, Get a Support Quote Now!


click-here-to-chat-with-an-online-representative

download-oss-discovery

Latest Posts

  • The secret to great reporting with Drupal 7
  • A more colorful LibreOffice unveiled
  • Toward a more colorful LibreOffice
  • Flexible administration with Puppet's Facter and templates
  • Knock for OpenSSH
  • Get more out of phpMyAdmin
  • Image annotation in GIMP, Dia, and OpenOffice Draw
  • Solr, Drupal 7, and faceted search
  • Using FreeNAS' new full disk encryption for ZFS
  • Create distributed storage with Gluster

Connect with Us!

Current Articles | RSS Feed RSS Feed

An introduction to SQLite for developers and sysadmins

Posted by Manolis Tzanidakis on Thu, Dec 06, 2012
  
Email This Email Article  
Tweet  
  

When they need a relational database, software developers and system administrators often choose MySQL or PostgreSQL. For a lighter and simpler solution, however, developers should consider SQLite. It's used in so many open source and commercial products that SQLite is considered the most deployed SQL database engine in the world. This article will help you get started with SQLite and use it in your programs and scripts.

Read More

0 Comments Click here to read/write comments
Tags: Tutorial, Database, SQLite

PostgreSQL tuning for MySQL admins

Posted by Gary Sims on Mon, Oct 29, 2012
  
Email This Email Article  
Tweet  
  

You can get optimum performance from your database by tuning your system in three areas: the hardware, the database, and the database server. Each increasingly more specialized than the last, with the tuning of the actual database server being unique to the software being used. If you're already familiar with tuning MySQL databases, you'll find tuning a PostgreSQL database server to be similar, but with some key differences to watch out for.

Read More

1 Comments Click here to read/write comments
Tags: Technical, PostgreSQL, Tutorial, Database

Using PostgreSQL from PHP: A Guide for MySQL Programmers

Posted by Gary Sims on Mon, Sep 10, 2012
  
Email This Email Article  
Tweet  
  

People putting together web applications often overlook PostgreSQL in favor of MySQL, yet PostgreSQL is enterprise-ready and has been used by familiar names such as Instagram and Disqus. One advantage is a license that grants the right to use, copy, modify, and distribute the software as long as the relevant copyright notices are maintained, and that doesn't force projects that use PostgreSQL to be released as open source code. You can use PostgreSQL and PHP to build a dynamic web site with data residing in a PostgreSQL database, and if you are familiar with using PHP to communicate with MySQL, it is relatively easy to make the transition to Postgres. If you don't know anything about PostgreSQL, start by reading PostgreSQL Administration for MySQL Admins to learn how to install PostgreSQL and create a simple database.

Read More

0 Comments Click here to read/write comments
Tags: PHP, PostgreSQL, Database

Take Advantage of Database Field Arrays: Examples Using PostgreSQL

Posted by Colin Beckingham on Mon, Jul 30, 2012
  
Email This Email Article  
Tweet  
  

Storing arrays in database fields provides a number of challenges, but also a number of opportunities for RDBMS developers. We'll illustrate some of those issues using PostgreSQL as an example, but the principles can be applied to other database systems as well, including MySQL.

Read More

0 Comments Click here to read/write comments
Tags: PostgreSQL, Tutorial, Database

PostgreSQL Administration for MySQL Admins

Posted by Gary Sims on Thu, May 17, 2012
  
Email This Email Article  
Tweet  
  

When people think about deploying an open source web ecosystem, they often choose Linux, along with Apache, PHP, and the MySQL database. However, MySQL isn't the only mature and feature-rich open source option; rival PostgreSQL can be an equally good choice. While the two are both relational databases, they differ when it comes to implementation details. But don't worry – if you know how to manage MySQL, you can learn how to handle PostgreSQL fairly quickly.

Read More

0 Comments Click here to read/write comments
Tags: Comparison, MySQL, Apache, PHP, CentOS, Technical, Drupal, PostgreSQL, Joomla, WordPress, Database, phpmyadmin, mitkerberos

How to Access a PostgreSQL Database from Any Language

Posted by Rares Aioanei on Fri, Jan 20, 2012
  
Email This Email Article  
Tweet  
  

If you're a system administrator, chances are you use programs that interface with databases every day. One great advantage of open source software is that you can modify your applications' code to customize it for your needs. If your application uses PostgreSQL on the back end, it's not hard to access your database from a variety of languages. Here's how to get started, whether your code is in C, C++, PHP, Tcl, Python, or Perl.

Read More

1 Comments Click here to read/write comments
Tags: CentOS, Technical, PostgreSQL, Database

Window Functions: PostgreSQL's Best-Kept Secret

Posted by Cameron Laird on Fri, Nov 18, 2011
  
Email This Email Article  
Tweet  
  

The PostgreSQL relational database management system (RDBMS) extends the standard SQL3 it implements with several conveniences for application development. Among the most useful extensions are window functions, which perform a calculation across a set of table rows that are somehow related to the current row.

Read More

0 Comments Click here to read/write comments
Tags: Technical, PostgreSQL, Ruby, Tips & Tricks, Database

Use MySQL Replication Like an Expert to Improve Performance and Enhance Availability

Posted by Anatoliy A. Dimitrov on Mon, Oct 10, 2011
  
Email This Email Article  
Tweet  
  

By using MySQL replication, you can distribute MySQL queries over multiple servers to improve application performance, provide high availability (HA), and distribute data across diverse physical locations. The process involves one or more master servers, which send databases or tables asynchronously to slave servers. For all of its potential benefits, MySQL replication can cause serious trouble, especially in complex environments. Follow the advice here to get off to a healthy start.

Read More

0 Comments Click here to read/write comments
Tags: MySQL, Technical, Tips & Tricks, Database, GreenSQL

PostgreSQL vs. MySQL: Which Is the Best Open Source Database?

Posted by Carla Schroder on Fri, Jul 08, 2011
  
Email This Email Article  
Tweet  
  

When you're choosing a database, you're making a long-term decision, because changing your mind later is difficult and expensive. You want to get it right the first time. Two popular open source databases, MySQL and PostgreSQL, are often the final two candidates when admins are preparing a new rollout. This high-level overview of these two open source powerhouses should help you choose which is more appropriate for your needs.

Read More

11 Comments Click here to read/write comments
Tags: Comparison, MySQL, Technical, Drupal, PostgreSQL, WordPress, Database, Zend Framework, OpenSSL, LAMP, MariaDB, MIT Kerboros, phpBB

Get the Most Out of phpMyAdmin's Visual Query Designer

Posted by Colin Beckingham on Wed, Jun 01, 2011
  
Email This Email Article  
Tweet  
  

Database programmers and administrators often need to design SQL queries against database structures with which they're not intimately familiar. By using a visual query designer, programmers and admins can cut down on coding errors and save time. FOSS tool phpMyAdmin offers a simple builder that can help anyone design MySQL queries. Here's how to get started designing basic queries visually in phpMyAdmin.

Read More

1 Comments Click here to read/write comments
Tags: MySQL, Technical, Database, phpmyadmin, mysqlworkbench
All Posts
Next Page
Error sending email
Email sent successfully

Email article
Email To : 
Your name : 
Message : (maximum 200 characters)
Home | Search | Contact Us | Products and Support | Services | Enterprise OSS Blog | Wazi Technical Blog | Resources Library | Cloud Services | Partners | Customers | Community | Company | Careers | News and Events
Products
OpenLogic Exchange (OLEX)
License Compliance Module
OSS Discovery
OSS Deep Discovery
OpenUpdate
Services
Open Source Support
CentOS Support
Scanning & Compliance
Open Source Training
Professional Services
Solutions
Support & Indemnification
Open Source Governance
Open Source Scanning
Open Source Provisioning
Consulting & Training
Contact Us
1-888-673-6564


© 2013 OpenLogic, Inc. All rights reserved.
Site Map  |  Privacy Policy