I need to copy a table from one database to another. This will be a cronjob. Which one is the best way to do it? PHP script or Shell Script. The problem with PHP, both datab
I'll put this answer up for anyone else looking for help.
If you don't have access to SSH then you can use PhpMyAdmin.
Simply:
If you come across privilege problems, you can temp grant a user Global permissions or add the same user to both databases.