Archives
A 52mn presentation by Allan Packer and Neelakanth Nadgir from Sun Microsystems. ** keep in mind ZFS can only be used in userspace on linux (through fuse) due to license comptability issue (GPL/BSD license) enjoy! httpv://www.youtube.com/watch?v=a31NhwzlAxs
Apr 28th, 2010 | Filed under MySQL, Unix / Linux
Weather used in php or any other scripting language… sometimes we have the need to query a database in order to fetch or manipulate certain data. One of the most common request, widely written and used is SELECT * FROM MyTable WHERE ID=’ValueX’ and NAME=’ValueY’; now, ID and NAME are just columns… so nothing special [...]