• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

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