Can we Transfer Database from WP My SQL to a New PHP Site with MY SQL?

Discussion in 'Databases' started by HZ-WebSol, Mar 13, 2010.

  1. #1
    Hi,

    I have a Word Press blog with My SQL database.

    In future I plan to make my own PHP based portal.

    Can I shift My SQL database from WP to PHP?

    Regards
    HZ
     
    HZ-WebSol, Mar 13, 2010 IP
  2. RHS-Chris

    RHS-Chris Well-Known Member

    Messages:
    1,007
    Likes Received:
    35
    Best Answers:
    10
    Trophy Points:
    150
    #2
    PHP is the programming language used to connect to the MySQL database server. Wordpress is written in PHP. Your question really does not make sense. If you are asking if you can use the same database for your new portal as your WP blog, then yes, I am sure you can, you just need to make sure you know what you are doing with your portal, so that you do not mess up the WP installation.
     
    RHS-Chris, Mar 13, 2010 IP
  3. semutdesign

    semutdesign Peon

    Messages:
    5
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    As PHP programmer,we know that MySQL is a place of all data (we called database). If we has a MySQL database surely we can input/output data base on available tables and fields. The problem is on Wordpress the data were queried in some manner that not easy to replicated if we building a new php based site, but if you learn it it would be ok.
     
    semutdesign, Mar 13, 2010 IP
  4. HZ-WebSol

    HZ-WebSol Peon

    Messages:
    168
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Hi,

    Thanks for the replies.

    From your replies, it seems possible that same MySQL database can be used with Word Press and New PHP portal.

    Regards
    HZ
     
    HZ-WebSol, Mar 13, 2010 IP