php - sql oracle introduction after every command -


i'm new command line sql. after lot of work understodo how log xampp server using:

mysql -u myusername -p mypassword mydbname; 

this using shell in xampp. want run few different commands, (source in mind), im having trouble because after every command nothing happens except introductory paragraph of oracle mysql.

please help. want add table database using .sql file. doesnt happen in phpmyadmin because file size big.

you can use:

mysql -u myusername -p mypassword mydbname <mysqlfile.sql; 

this pipe commands in sql file mysql shell.


Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -