30.11.2013, 22:18
I'd like to make to different .sql files with each functions in it.
How can I do so?
How can I do so?
You want to make .SQL files containing sql data? If that is the case it's really easy. (Considering you've made all of your tables via phpmyadmin or something.)
For phpmyadmin: 1. Click the database/table you'd like to use. 2. Hit the EXPORT tab. 3. Make sure the format is "SQL". 4. Hit go. 5. A .SQL file should have downloaded to your computer containing the data you wanted to make the SQL file from ) Thats the easiest option imo. |