MySQL9 Mysql 대체 DB MariaDB http://blog.naver.com/orion_203/130141372923https://downloads.mariadb.org/ 2012. 12. 4. Android PHP Mysql 연동 http://www.helloandroid.com/tutorials/connecting-mysql-database We can code the data in JSON format, between Android and PHP with the easy to use built in JSON functions in both languages.I present some sample code, which selects data from a database depending on a given condition and creates a log message on the android side with the received data.Lets suppose that we have a MySQL database name.. 2012. 9. 4. Apache Mysql PHP phpMyAdmin FTP Tomcat http://www.apachefriends.org/en/xampp-windows.html http://nobang.tistory.com/1158 We've released the new version of XAMPP 1.7.7, including:Apache 2.2.21MySQL 5.5.16PHP 5.3.8phpMyAdmin 3.4.5FileZilla FTP Server 0.9.39Tomcat 7.0.21 (with mod_proxy_ajp as connector)Download older versions of XAMPP (even the "old" WAMPP) directly from SourceForge.See also: »FAQ - Vista problems«Vista Note: Because o.. 2012. 6. 18. Mysql 한글 설정 my.conf 파일 오픈 후 끝에 아래의 내용을 추가해줌 [client] default-character-set=utf8 [mysqld] default-character-set=utf8collation-server = utf8_unicode_ciinit-connect='SET NAMES utf8'character-set-server=utf8 [mysqldump] default-character-set=utf8 [mysql] default-character-set=utf8 또는 utf8 => ecukr로 변경하면 됨 설정 후 확인 mysql> status; -------------- mysql Ver 14.12 Distrib 5.0.77, for redhat-linux-gnu (i686) using rea.. 2011. 2. 8. 이전 1 2 3 다음