mysql - Import .sql without creating databases and tables schemata -


i have .sql file ~3gb populate mysql server viewing. not know how many tables nor columns fields included. how import file none less? have tried doesnt work. prompt me create database , tables population

mysql -u root -p < input.sql mysql -u root -p db_name < input.sql 

please help. thanks


Comments

Popular posts from this blog

sql server - Cannot query correctly (MSSQL - PHP - JSON) -

php - trouble displaying mysqli database results in correct order -

C++ Linked List -