Mysql page Kamleen Mysql refresh Execute SQL script from command line: Take a look at the sqlcmd utility. It allows you to execute SQL from the command line. start your local server open command prompt Microsoft Windows [Version 10.0.18362.900] (c) 2019 Microsoft Corporation. All rights reserved. C:\Users\Lenovo>cd../../../.. C:\>cd xampp C:\xampp>cd mysql C:\xampp\mysql>cd bin C:\xampp\mysql\bin>mysql -u root -h localhost -p Enter password: Welcome to the MariaDB monitor. Commands end with ; or \g. Your MariaDB connection id is 8 Server version: 10.4.13-MariaDB mariadb.org binary distribut...