• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Issue I need to open 1500 different databases, how can I open it shortly. Is there the easiest way?

bilreks

New Pleskian
I need to open 1500 different databases, how can I open it shortly. Is there the easiest way? Is there a way to open an external multi-database Admin panel?
 
Could you explain in details what do you mean "open databases"? And how it is related to Plesk?
 
I am using Cebtos 7 operating system Plesk Panel. I need to create 1500 new MySQL databases, but it takes too long to do individual plesk panels. How else can I create this MySQL database easily and quickly? I need to create 1500 MySQL databases in total. Is there a quick way?
 
...or just use CLI:
for db in $(cat file_with_db_names) ; do plesk bin database -c $db -domain your_domain_with_all_these_dbs.tld -type mysql ; done
 
Back
Top