데이터베이스/MYSQL 3

mysql 데이터베이스 추가 및 권한설정

# 사용자 추가 및 Database 생성방법 # 예를 들어 아래와 같이 추가 할 꺼라면.... :: 사용자명 : user_name :: 비밀번호 : user_pass :: DB명 : user_dbname $ mysql -uroot -p mysql Enter password: ***** Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 72278 to server version: 4.0.18-standard Type 'help;' or '\h' for help. Type '\c' to clear the buffer. // 데이터베이스 생성 mysql> create database user_dbname; Q..

NO sql

필요한 자료 찾가다 발견한건데요 음...이런것두있구나 라고 생각해주심 좋을득~ * NoSql Directory Site : 주요 Nosql 사이트들 정리 http://nosql-database.org/ * My NoSql : nosql 에 대한 News & Issue 에 관한 포스트가 많은 사이트 http://nosql.mypopescu.com/ * CouchDB http://couchdb.apache.org/ * MongoDB http://www.mongodb.org/ 대략적인내용 http://alloe.textyle.kr/6952 NoSQL databases [1/?] study 2010.12.09 17:26 우와신난다 Edit ACID (Atomicity, Consistency, Isolation,..