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 7932771
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T21:07:07+00:00 2026-06-03T21:07:07+00:00

hi i am using a code to add a sql file to my database

  • 0

hi i am using a code to add a sql file to my database in a batch file . it works .

my code

C:
cd\xampp\mysql\bin
mysql -u root -e "source C:\xampp\htdocs\internet_wk_1.7\db\master_db.sql" kani

the case is i want to get user input values to user name , password and database name , instead of hard code those values .

currently my username hard coded as root

i want to do like this

user should get a message

please enter your user name :

when i did it

 please enter your password :

after that

 please enter your database name :

then the script shout proceed . how to do this , please help . thanks in advance

  • 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-06-03T21:07:09+00:00Added an answer on June 3, 2026 at 9:07 pm

    Use set with the /P option:

    @echo off
    set /p username=please enter your user name:
    set /P pwd=please enter your password:
    set /p dbname=please enter your database name:
    
    cd /d c:\xampp\mysql\bin
    mysql -u%username% -p%pwd% -e "source C:\xampp\htdocs\internet_wk_1.7\db\master_db.sql" %dbname%
    

    You get more details if you enter help set in a commandline window.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using this code for backup database from .mdf file. Backup databaseBackup =
I am successfully creating database (SQL Ce) using Entity Framework Code First approach (C#-WPF).
I need to add new records to my SQL database using C# and php.
I need to backup (using C#) a SQL 2005 Database to a *.bak file.
I'm using the following code to back up a SQL Database : void BackupDatabase(string
I'm using the following code to restore a backup sql database with C# and
I am restoring a SQL database using C# code.When we are restore a backup
I am using following code for add button with image on tool bar, but
I am using the code to add margin to a div on click. It
I am using this code snippet to add KeyDown event handler to any element

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.