Unsupported MySql for wordpress blogs

Discussion in 'Third-party applications' started by identservc1, Nov 3, 2008.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Hi

    I am unable to runmy blogs on discountasp as it requires MySql which has been discountinued.
    Iuse the WordPress blogs for my blogs.
    Please suggest alternatives that we could go with, asI see only MS SQL Server being supported as the database.
    [​IMG]
     
  2. I also have another site on discountasp which runs on old version of windows and has the blogs functioning.


    Can I point my new site blogs to use the old site MySql Database?[​IMG]
    Pls suggest.
     
  3. Yeah try the DSN-Less method for the connection string.

    set cnnSimple=Server.Createobject('ADODB.Connection')
    cnnSimple.Open='Driver={MySQL ODBC 3.51 Driver}; Server=ServerName; Database=DB Name; Uid=login;Pwd=userpassword;'

    rcp
    DiscountASP.NET
    www.DiscountASP.NET
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page