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
Post a Comment