| পিসিতে PHP/MySQL দিয়ে ওয়েব সাইট তৈরী |
|
পাতা 5 মোট 6 Importing and ExportingSometimes you need to import one MySQL database to another. And for the same reason you may also need to export the data stored in a database. This is mainly needed when you move a locally developed site to a live server or when you need to change the server. Exporting is easy, click on the export tab. See Fig. 8.
To import a previously exported database, you need to create a database (if the export dump already doesn’t have any create database commands) and then to select it. Once selected, hit SQL tab (depending on version you have an Import tab as well.) This will bring in Fig. 10. There, browse and select your database dump (plain SQL or zipped/gzipped) and then hit Go. Done. You would see the results.
|
||||||||






