Browse Source

Update 'php/README.md'

Additional sentence in section 1 explaining how to use the new model "create_ifractions_data_base.sql"
leo 1 month ago
parent
commit
d2cfee17e0
1 changed files with 2 additions and 1 deletions
  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`