Results 1 to 3 of 3

Thread: Batch Files Create

  1. #1
    RodríguezBrown is offline Senior Member
    Join Date
    Dec 2009
    Posts
    322
    Rep Power
    3

    Default Batch Files Create

    How to use Batch Files to Create MySQL Database?

    I want to make a batch file that can make database of MySQL. I tried several but of no use. As the last option I am posting here. Please suggest me a way to use Batch Files to make MySQL Database? Hoping for a positive response.

  2. #2
    WilsonMartin is offline Senior Member
    Join Date
    Dec 2009
    Posts
    319
    Rep Power
    3

    Default

    1) Following things can be made in MySQL by using the batch files:

    • You can make the tables.

    • You can make a new database.

    • Stored procedures and functions can also be formed.

    • You can show the tables with data.

    • You can execute queries also.

    The promote of a batch file for assembly a MySQL database is:

    1. You can understand what have been done by using the batch files.

    2. A batch file means that database are reproducible - either at a special time or in a different place

  3. #3
    AndersonDiaz is offline Senior Member
    Join Date
    Dec 2009
    Posts
    311
    Rep Power
    3

    Default

    2) There are lots of things that can be done in a minute by using the batch files. You familiar with the thing that database developer has to perform:

    1. All of the SQL commands are saved in a text file.

    2. Use the mysql command to execute the SQL commands in the file.
    The batch file for making the Mosul record on Windows would be like:

    c:\sql\create_database.sql

Similar Threads

  1. Conditional statements in batch files
    By Brownchris in forum Programming
    Replies: 3
    Last Post: 04-01-2010, 02:30 PM
  2. Batch files
    By HowardAllen in forum Programming
    Replies: 1
    Last Post: 02-02-2010, 04:29 PM
  3. How to Change the Default Editor for Batch Files in Vista
    By Fidel Fleming in forum Windows Vista
    Replies: 0
    Last Post: 10-14-2009, 11:43 AM
  4. How do I create RAR files?
    By Estevan in forum Programming
    Replies: 0
    Last Post: 08-25-2009, 07:18 AM
  5. Create Files with No Name
    By jordan in forum Everything Else
    Replies: 0
    Last Post: 05-17-2008, 01:34 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
SEO by SubmitEdge

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48