Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 817129
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T01:56:39+00:00 2026-05-15T01:56:39+00:00

I want to execute a query inside a db.sql file using MySQL 5.1 in

  • 0

I want to execute a query inside a db.sql file using MySQL 5.1 in the Windows environment. Can any one help me with this? I want to do this by running a .bat file.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-15T01:56:40+00:00Added an answer on May 15, 2026 at 1:56 am

    Col Shrapnel’s answer is the way to do it. The batch file would look like this:

    mysql < %1
    

    …which really just shows that it’d just be easier to use that directly instead of a .bat.

    runsql myfile.sql  // (assuming you name your batch file "runsql.bat")
    // vs
    mysql < myfile.sql
    

    Reading your comment on the other answer, it seems like you might actually get some use out of the batch file as long as you don’t mind storing your password in plain text on your computer.

    Make the batch file like this:

    mysql -u myusername -pmypassword < %1
    

    Note that there is no space between -p and mypassword. If you use that above, every script would have to specify which database to use, which might be a hassle. The other way you could do it is like this:

    mysql -u myusername -pmypassword -D %1 < %2
    

    And the usage would be:

    mysql database_name input.sql
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 495k
  • Answers 495k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer char * ptr_path; strcpy(ptr_path, DCROOTDEF); You never initialize ptr_path. It… May 16, 2026 at 11:26 am
  • Editorial Team
    Editorial Team added an answer What about using the ComboBox's SelectedValuePath and DisplayMemberPath, and setting… May 16, 2026 at 11:26 am
  • Editorial Team
    Editorial Team added an answer The problem is that the FlowLayout does not recalculate the… May 16, 2026 at 11:26 am

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Related Questions

I want to execute a SQL query inside PL/SQL and populate the results into
I have a query select * from myTable ...and I want to wrap this
I need some help with a query - I'm using Firebird 2.1. I have
I have C# code that cycles through .sql files and executes what's inside them
I'm using Elixir in a project that connects to a postgres database. I want
We're using SQLAlchemy declarative base and I have a method that I want isolate
I'm using Microsoft SQL Server 2005, and am relatively new to SQL in general.
function get_tags_by_criteria($gender_id, $country_id, $region_id, $city_id, $day_of_birth=NULL, $tag_id=NULL, $thread_id=NULL) { $query = SELECT tags.* FROM
I have an user defined table function in SQL Server that aggregate data from
I have a table with large number of rows(~200 million) and I want to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.