PRATIKSHA JAISWAL schrieb:
> Hi List,
>
> Can somebody please help me if they have a script using which we can get an
> idea for installed mysql server, backup, created databases, indexes, tables,
> engines, replication etc...
>
> I will appreciate your help in advance....
>
>
You can find tons of scripts on the internet but you need to adjust to *your* needs.
Running a mysql script is easy.
mysql DATABASE <script
replace DATABASE with your database name and script with your script.
Read the available documentation on mysql.com to understand how to write such script
for your self.
re,
wh