February 8, 200818 yr comment_6203 i exported my database with phpAdmin export function, and it generated a .SQL file, now i want to upload it. What do i need to do in order to access this. Would my code pick this up??? Report
February 10, 200818 yr comment_6208 The reverse of export is to import a database with PHPMyAdmin you will need to experiment with this process. Things to be aware of, your service provider may only allow tables (no database creation); you will also need to change your PHP database access to match your service providers (database name and password). All the bestRic Report
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.