basics of mySQL
basics of mySQL
Out of context: Reply #1
- Started
- Last post
- 3 Responses
- 1pxsolid0
If you're moving a website, general steps are:
1. login to the current website's PhpMyAdmin
2. Find the export section where you can basically export the whole DB as a .sql file
3. login to the new website's PhpMyAdmin
4. Find the import section where you can import a .sql file.Once you've done that, copy all the files from the old to the new site.
And yes, after all that find the database config file and enter the new database details...
*in a nutshell