• 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.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Importaing thousands of databases into Plesk

S

StéphaneS

Guest
Hello,

What is the way to import 3000+ MySQL Databases on Plesk 10 please? My hosting provider told me I have to do it manualy, one after each other!... You understand it is impossible. But is there a easier way?
Thanks
 
Just create dump of these databases and import these dumps with some cycle script with using

mysql -uadmin -p`cat /etc/psa/.psa.shadow` < dump_file1, dump_file2....dump_file3000
 
Hello,

Thanks a lot for your answer! It works!
But at the end Plesk seems to be too complicated for me, I can't even put a website online, there are tons of config files owned by Plesk everywhere and I can't understand the processes (I tryied understanding during one week). My hosting provider doesn't want to do the migration and I havn't money to spend in it. So I decided to comme back to Webmin and basis clean environment of Linux.

Regards
 
Back
Top