2005 server 2008 server 인 경우 Public Const Connect = “PROVIDER=MSDASQL;driver= {SQL Native Client};server=111.111.111.111;uid=IDXXX;pwd=PASSXXX2;database=DBXXX” UPDATE ERROR (smalldatetime) 인서트는 자동으로 해주지만 Update는 CAST 해주워야 함. Format(DEP_DATETIME, […]
The configuration file now needs a secret passphrase (blowfish_secret). vi /usr/share/phpmyadmin/config.inc.php $i++; /* Authentication type */ $cfg[‘blowfish_secret’]=’cookie’; $cfg[‘Servers’][$i][‘auth_type’] = ‘cookie’; /* Server parameters */ $cfg[‘Servers’][$i][‘host’] […]
# yum -y install php* php-* 참조 블로그 http://packages.sw.be/rpmforge-release/ 각 운영체제에 맞는 rpmforge-release 파일이 있습니다.. CentOS 가 아니라면 확인해보시고.. 운영체제에 맞는 걸로 받으시면 됩니다.. 우선 […]
1) iframe 사용 사이트 root 에 아래 내용 파일 resize.htm <script language=javascript> var arrtmp = location.href.split(“?”); var Params = arrtmp[1].split(“&”); var hei = Params[0]; var focus […]
Installing Tomcat 7 on CentOS 6 참조 : http://blog.naver.com/PostView.nhn?blogId=cjw8349&logNo=20160687770 참조 : http://www.server-world.info/en/note?os=CentOS_6&p=tomcat7 CentOS is a stable Linux distribution suited for running web application servers such as […]