<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Netvouz / emweb / tag / mysql</title>
<link>http://netvouz.com/emweb/tag/mysql?feed=rss</link>
<description>emweb&#39;s bookmarks tagged &quot;mysql&quot; on Netvouz</description>
<item><title>» MySQL Cheat Sheet » Blog Archive   Alice Hill’s Real Tech News - Independent Tech</title>
<link>http://www.realtechnews.com/posts/3075</link>
<description>Extended Regular Expression Matching: mysql&gt; SELECT * FROM table WHERE rec RLIKE “^b$”; (. for char, […] for char class, * for 0 or more instances ^ for beginning, {n} for repeat n times, and $ for end) (RLIKE or REGEXP) To force case-sensitivity, use “REGEXP BINARY” Selecting from multiple tables: (Example) mysql&gt; SELECT pet.name, comment FROM pet, event WHERE pet.name = event.name; Auto-incrementing rows: mysql&gt; CREATE TABLE table (number INT NOT NULL AUTO_INCREMENT, name CHAR(10) NOT NULL); mysql&gt; INSERT INTO table (name) VALUES (”tom”),(”dick”),(”harry”); Batch mode (feeding in a script): # mysql -u user -p &lt; batch_file (Use -t for nice table layout and -vvv for command echoing.) Alternatively: mysql&gt; source batch_file;</description>
<category domain="http://netvouz.com/emweb?category=1259949318034822278"></category>
<author>emweb</author>
<pubDate>Thu, 26 Apr 2007 09:01:21 GMT</pubDate>
</item><item><title>Advanced MySQL Performance Optimization (pdf)</title>
<link>http://66.102.9.104/search?q=cache:DpB_CbBD1hsJ:www.mysqlperformanceblog.com/files/presentations/UC2005-Advanced-MySQL-Performance-Optimization.pdf+mysql+tutorial+pdf&amp;hl=en&amp;ct=clnk&amp;cd=39</link>
<description></description>
<category domain="http://netvouz.com/emweb?category=1259949318034822278"></category>
<author>emweb</author>
<pubDate>Tue, 10 Apr 2007 12:20:58 GMT</pubDate>
</item><item><title>Cheat Sheet Round-Up Ajax, CSS, LaTeX, Ruby… | Smashing Magazine</title>
<link>http://www.smashingmagazine.com/2006/10/30/cheat-sheet-round-up-ajax-css-latex-ruby/</link>
<description>Whether you’ve forgotten the name of a function or the property of a cascading style sheet - handy cheat sheets deliver the information you are looking for - immediately. Most cheat sheets are available as .pdf or .png-files, so you can print them and use them every day for whatever projects you’re currently working on. We present an extensive overview of useful cheat sheets we’ve found in the Web. Something is missing? Don’t hesistate to comment!</description>
<category domain="http://netvouz.com/emweb?category=1259949318034822278"></category>
<author>emweb</author>
<pubDate>Thu, 26 Apr 2007 08:50:26 GMT</pubDate>
</item><item><title>Cheat Sheet Roundup - Over 30 Cheatsheets for developers</title>
<link>http://www.petefreitag.com/item/455.cfm</link>
<description>Lets face it, unless you have a photographic memory, no developer can remember all the different functions, options, tags, etc. that exist. Documentation can be cumbersome at times, thats why I like cheat sheets. They are quick references that feature the most commonly forgotten things on a specific topic. You can print them out and hang them on your wall, or just keep them handy in your bookmarks for quick reference. I have rounded up over 30 cheatsheets that developers might find useful. Web Development Cheat Sheets     * JavaScript     * CSS     * CSS     * Hex Codes     * HTML     * XHTML     * HTML Entities Databases / SQL Cheat Sheets     * MySQL     * MySQL     * Oracle     * SQL     * Sybase Language Cheat Sheets     * ColdFusion - work in progress</description>
<category domain="http://netvouz.com/emweb?category=1259949318034822278"></category>
<author>emweb</author>
<pubDate>Thu, 26 Apr 2007 08:54:43 GMT</pubDate>
</item><item><title>Handy Cheat-Sheet of MySQL Commands</title>
<link>http://www.tech-geeks.org/contrib/mdrone/mysql-stuff/mysql-cheatsheet.html</link>
<description>From your login shell... # Creating a Database 	# mysqladmin create [databasename] 	Example: # mysqladmin create mydatabase [Enter] # Dropping (Removing) a Database 	# mysqladmin drop [databasename] 	Example: # mysqladmin drop mydatabase [Enter] # Populating an Existing Database from a *.sql File 	# mysql [databasename] &lt; [databasedumpfile.sql] 	Example: # mysql mydatabase &lt; mydatabase.sql [Enter] # Dumping Database Structure and Data to a *.sql file 	mysqldump --opt [database] &gt; [databasefilename.sql] 	Example:  mysqldump --opt techmanual &gt; techmanual.sql; From within the MySQL interface... # Starting MySQL from the Command Line 	# mysql 	Example:  mysql [Enter] 	You will be welcomed with the following message: 	Welcome to the MySQL monitor.  Commands end</description>
<category domain="http://netvouz.com/emweb?category=1259949318034822278"></category>
<author>emweb</author>
<pubDate>Thu, 26 Apr 2007 09:11:00 GMT</pubDate>
</item><item><title>HIOX FREE MySQL Tutorial - Alter/Modify Table, Rename Table, Adding/Add a column</title>
<link>http://www.hscripts.com/tutorials/mysql/alter-tables.php</link>
<description>bra grund</description>
<category domain="http://netvouz.com/emweb?category=1259949318034822278"></category>
<author>emweb</author>
<pubDate>Wed, 25 Apr 2007 08:22:56 GMT</pubDate>
</item><item><title>Hockinson.com: Cheat Sheet for MySQL 4.x Schema</title>
<link>http://hockinson.com/index.php?s=36</link>
<description>Portions of the following are quoted from the MySQL web site. Observations and opinions expressed below may be useful to MySQL newbies (use this information at your own risk). Use the underscore character in your column names, e.g. first_name. Subsequently in your PHP scripts the underscore can be easily replaced with a space. Use only lower case letters to ensure portability to other system configurations. Avoid using hyphens in the names of databases, tables, and columns. Situations can arise where the schema is not portable to another system configuration if upper case letters and/or hyphens are used. Hyphens appearing in a double-quoted line of PHP code may be interpreted as a minus sign (crashing the script). Usage of SET and ENUM fields is tricky when</description>
<category domain="http://netvouz.com/emweb?category=1259949318034822278"></category>
<author>emweb</author>
<pubDate>Thu, 26 Apr 2007 08:49:25 GMT</pubDate>
</item><item><title>manalang.com » Archives</title>
<link>http://manalang.com/archives/</link>
<description># !mobiledesktop # %s # 2005 # adobe # advice # aggregator # airplane # ajax # algorithms # amazon # amusing # apache # api # apollo # apple # architecture # art # atom # auto # b&amp;w # baby # background # backup # bandwidth # battery # beer # bestof # blogging # blogs # bone # bookmarking # bookmarklet # bookmarklets # bookmarks # books # bpel # browser # bugtracking # business # business2.0 # cabletv # caching # camera # cancer # capture # career # cell # charting # chat # cheatsheet # cherrypy # christmas # cisco # cms # code # color # comet # comic # comparison # complementary # compression # computers # computerscience # computing # conference # congress # cooking # coupon # coupons # cpu # cryonics # css # database # deals # del.icio.us # delicious # de</description>
<category domain="http://netvouz.com/emweb?category=1259949318034822278"></category>
<author>emweb</author>
<pubDate>Mon, 07 May 2007 07:07:18 GMT</pubDate>
</item><item><title>MySQL Cheat Sheets - ILoveJackDaniels.com</title>
<link>http://www.ilovejackdaniels.com/cheat-sheets/mysql-cheat-sheet/</link>
<description>The MySQL cheat sheet is designed to act as a reminder and reference sheet, listing useful information about MySQL. It includes a list of the available functions in MySQL, as well as data types. It also includes a list of MySQL functions available in PHP, and a list of useful sample queries to select data from a database. A description of what is on the cheat sheet follows, or if you are impatient, you can go straight to the full size MySQL cheat sheet:     * PNG, 106KB     * PDF, 435KB Functions in MySQL</description>
<category domain="http://netvouz.com/emweb?category=1259949318034822278"></category>
<author>emweb</author>
<pubDate>Thu, 26 Apr 2007 09:03:02 GMT</pubDate>
</item><item><title>MySQL Reference (Cheat) Sheet</title>
<link>http://www.dzone.com/rsslinks/mysql_reference_cheat_sheet.html</link>
<description>I’ve been putting together a quick reference guide to MySQL for some upcoming projects and thought that it was handy enough others might find it useful. When I went looking for some good references I was surprised to only find a handful of options and none of them alone had all the information I wanted at my fingertips. So, I figured, it would be worth it to spend the time to create my very own super-uber-ultimate MySQL reference. And now, I’m giving it to you… my lucky readers!</description>
<category domain="http://netvouz.com/emweb?category=1259949318034822278"></category>
<author>emweb</author>
<pubDate>Thu, 26 Apr 2007 08:51:10 GMT</pubDate>
</item></channel></rss>