|
|
|
|
|
To win a free gold pass to OSI days 2010 check http://phpc.in/v0aeot Login to share your opinion Paper: The Case for Determinism in Database SystemsCan you have your ACID cake and eat your distributed database too? Yes explains Daniel Abadi, Assistant Professor of Computer Science at Yale University, in an… read more CUBRID Officially Submits the PHP API to PHP.netOfficial PHP.net Documentation now includes the documentation of PHP Connector for CUBRID Database. read more Consuming SQL Azure Data with the OData SDK for PHPOne of the interesting incubation projects that the SQL Azure team is working on is the SQL Azure OData Service. If that sentence makes no… read more How to add missing translationsBut when you have a multilingual site then this can create problems. You have to keep the translations up to date, otherwise your visitors will… read more Episode 0.1.8 - NoSQL Smackdown!Things got a bit rowdy when the panel debated features of Cassandra, CouchDB, MongoDB and Amazon SimpleDB and started throwing dirt at everybody else’s favorite… read more The SQL Server backup - foundation of any Disaster / RecoveryToday we are going to focus on the concept, "Backups are for sissies!" OK, we’re really going to look at backup and restore for Disaster… read more mysqlnd plugins: alternative to MySQL Proxy ?!The mysqlnd plugin API is a well hidden gem of mysqlnd. Mysqlnd plugins operate on a layer between PHP applications and the MySQL server. This… read more MariaDB, the Backward Compatible Branch of MySQL(R) Database ServerMariaDB is a community developed, backward compatible, drop-in replacement branch of the MySQL(R) Database Server. What is MariaDB all about, and what is its future?… read more Presentation: SQL anti patterns and NoSQL alternativesOne of the presentations at NoSQL Brazil was Gleicon Moraes’ (@gleicon) list of SQL anti patterns which represents a very good checklist for situations in… read more MySQL Database ClassThis class implements a MySQL database access wrapper. SQL Error with Symfony 1.4.4 and MySQL 5.5I ran into an interesting bug/fact today while messing around with MySQL 5.5. It seems that in the DDL, you can’t say “Type=InnoDB|MyISAM|Foo” anymore. You… read more Howto setup MySQL Master/Slave ReplicationHi guys, lets start setting up MySQL Master_Slave Replication, This tutorial will guide you step by step how to set this up. Actually When you’ve… read more The future of MySQL in a post-Sun worldInfoWorld - Oracle's absorption of Sun is complete. Now that the European Commission has blessed the merger, the Oracle logo is proudly displayed to anyone… read more Presentation at BarcampNortheast3 - Improvised search for a private phpBB forum using PHP, MySQL and sphinxBarCamp is an international network of user generated conferences (or unconferences) - open, participatory workshop-events, whose content is provided by participants. The first BarCamps focused… read more PHP function to fix collation on database fields of MySQLThis PHP function search for tables in the active db, match table’s name with the regular expression passed as first parameters and if it matches… read more Prepared Statements in PHP and MySQLiThis article is intended for readers who have experience using PHP and MySQL. You should also have a general understanding of databases and programming (both… read more MySQL+Memcached is still the workhorseBecause I'm becoming known as someone who knows something about "this whole NoSQL thing", people have started asking me to take a look at some… read more Make an ALTER TABLE script with MySQL WorkbenchSo you have two versions of a database sitting around - maybe you’ve been trying things out on your development box, and now you want… read more How To Back Up MySQL Databases With mylvmbackup On Debian Lennymylvmbackup is a Perl script for quickly creating MySQL backups. It uses LVM's snapshot feature to do so. To perform a backup, mylvmbackup obtains a… read more |