Two scripts in one mysql database

Discussion in 'MySQL' started by Jalpari, Aug 11, 2008.

  1. #1
    Running two script at one mysql db can create any problem? :D
     
    Jalpari, Aug 11, 2008 IP
  2. kailash

    kailash Well-Known Member

    Messages:
    1,248
    Likes Received:
    42
    Best Answers:
    0
    Trophy Points:
    190
    #2
    It should not create any problem. Just use table prefix so that you can identify the tables.

    Kailash
     
    kailash, Aug 11, 2008 IP
  3. Jalpari

    Jalpari Notable Member

    Messages:
    5,640
    Likes Received:
    137
    Best Answers:
    0
    Trophy Points:
    260
    #3
    and how to use table prefix for two scripts in one db. (I know how to set for one db)
     
    Jalpari, Aug 12, 2008 IP
  4. kailash

    kailash Well-Known Member

    Messages:
    1,248
    Likes Received:
    42
    Best Answers:
    0
    Trophy Points:
    190
    #4
    Most of the script will give you the option to use table prefix during installation. You just need to enter the text which you would like to use as a database table prefix.

    Kailash
     
    kailash, Aug 12, 2008 IP
  5. Stroh

    Stroh Notable Member

    Messages:
    3,482
    Likes Received:
    292
    Best Answers:
    0
    Trophy Points:
    200
    #5
    yeah it shouldn't be any problem as long as you have the prefix_ on the second script.
     
    Stroh, Aug 12, 2008 IP
  6. chandan123

    chandan123 Prominent Member

    Messages:
    11,586
    Likes Received:
    578
    Best Answers:
    0
    Trophy Points:
    360
    #6
    i normally install all my blogs , scripts in one db :p its saves taking backups for one by one
    but u must know which table belongs to which :D
     
    chandan123, Aug 13, 2008 IP
  7. Jalpari

    Jalpari Notable Member

    Messages:
    5,640
    Likes Received:
    137
    Best Answers:
    0
    Trophy Points:
    260
    #7
    now i got it:D

    thanks to all of u
     
    Jalpari, Aug 19, 2008 IP