virtualbox 가상 서버
https://www.virtualbox.org/ 2. VirtualBox 5.2.18 Oracle VM VirtualBox Extension Pack 설치 * Error status Manual : https://www.virtualbox.org/manual/UserManual.html
https://www.virtualbox.org/ 2. VirtualBox 5.2.18 Oracle VM VirtualBox Extension Pack 설치 * Error status Manual : https://www.virtualbox.org/manual/UserManual.html
http://www.mysql.com/products/workbench/ Query update 시 해결 방법 참조 : https://stackoverflow.com/questions/11448068/mysql-error-code-1175-during-update-in-mysql-workbench
1 2 3 |
You are using safe update mode and you tried to update a table without a WHERE that uses a KEY column To disable safe mode, toggle the option .... |
1 2 3 |
SET SQL_SAFE_UPDATES = 0; |
1 2 3 4 5 6 7 8 9 |
UPDATE wp_posts SET post_content = REPLACE(post_content, 'http://auctionpro.co.kr/', 'https://auctionpro.co.kr/') WHERE post_content LIKE '%http://auctionpro.co.kr%'; |
http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html
http://www.php.net/ http://www.php.net/downloads.php 한방에 PHP Windows에 설치하기(문제 : 단순테스트용) http://php.iis.net/
http://dev.mysql.com/downloads/
http://notepad-plus-plus.org/
FileZilla http://filezilla-project.org/ 다운로드 : FileZilla_3.8.0_win32-setup FileZilla 서버 : FileZilla_Server-0_9_49
http://beginlinux.com/blog/2010/05/hylafax-on-centos/
Copyright © 2025 | WordPress Theme by MH Themes