로딩
티스토리 데이터 처리 중입니다.

Chapter 18 using Database

 Chapter 18 using Database

You can process data with a script and store it in a variable to use it, but when the script ends, all the processed data is deleted. In order to use persistent data, a database must be used in the script.

In this chapter, we will learn how to use the database. 1. MySQL Database First, let's look at how to install MySQL. 1) Connect to the www.mysql.com site. 2) Click the Download Link and down.....