I have just installed MySQL Community Server and now want to create a database and then run a script on it in a command line.
I tried this one but looks like it doesn't work:
CREATE DATABASE admin_web_projektu
mysql admin_web_projektu < c:/USI-4/db_template_001.sql
use below steps:
Create database yourdbname;
use yourdbname;
source path_to_DB_script;
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With