c# - SharePoint connection string to phpMyAdmin -


i in process of developing our new intranet site sharepoint 2013. our old site home built , database phpmyadmin (mysql). until can of our documents migrated on want store documents in sharepoint still have access them old intranet. there way can use spd connect phpmyadmin? in php can use string

    $dbconn = mysql_connect("host", "userid", "pw"); 

i have searched world on , can't seam find way work.


Comments

Popular posts from this blog

How can I fetch data from a web server in an android application? -

android - java.net.UnknownHostException(Unable to resolve host “URL”: No address associated with hostname) -

jquery - How can I dynamically add a browser tab? -