Paul Buchheit, Creator of Gmail, Leaves Facebook for Y Combina...
Monday, November 8, 2010
RockMelt : Brand new browser.
RockMelt :
A brand new browser with brand new browsing experience. Check out the video.
Currently available through Facebook invitation only.
RockMelt is built first and foremost for sharing. You browse with your friends (the first thing you do is log into Facebook and your favorite friends and their latest status updates are always available along the left rail). And there is a big “Share” button up top, which lets you share any webpage, along with images and a preview, on Facebook. You could call it...
Saturday, November 6, 2010
MySQL Performance Tuning - GNUnify 2010
Check out this SlideShare Presentation: MySQL Performance Tuning - GNUnify 2010View more presentations from OSSCube LLC A Global Open Source Enterprise for Open Source Solutio...
Thursday, November 4, 2010
MySQL Query And Index Tuning
Check out this SlideShare Presentation: MySQL Query And Index TuningView more presentations from Manikanda kum...
Thursday, November 4, 2010
Mysql Explain Explained
Check out this SlideShare Presentation: Mysql Explain ExplainedView more presentations from Jeremy Coat...
Thursday, November 4, 2010
Explain
Check out this SlideShare Presentation: ExplainView more presentations from Ligaya Turmel...
Thursday, November 4, 2010
Real World Scalability MySQL
Check out this SlideShare Presentation: Real World Scalability MySQLView more presentations from techdu...
Wednesday, November 3, 2010
What does "size" in int(size) of MySQL mean?
in MySQL
I was always wondering what the size of numeric columns in MySQL was. Forgive me if this is obvious to someone else. But for me the MySQL manual lacks a great deal in this field.
Usually you see something like int(11) in CREATE TABLE statements, but you can also change it to int(4).
So what does this size mean? Can you store higher values in a int(11) than in an int(4)?
Let's see what the MySQL manual says:
INT[(M)] [UNSIGNED] [ZEROFILL]
A normal-size integer. The signed range is -2147483648 to 2147483647. The unsigned...
Tuesday, November 2, 2010
Plugin Memcached 20 Study
Check out this SlideShare Presentation:
Plugin Memcached%20 Study
View more presentations from Liu Liz...
Tuesday, November 2, 2010
MySQL and memcached Guide
Check out this SlideShare Presentation: MySQL and memcached GuideView more documents from webhostingg...
Tuesday, November 2, 2010
Introduction to memcached
Check out this SlideShare Presentation: Introduction to memcachedView more presentations from Jurriaan Pers...
Monday, November 1, 2010
SphinxSE with MySQL
Check out this SlideShare Presentation: SphinxSE with MySQLView more presentations from puthranrite...
Monday, November 1, 2010
Sphinx new
Check out this SlideShare Presentation: Sphinx newView more presentations from rit20...
Monday, November 1, 2010
Mysql Fulltext Search 1
Check out this SlideShare Presentation: Mysql Fulltext Search 1View more presentations from johnym...
Monday, November 1, 2010
Performance Tuning Best Practices
Check out this SlideShare Presentation: Performance Tuning Best PracticesView more presentations from webhostingg...
Monday, November 1, 2010
Top 20 Design Tips for MySQL Data Architects
Check out this SlideShare Presentation: Top 20 Design Tips for MySQL Data ArchitectsView more presentations from Ronald Bradfo...
Wednesday, October 27, 2010
SetUp and test MySQL Replication in 20 easy steps
We have 2 servers, one of which is a Master and the other which is a Slave. We tell the Master that it should keep a log of every action performed on it. We tell the slave server that it should look at this log on the Master and whenever something new happens, it should do the same thing.
You should follow the instructions below with two console windows open - one for the Master and one for the Slave.
Step 1:
First of all, we need to create a user on the Master server that the Slave will connect as. Say 'slave_user'....
Friday, October 22, 2010
Show databases
in MySQL
Here we will discuss how to show databases from command prompt.
Here is the syntax.
mysql> show databases;
+--------------------+| Database |+--------------------+| information_schema || mysql || test || wordpress |+--------------------+4 rows in set (0.37 sec)
mysql&g...
Friday, October 22, 2010
Login to MySQL from Command prompt
in MySQL

Here is the steps to start MySQL from command prompt in windows.1. Click on start and go to programme.2. Select MySQL and go for "MySQL command line client" under mysql <your mysql version>.3. MySQL command prompt will be open asking you for password.
4. Enter the password.5. Now you should see something like..
Welcome to the MySQL monitor. Commands end with ; or \g.Your MySQL connection id is 6...
Friday, October 22, 2010
Lets start with MySQL
in MySQL
Here we will discuss about MySQL from beginning till the very complex scenarios.We are going to cover each and every aspects of MySQL in depth.
1. Data types2. MySQL Engines3. Stored procedure4. Functions5. Transactions6. Writing complex queries.7. Query optimization.8. Use of third party open source pluggin.9. Use of Popular full text search engine "Sphinx".10. Dealing with millions of data.11. Case studies.
I am looking forward for your support.'Than...
Subscribe to:
Posts (Atom)