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.
Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
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.
I installed plesk with MSSQL as a database provider, now I want to change the provider to MySql, I don't receive any error but plesk is still using MSSQL.
What should I do ?
Hi,
I used plesk reconfiguration,but Plesk still uses MSSQL as Database provider, although I don't receive any error during Changing Database provider from MSSQL to MySQL.
Originally posted by shima Hi,
I used plesk reconfiguration,but Plesk still uses MSSQL as Database provider, although I don't receive any error during Changing Database provider from MSSQL to MySQL.
Follow steps below:
1. In services.mmc set PleskSQLServer to automatic
2. In %plesk_dir%\mysql\data\my.ini
add entry
skip-grant-table
and save my.ini
3. Start PleskSQLServer
4. cmd
cd %plesk_dir%\mysql\bin
mysql -P8306
--------------
below is mysql cli
--------------
use mysql
update user set password=password('plesk-admin-password') where user="admin"
quite
----------------------
4. Remove entry skip-grant-table from my.ini
5. Restart (start)PleskSQLServer
6. Open Plesk REconfigurator and start database switching
Note, that new admin user must be something like admin1 and password used must be the same as for admin
7. STart switching
Please download updated modules reconfigurator.exe and psaobsolete.dll and put it to %plesk_bin%.
Next try to run switching again. If error will occur then please put text here.
Hi,
Before downloading updated modules of reconfigurator.exe, I want to explain the situation:
1- I followed what JackL wrote and at end I just received these two lines in Even viewer ( As always) :
================================
Event Type: Information
Event Source: MySQL
C:\Program Files\SWsoft\Plesk\MySQL\bin\mysqld-nt.exe: Normal shutdown
Event Type: Information
Event Source: MySQL
C:\Program Files\SWsoft\Plesk\MySQL\bin\mysqld-nt.exe: Shutdown complete
================================
2-I checked the status of 'Plesk SQL Server' servic in services.mmc, at the end of the "DB switching" , the service will be disabled. ( Even when I set it Automatic!)
3- In services.mmc and for 'Plesk SQL Server' Service, I checked dependencies,in "The following system components depend on this service:" section, there was nothing!, although I thought there must be 'Plesk management Service'
Hi,
Downloading updated modules reconfigurator.exe and psaobsolete.dll didn't solve the problem. Event viewer :
================================
Event Type: Information
Event Source: MySQL
C:\Program Files\SWsoft\Plesk\MySQL\bin\mysqld-nt.exe: Normal shutdown
Event Type: Information
Event Source: MySQL
C:\Program Files\SWsoft\Plesk\MySQL\bin\mysqld-nt.exe: Shutdown complete
================================
Is there any command line (instruction) for changing DB provider? I prefere to change db provider manually instead of using reconfigurator.exe.
Originally posted by shima Hi,
Downloading updated modules reconfigurator.exe and psaobsolete.dll didn't solve the problem. Event viewer :
================================
Event Type: Information
Event Source: MySQL
C:\Program Files\SWsoft\Plesk\MySQL\bin\mysqld-nt.exe: Normal shutdown
Event Type: Information
Event Source: MySQL
C:\Program Files\SWsoft\Plesk\MySQL\bin\mysqld-nt.exe: Shutdown complete
================================
Is there any command line (instruction) for changing DB provider? I prefere to change db provider manually instead of using reconfigurator.exe.