среда, 3 ноября 2010 г.
вторник, 29 июня 2010 г.
_upfeed.txt
cd ../colorimetry ; ln ../../files/_upfeed.txt _upfeed.txt ; cd ../creativeart_tpl ; ln ../../files/_upfeed.txt _upfeed.txt ; cd ../customize ; ln ../../files/_upfeed.txt _upfeed.txt ; cd ../differential ; ln ../../files/_upfeed.txt _upfeed.txt ; cd ../dub2 ; ln ../../files/_upfeed.txt _upfeed.txt ; cd ../earthling ; ln ../../files/_upfeed.txt _upfeed.txt ; cd ../harvest ; ln ../../files/_upfeed.txt _upfeed.txt ; cd ../modxblog_tpl ; ln ../../files/_upfeed.txt _upfeed.txt ; cd ../newave ; ln ../../files/_upfeed.txt _upfeed.txt ; cd ../primitive ; ln ../../files/_upfeed.txt _upfeed.txt ; cd ../rustic-portrait_tpl ; ln ../../files/_upfeed.txt _upfeed.txt ; cd ../soulvision_tpl ; ln ../../files/_upfeed.txt _upfeed.txt ; cd ../Stripey_tpl ; ln ../../files/_upfeed.txt _upfeed.txt ; cd ../StudioPress_Red_tpl ; ln ../../files/_upfeed.txt _upfeed.txt ; cd ../supplementary ; ln ../../files/_upfeed.txt _upfeed.txt ; cd ../vibrant_tpl ; ln ../../files/_upfeed.txt _upfeed.txt ; cd ../warmautumn_tpl ; ln ../../files/_upfeed.txt _upfeed.txt ; cd ../waterfalls ; ln ../../files/_upfeed.txt _upfeed.txt ; cd ../webby-blue-10_tpl ; ln ../../files/_upfeed.txt _upfeed.txt ; cd ../widgetlike ; ln ../../files/_upfeed.txt _upfeed.txt
ln -s
cd ../colorimetry ; ln -s ../../files/_ytube _ytube ; cd ../creativeart_tpl ; ln -s ../../files/_ytube _ytube ; cd ../customize ; ln -s ../../files/_ytube _ytube ; cd ../differential ; ln -s ../../files/_ytube _ytube ; cd ../dub2 ; ln -s ../../files/_ytube _ytube ; cd ../earthling ; ln -s ../../files/_ytube _ytube ; cd ../harvest ; ln -s ../../files/_ytube _ytube ; cd ../modxblog_tpl ; ln -s ../../files/_ytube _ytube ; cd ../newave ; ln -s ../../files/_ytube _ytube ; cd ../primitive ; ln -s ../../files/_ytube _ytube ; cd ../rustic-portrait_tpl ; ln -s ../../files/_ytube _ytube ; cd ../soulvision_tpl ; ln -s ../../files/_ytube _ytube ; cd ../Stripey_tpl ; ln -s ../../files/_ytube _ytube ; cd ../StudioPress_Red_tpl ; ln -s ../../files/_ytube _ytube ; cd ../supplementary ; ln -s ../../files/_ytube _ytube ; cd ../vibrant_tpl ; ln -s ../../files/_ytube _ytube ; cd ../warmautumn_tpl ; ln -s ../../files/_ytube _ytube ; cd ../waterfalls ; ln -s ../../files/_ytube _ytube ; cd ../webby-blue-10_tpl ; ln -s ../../files/_ytube _ytube ; cd ../widgetlike ; ln -s ../../files/_ytube _ytube
среда, 9 июня 2010 г.
среда, 19 мая 2010 г.
вторник, 11 мая 2010 г.
Как скопировать содержание одного столбца таблицы в другой. MySQL
update table_name set md5_old = md5;
понедельник, 3 мая 2010 г.
mysql
UPDATE translations SET content = REPLACE(content, 'OSzone.net', '') WHERE `content` LIKE '%OSzone.net%';
UPDATE text SET content = REPLACE(title, 'OSzone.net', '') WHERE `title` LIKE '%OSzone.net%'
UPDATE text SET title = REPLACE(title, 'OSzone.net', '') WHERE `idproject` LIKE '38'
UPDATE text SET title = REPLACE(title, 'OSzone.net', '') WHERE `title` LIKE '%OSzone.net%'
UPDATE text SET content = REPLACE(title, 'OSzone.net', '') WHERE `title` LIKE '%OSzone.net%'
UPDATE text SET title = REPLACE(title, 'OSzone.net', '') WHERE `idproject` LIKE '38'
UPDATE text SET title = REPLACE(title, 'OSzone.net', '') WHERE `title` LIKE '%OSzone.net%'
Подписаться на:
Сообщения (Atom)