I am trying to take an e107 mysql db from a different web site of mine and copy it to a freepgs e107 db. I exported the DB from the original size per the e107 directions. Installed e107 on freepgs, used the same db name / username / pw as the original site. Went to MG the db in the cpanel. When I go to import the db i get errors of either 'db name' exists or else if i delete the db i dont have permission to create the db from my exported file. Is there something I'm over looking here. I tried
GRANT ALL PRIVILEGES ON *.* TO zzzzz_blast@fpgs.lvcs.net IDENTIFIED BY 'password';
and get access denied.
Is there a db admin account that I'm not seeing? It seems like i just don't have permission.....
GRANT ALL PRIVILEGES ON *.* TO zzzzz_blast@fpgs.lvcs.net IDENTIFIED BY 'password';
and get access denied.
Is there a db admin account that I'm not seeing? It seems like i just don't have permission.....