Can i import wordpress backup file in phpmyadmin if old wordpress db name and user info is different to new one
Yes that info is not in the DB tables, just make the appropriate changes in the wp-config.php file to point to the new database. Use the correct database name, username and password. You should also check the MySQL hostname, it is usually localhost but a few use a different name.