Browse Source

Update 'php/create_ifractions_data_base.sql'

Fixed some words: 'ifractions2' to 'db_ifractions' and 'reate' to 'create'
leo 1 month ago
parent
commit
a9ad8b03a6
1 changed files with 2 additions and 1 deletions
  1. 2 1
      php/reate_ifractions_data_base.sql

+ 2 - 1
php/reate_ifractions_data_base.sql

@@ -1,4 +1,4 @@
-/*!999999 - Create Data Base to iFractions with name 'ifractions2 */
+/*!999999 - Create Data Base to iFractions with name 'db_ifractions */
 
 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
 /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -14,7 +14,7 @@
 --
 -- Current Database: `db_ifractions`
 -- On Linux, create iFractions data base with command:
+-- $ mysql -p -u root < create_ifractions_data_base.sql
 --
 
 CREATE DATABASE /*!32312 IF NOT EXISTS*/ `db_ifractions` /*!40100 DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci */;