I have an sql file containing the info/data to create the tables and import the data into an existing MySQL database.
The database exists in rudimentary form and I can access it via WebMatrix.
And WebMatrix can open the sql file, but how can I "run" the sql file to import the tables with data into the existing MySQL database?
Is there a way to access this existing MySQL database with other software (e.g. phpMyAdmin, VisualStudio,etc.) to accomplish that if WebMatrix does not provide me with that feature?