# service mysql stop
# mysqld_safe --skip-grant-tables &
$ mysql -u root
mysql> use mysql;
mysql> update user set password=PASSWORD("YOUR-NEW-ROOT-PASSWORD") where User='root';
mysql> flush privileges;
mysql> quit
# service mysql stop
# service mysql start
$ mysql -u root -p
2014年3月28日 星期五
change MySQL Password on Ubuntu
2014年3月6日 星期四
2014年3月1日 星期六
整合行銷傳播的第一堂
IMC是什麼?
Integrated Marketing Communication (IMC) is the application of consistent brand messaging across both traditional and non-traditional marketing channels and using different promotional methods to reinforce each other. --- 來源: wiki
謝寶泰老師的Blog
http://imcntit.blogspot.tw/search/label/IMC%E7%90%86%E8%AB%96
優級的廣告影片
這個影片讓你想到作者想要傳達的什麼意念?
I think:
作者想要籍由一段影片,透過人與馬的情感即使經過長久的時間還是不會改變,讓Viewer聯想e到產品的形象,建立消費者的品牌忠誠...
Just I think. 只是我的第一堂,不要期望太高...
Integrated Marketing Communication (IMC) is the application of consistent brand messaging across both traditional and non-traditional marketing channels and using different promotional methods to reinforce each other. --- 來源: wiki
謝寶泰老師的Blog
http://imcntit.blogspot.tw/search/label/IMC%E7%90%86%E8%AB%96
優級的廣告影片
I think:
作者想要籍由一段影片,透過人與馬的情感即使經過長久的時間還是不會改變,讓Viewer聯想e到產品的形象,建立消費者的品牌忠誠...
Just I think. 只是我的第一堂,不要期望太高...
2014年2月11日 星期二
Install php5 on Cygwin
- Use the latest Cygwin installers : setup-x86.exe(32-bit), or setup-x86_64.exe( 64-bit).
- Launch setup-*.exe with the -K flag from Cygwin term. , e.g.:
cygstart – c:/MyInstall/setup-x86_64.exe -K http://cygwinports.org/ports.gpg
- On Choose Installation Type page, select "Install from Internet".
- On Choose Download Site(s) page, select a distro mirror, then enter
ftp://ftp.cygwinports.org/pub/cygwinportsftp://sourceware.org/pub/cygwinports in the User URL field and press Add (making sure that both are highlighted).Alternatively, you can use asourceware mirror, but if you do, you must use one hosted on a different server than your selected distro mirror.
- Proceed with package selection and installation, making sure to install any indicated dependencies.
hope this is help.
訂閱:
文章 (Atom)