How to make sql database compatible with wordpress

Discussion in 'MySQL' started by HKS28, Aug 31, 2008.

  1. #1
    I have few databases in sql format. They are not compatible with wordpress. How can I make them compatible with wordpress?


    Regards
     
    HKS28, Aug 31, 2008 IP
  2. HKS28

    HKS28 Guest

    Messages:
    499
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Isn't this possible to do?
     
    HKS28, Aug 31, 2008 IP
  3. webboy

    webboy Peon

    Messages:
    109
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    install the php plugin and you can connect to all off them and display the out put
    if thats what I am thing you are trying to do
     
    webboy, Aug 31, 2008 IP
  4. vasago

    vasago Peon

    Messages:
    95
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #4
    please try to be more specific.
    what you need to to with those databases, etc.
     
    vasago, Sep 2, 2008 IP
  5. JEET

    JEET Notable Member

    Messages:
    3,832
    Likes Received:
    502
    Best Answers:
    19
    Trophy Points:
    265
    #5
    He's saying that php connects differently to mssql (I think MSSQL is what you mean by SQL). See this link:
    http://www.webcheatsheet.com/PHP/connect_mssql_database.php
    If wordpPress has some plugin to connect to mssql databases, you must install it, otherwise you can change the code in wordpress download. Another alternative can be to export those MSSQL databases and import in MYSQL.
    regards :)
     
    JEET, Sep 2, 2008 IP
  6. tuxicy

    tuxicy Member

    Messages:
    79
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    #6
    No he is saying that, he has an sql database which is for another cms or smt... And he likes to use it on wordpress. Which is also my problem :)
     
    tuxicy, Sep 2, 2008 IP
  7. HKS28

    HKS28 Guest

    Messages:
    499
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Exactly. I have a database which is from another cms and I want to make it compatible with wordpress.
     
    HKS28, Sep 2, 2008 IP
  8. DomainCo.US

    DomainCo.US Well-Known Member

    Messages:
    2,124
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    100
    #8
    you have to port it because it most likely have different table name/structure... create a stored proc that will do the job
     
    DomainCo.US, Sep 2, 2008 IP
  9. HKS28

    HKS28 Guest

    Messages:
    499
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #9
    Would you be more specific please. or can you give any link to what you are saying.
     
    HKS28, Sep 2, 2008 IP