AboutWelcome to Free Software Daily (FSD). FSD is a hub for news and articles by and for the free and open source community. FSD is a community driven site where members of the community submit and vote for the stories that they think are important and interesting to them. Click the "About" link to read more...
During the Oracle OpenWorld conference (Oct. 11-15, San Francisco), speculation mounted that Oracle was preparing an Unbreakable Linux offering that features the MySQL database — and targets Microsoft’s Windows Server-SQL Server combo. Here’s the scoop.
Zend Technologies has announced that it is working with Oracle to deliver an integrated and optimized enterprise-class Linux and PHP solution for deploying and managing business-critical Web applications. Zend's Web application server is now available through the Oracle Unbreakable Linux Network (ULN). Zend Server also includes out-of-the-box enterprise-grade connectivity to Oracle Database.
This tutorial describes how to set up database replication in MySQL. MySQL replication allows you to have an exact copy of a database from a master server on another server (slave), and all updates to the database on the master server are immediately replicated to the database on the slave server so that both databases are in sync.
"The task here is to explore connecting Lisp to a MySql database. I used synaptic on my Ubuntu system to install mysql-server and cl-sql. A simple database was created on mysql. The aim is to access the database from Lisp: search for entries, get back information, add new entries, etc. ..."
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.
We have already discussed how to install ubuntu 8.10 LAMP server .If you are a new user and not familiar with command prompt you can install GUI for your ubuntu LAMP server using the 2 options
1) Install desktop Environment
2) Install Webmin
Oracle's open source strategy was looking a little fenced in this morning, after the database giant lost one of its most prominent voices and OpenOffice was snubbed by Ubuntu developers. Ken Jacobs resigned from Oracle late last week, according to reports.
PHP Oracle Web Development is a new book from Packt that helps users to combine the power, scalability, and reliability of the Oracle Database with the ease of use, short development time, and high performance of PHP.
This tutorial describes how to set up database replication in MySQL using an SSL connection for encryption (to make it impossible for hackers to sniff out passwords and data transferred between the master and slave).