...
Code Block |
---|
use regdb; |
Execute the mysql.sql
database script against the pointed database using following command.
Code Block |
---|
mysql> source <path to the script>\mysql.sql; |
Note | ||
---|---|---|
If you are using MySQL 5.7 or later version, use
|
...
...
Code Block |
---|
use regdb; |
Execute the mysql.sql
database script against the pointed database using following command.
Code Block |
---|
mysql> source <path to the script>\mysql.sql; |
Note | ||
---|---|---|
If you are using MySQL 5.7 or later version, use
|
...