I created a clone of my server and would like to use phpmyadmin to trim down the mySQL databases on the clone. Can't figure out how to access it. On my live server, the URL is: http://mydomain/db12/phpmyadmin/index.php?db=......etc Is there any way to use the clone's IP addr and invoke its copy of phpmyadmin, without edit config files or any other changes?
Also, same question for serving web pages from the clone using just the IP addr? Debian server, using virtual servers via VirtualMin. Path to each of several sites contained on the server is like: home/myDomain/public_html/
In case more details help: I'm using a cloud host (Digital Ocean). I did a shapshot of the live server, and used it to create a new droplet. I'm not going to keep this clone and have not create any DNS entries, so want to do what I need to do with it, using only the IP address, if possible. I'd like to trim the databases and create a master snapshot (backup) that I can then use to create several smaller clones in order to experiment with load balancers, db replication, etc in preparation for being able to scale up in the future, as well as improve performance now.