11
Answers

where is database file of MySql

Naeem Khan

Naeem Khan

15y
2.6k
1
hi every one, well my problem is that i dont know where is store database file in mysql. if you know that let me know like Sql server have created DBL file in Sql server2005 but in mysql which name of database file and what is the Extenstion of it. if u know then please tell me its too urgent thanks in Advance
Answers (11)
0
Vikram
NA 319 262.4k 14y
Hi yashwant,
  
    Just Define variable in the Markup it consider as Global.

e.g
  
   <script type='text/javascript>
       var Navigateurl="~/block/abc.aspx";
         function pageLoad()
         {
                 //do something
         }

         function otherFunction()
        {
            var newurl = Navigateurl;
        }

</script>
This way you can declare the global variable in the markup.

Hope this will help you.

Regards,
 Vikram