소스 검색

Update 'php/README.md'

Additional sentence in section 1 explaining how to use the new model "create_ifractions_data_base.sql"
leo 1 개월 전
부모
커밋
d2cfee17e0
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      php/README.md

+ 2 - 1
php/README.md

@@ -37,7 +37,8 @@ Considering the **database name** to be `db_ifractins` and the **table name** to
 		PRIMARY KEY (line_id)
 	) ENGINE = InnoDB AUTO_INCREMENT = 1 DEFAULT CHARSET = latin1;
 
-Note that each column has the prefix `line_`.
+Note that each column has the prefix `line_`. On Linux you can use our model "create_ifractions_data_base.sql" and the following command line to create the data base do iFractions:
+... $ mysql -p -u root < create_ifractions_data_base.sql
 
 ## 2) `save.php`