I have 40 databases in which I would have to access to from 40 different admin control panel though I'm using the same script on a domain. The script is a word cloud script, usually no option to create category, so I used the same script. The problem is the maintenance. Initially, I thought I would be able to do ok, but I want it to be easier for my work. Please let me know if anyone can help me out in this. Let me know the quote for your job. Thanks.
idea: you could have 1 database to handle all 40 example : 1 database with the following fields: id,port,username,password,database,access and you could write a script to run actions with each database based on their access information in this 1 database, example: if you wanted to update all records in the 40 databases, all having the same database structure, (you would need to add new structures to your 1 database layout). you could loop through the 1 database with all the connection information and file under access the latest function you updated. I could get into specifics, Just throwing out a public idea on handling this there are tons of other ways. PM me with your budget or price, and I will see what I can do!, and also information on what you want things to do with all these 40 database. Do you want a admin panel which you can do any action and it does that action for all the 40 databases??? PM me. Thanks, CB-The-One PS. Is this for SQL database with mysql or something else. and is the current script written in php??