Quantcast
Channel: Toad for MySQL
Viewing all articles
Browse latest Browse all 1315

Forum Post: RE: Importing a Database

$
0
0
If you have a large SQL file that you want to run you and you can connect directly to your database from your desktop you can just open the file in the SQL editor and execute it. However the SQL Editor does have an issue if the file you are trying to run is very big ( 20 MB should be fine though but there might be some lag opening the file). If that is the case try just connecting using the MySQL command line tools and piping in the SQL file. The command line would look something like: mysql -u {user} -p {database} {your sql file} You can find the MySQL command line tools in the MySQL server installation. Not sure how else you would get it for Windows.

Viewing all articles
Browse latest Browse all 1315

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>