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 databaseyourdbname;useyourdbname;sourcepath_to_DB_script;