Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !
WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure. Join the pilot program today!
The BIND DNS server has already been deprecated and removed from Plesk for Windows.
If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
You do not need ODBC to utilize MySQL. Most website applications don't use ODBC to access MySQL. It is already installed on the system and functioning if Plesk is functioning and it uses this for it's own database.
To create MySQL Databases for a domain simply go to the database section of the domain and create a database, there is a drop down list if you have the MSSQL component allowing you to choose either MySQL or MSSQL. You can then create users for the database and access PHP MyAdmin through the same area.
I am trying to set up Snitz forums on a domain with mysql. I have created the empty Database and a user for it in Plesk. My problem is that the connection strings do not seem to find the database.
This is the first mysql db I have tried to set up. Is their something Plesky I need to consider in setting it up?
Do I need a path to the Database for the following string(s)?
String2: strConnString= "driver=MySQL;server=localhost;uid=forum;pwd=password;database=VWForum" '## MySQL w/ MyODBC v2.50
Snitz Error:
The database could not be opened !!
Check your config.asp file and set the
strConnString so it points to the database.
Also check if strDBType is set to the right databasetype.
Code : 80004005
Error Description :
[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified