Hi, I create database, table & entering data within that. Now I want to generate a script of my database. So how can I do that. Thanks
It depends on what do you want to do with that script to do? if you want a sort of administration you can use phpmyedit for example. Good luck.
maybe you talk to export the database structure and/or data? take a look at mysqldump... it's part of the mysql distribution.