MySQL Quotes

Frank was on a role with MySQL quotes (it’s 1am here in New York – All that Red Bull & Vodka). Here are some of them:

Let me scale you!

<div style="font-size:14pt; text-align:center;">
  Wanna scale.</p> 
  
  <p>
    </div> 
    
    <div style="font-size:14pt; text-align:center;">
      Scale me Baby!</p> 
      
      <p>
        </div> 
        
        <div style="font-size:14pt; text-align:center;">
          Backup Now!</p> 
          
          <p>
            </div> 
            
            <div style="font-size:14pt; text-align:center;">
              MySQL &#8211; DBA Friendly.</p> 
              
              <p>
                </div> 
                
                <div style="font-size:14pt; text-align:center;">
                  MySQL &#8211; Use the Attitude.</p> 
                  
                  <p>
                    </div> 
                    
                    <div style="font-size:14pt; text-align:center;">
                      MySQL. Be Bold!</p> 
                      
                      <p>
                        </div> 
                        
                        <div style="font-size:14pt; text-align:center;">
                          MySQL. Look Again</p> 
                          
                          <p>
                            </div> 
                            
                            <div style="font-size:14pt; text-align:center;">
                              MySQL &#8211; Coming to a website near you.</p> 
                              
                              <p>
                                </div> 
                                
                                <div style="font-size:14pt; text-align:center;">
                                  One small step for Data, one giant leap for DBA.</p> 
                                  
                                  <p>
                                    </div> 
                                    
                                    <div style="font-size:14pt; text-align:center;">
                                      Data, we are serious about it.</p> 
                                      
                                      <p>
                                        </div> 
                                        
                                        <div style="font-size:14pt; text-align:center;">
                                          My Job, My Passion. MySQL.</p> 
                                          
                                          <p>
                                            </div> 
                                            
                                            <div style="font-size:14pt; text-align:center;">
                                              MySQL. Never Doubt.</p> 
                                              
                                              <p>
                                                </div> 
                                                
                                                <div style="font-size:14pt; text-align:center;">
                                                  MySQL. Scaling made Easy.</p> 
                                                  
                                                  <p>
                                                    </div> 
                                                    
                                                    <div style="font-size:14pt; text-align:center;">
                                                      MySQL. Scaling all you want.</p> 
                                                      
                                                      <p>
                                                        </div> 
                                                        
                                                        <div style="font-size:14pt; text-align:center;">
                                                          Got MySQL!</p> 
                                                          
                                                          <p>
                                                            </div> 
                                                            
                                                            <div style="font-size:14pt; text-align:center;">
                                                              Do it with MySQL.</p> 
                                                              
                                                              <p>
                                                                </div> 
                                                                
                                                                <div style="font-size:14pt; text-align:center;">
                                                                  Scale Yourself.</p> 
                                                                  
                                                                  <p>
                                                                    </div> 
                                                                    
                                                                    <div style="font-size:14pt; text-align:center;">
                                                                      MySQL or die.</p> 
                                                                      
                                                                      <p>
                                                                        </div> 
                                                                        
                                                                        <div style="font-size:14pt; text-align:center;">
                                                                        </div>
                                                                        
                                                                        <p>
                                                                          I&#8217;ve also done some of my <a href="http://www.arabx.com.au/shirt.htm">own shirts designs</a> (see small images below), a number I already have on shirts (you can check them out on me at <a href="http://www.mysqlcamp.org">MySQL Camp</a>).
                                                                        </p>
                                                                        
                                                                        <p>
                                                                          Some other references include <a href="http://forge.mysql.com/wiki/Merchandise">MySQL forge Merchandise</a> and <a href="http://arjen-lentz.livejournal.com/68617.html">Arjen&#8217;s suggestions.</a>
                                                                        </p>
                                                                        
                                                                        <p>
                                                                          <center>
                                                                            </p> 
                                                                            
                                                                            <p>
                                                                              <img src="http://media.ronaldbradford.com/images/thumb/hugged2.jpg" /><img src="http://media.ronaldbradford.com/images/thumb/my.jpg" /><br /> <img src="http://media.ronaldbradford.com/images/thumb/CLI.jpg" /><img src="http://media.ronaldbradford.com/images/thumb/contributors.jpg" /></center>
                                                                            </p>
Tagged with: Databases General MySQL

Related Posts

Curating DuckDB Datasets Leveraging AI

In Curated MySQL Data Sets for Realistic Testing I described datasets assembled the manual way — download, schema, load, validate, document — over hours or days per source. This post is the follow-up I promised: what changes when AI assists the same workflow, using DuckDB as the target engine and GeoNames as the first example.

Read more

Why INSERT IGNORE should not be used

Let’s say you’re building a reference table from source data, e.g. a silver medallion table from a primary source. In this example I am using a file of random locations on the globe extracted from OpenStreetMap (OSM) as my primary source.

Read more

What Constitutes Clean Data?

Clean data is one of those terms everyone uses and few define precisely. Row counts match? No nulls in key columns? Values within expected ranges? All useful checks — and all insufficient once you move from a table view to a visualization view.

Read more