krayziehustler Posted February 8, 2008 Report Share Posted February 8, 2008 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??? Quote Link to comment Share on other sites More sharing options...
Ric Posted February 10, 2008 Report Share Posted February 10, 2008 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.