links · people · groups · tags | My: links · tags · groups · watchlists · notes login · sign up now! | help · blog
Simpy simpy
 
Michael Shook, member since May 27, 2004
.
Search Everyone: "mysql",

Top "mysql" experts: halbtuerke, nperriault, glennm, falko, vogelap, dapperdanman,

Groups about "mysql": phpgurus, Software tips, Web Development,

1 - 10 of 13 next »   Watch mshook
 
SELECT CONCAT( "[", GROUP_CONCAT( CONCAT("{name:'",`name`,"'"), CONCAT(",email:'",`email`,"'}") ) ,"]") AS json FROM users; CREATE TABLE `user`( `id` int not null auto_increment, `name` varchar(100), `email` varchar(50), PRIMARY KEY(id) ) ENGINE = InnoDB; INSERT INTO `user` (`name`, `email`) VALUES ('Cesar', 'cesar@craftyman.net'), ('Maria', 'maria@gmail.com'), ('Jose', 'j0s3@hotmail.com'), ('Albert','albertpr@yahoo.com');
by mshook 2009-08-10 08:54 via · json · popular · mysql · sql · howto · code · example
http://craftyman.net/mysql-to-json/ - cached - mail it - history

This guide presents the best practices in migration strategy and planning, migration tools, and practical migration examples. It is intended for technical staff involved in a MySQL to DB2 UDB conversion project.

This redbook also provides step-by-step instructions for installing and using the IBM DB2 Migration Toolkit (MTK) to port the database objects and data from MySQL to DB2 UDB.

Application programming and conversion considerations are discussed along with the differences in features and functionality of MySQL and DB2 UDB.

Examples are used throughout the book to illustrate conversions of database access, database administration, SQL statements (DDL, DML) and others, as well as testing and tuning your DB2 UDB system.

by mshook 2009-07-20 17:17 ibm · database · mysql · db2 · comparison · pdf · detailed · sql · structure
http://www.redbooks.ibm.com/abstracts/sg247093.html - cached - mail it - history
Loading up a new laptop I downloaded and ran Uniform Server 4.2-Mona and everything worked just fine.

A few days ago I tried to start up the server and it failed, being unable to find redirect.html on drive z:

Inserting some pauses in a copy of Server_Start.bat is discovered that after uniserv.exe ran, z: disappeared.

Some searching around got me to:
http://wiki.uniformserver.com/index.php/Ne...s_Section#Skype

I closed Skype and everything worked great.

I've been using Uniform Server for years and have been very happy with it.

Many thanks!

-Michael
by mshook 2009-06-24 12:56 windows · wamp · lamp · bug · server · uniform · apache · php · mysql · perl · fixed
http://forum.uniformserver.com/index.php?showtopic=1679 - cached - mail it - history
This presents you with various categories of gadgets to choose from (similar to the iGoogle directory). My gadget isn't yet in the gallery, so you'll need to select "Custom" and then type in the URL to the gadget:
by mshook 2009-06-04 11:25 spreadsheet · google · gadget · howto · mysql · csv · json · xml · example
http://otherfancystuff.blogspot.com/2009/05/how-to-convert-google-spreadsheet-into.html - cached - mail it - history
Memcached will dramatically speed up MediaWiki. Some pages on my site, like the Main Page took 40 seconds to load before Memcached, but only 7 after installing Memcached. "Memcached is a high-performance, distributed memory object caching system". Memcached is essentially a database caching system which is object orientated, and works even if the database is updated. (MySQL caching discards the entire cache when a table is changed)
by mshook 2009-05-03 21:41 wiki · cache · performance · mysql · php · wikipedia · howto · sysadmin · emon
http://wiki.theplaz.com/Memcached_on_1and1_with_MediaWiki - cached - mail it - history

I'm Michael Plasmeier otherwise known as ThePlaz. I am a senior at Haverford High School as well as a web developer and project manager with a focus on user experience and design. I am also a TV Show producer and host and an open source app maintainer. Next year, I will be attending the Massachusetts Institute of Technology (MIT). See Why MIT for more.

by mshook 2009-05-03 20:37 wiki · highschool · interesting · eclectic · mysql · php · school · educatin · homework · mit · blog
http://wiki.theplaz.com/Main_Page - cached - mail it - history
by mshook 2009-05-03 20:01 php · mysql · cache · howto · code · emon
http://pureform.wordpress.com/2008/05/21/using-memcache-with-mysql-and-php/ - cached - mail it - history
"Details In MySQL, our entities are stored in a table that looks like this: CREATE TABLE entities ( added_id INT NOT NULL AUTO_INCREMENT PRIMARY KEY, id BINARY(16) NOT NULL, updated TIMESTAMP NOT NULL, body MEDIUMBLOB, UNIQUE KEY (id), KEY (updated) ) ENGINE=InnoDB; For example, a typical entity in FriendFeed might look like this: { "id": "71f0c4d2291844cca2df6f486e96e37c", "user_id": "f48b0440ca0c4f66991c4d5f6a078eaf", "feed_id": "f48b0440ca0c4f66991c4d5f6a078eaf", "title": "We just launched a new backend system for FriendFeed!", "link": "http://friendfeed.com/e/71f0c4d2-2918-44cc-a2df-6f486e96e37c", "published": 1235697046, "updated": 1235697046, } "
by mshook 2009-03-31 15:55 via · couchdb · popular · mysql · python · json · howto · document · good · database · architecture
http://bret.appspot.com/entry/how-friendfeed-uses-mysql - cached - mail it - history
Lots of detail about building the site. A feed or a program is a URL and I don't want to isolate my podcast urls from my other urls, so I'll stick with del.icio.us.
by mshook 2009-03-04 22:22 lamp · php · mysql · detail · development · feed · rss · atom · podcast · mynote
http://itc.conversationsnetwork.org/shows/detail4021.html - cached - mail it - history
1 - 10 of 13 next »  
Related Tags
 
- exclude ~ optional + require
Add Dates