O'Reilly Answers is a community site for sharing knowledge, asking questions, and providing answers that brings together our customers, authors, editors, conference speakers, and Foo (Friends of O'Reilly). More »
Answered by macnlos : Mar 14 2011 12:48 PM
There are different opinions on which connector/extension is faster. Here is a simple guideline that you should follow:
If the MySQL database you are connecting to is <= 4.1.3, then use mysql_con... full answer >
Answered by rachel.j : Mar 17 2011 12:46 PM
Hi,
It looks like your question has already been answered at https://www.phpfreaks...?topic=326218.0.
Let us know if you have any more questions. You can also email booktech@oreilly.com, our book cus... full answer >
Answered by BillyFish : Jan 28 2011 03:32 AM
Before answering the question - one correction in your list of limitations, schema changes that you make on one MySQL server will be visible on the others.
The answer (probably not a surprise) is tha... full answer >
Answered by Robin Nixon : Dec 10 2010 10:13 AM
Hi Linda,
Ajax communication between a web page and a web server suffers from very tight security restrictions. Data from the server will be accepted by the web page only if the page was loaded from ... full answer >
If you need to include additional columns on the slave that the master doesn’t have—for example, to record timestamps or add routing or other localized data—you can add columns to a table on a s...
If a table on your slave becomes corrupt either through error or accident (e.g., a user deletes the data), you can use replication to recover the data. Do so by creating a temporary table on the maste...
If your slave stops without warning and there is an error message, consult the documentation about the likely causes of the error and perform any repairs necessary.
Once you have corrected the error,...
MySQL Cluster is a shared-nothing, distributed node architecture storage solution designed for fault tolerance and high performance. Data is stored and replicated on individual data nodes (sometimes c...
If you have concerns about spending money on experimenting or learning more about cloud computing, consider an open source solution. The Ubuntu server comes prepackaged with the latest open source clo...
Cloud computing is one of those phrases that is often misunderstood and unfortunately has several—and sometimes conflicting—definitions. Some are quick to say it’s a buzzword that describes exis...