Hi who can please explain me how to create my sql file for my database, which program should i use? and and what information should i put there? , in which folder do i have to save it when done, if in the same folder where my website is? or somewhere else?
and last but not least when looking inside my phpmyadmin i discover the option to upload the sql file is missing or am i wrong?
The export button will export a complete backup of your DB and data.
This will be saved on your local computer in the directory you choose when prompted.
You should be able to use the file on you local computer to restore your DB or recreate it on a different server by using the import function after you have created a new DB.
You can also click on the SQL tab and paste it in.
Thats when your SQL file is ready though.
Have you some idea of what your database will do and have you thought out your tables and what have to store inside it.
Hi who can please explain me how to create my sql file for my database, which program should i use? and and what information should i put there? , in which folder do i have to save it when done, if in the same folder where my website is? or somewhere else?
and last but not least when looking inside my phpmyadmin i discover the option to upload the sql file is missing or am i wrong?
Just wonderig your problem has been solved or not. I have a small script which can zip ur sql and email it to your email id or send it to a remote ftp server .