MyBB Community Forums

Full Version: How do i extract mySQL Database as (.mdf)?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
More info:
Creating Login System:Visual Studio:
I Need My Database File From My Site Hosted At 000webhost.com
--------------------------------------Example Info For data base if needed-

[Image: information.gif]Information
Might as well share your database information with the world. Great idea that lol.
(2012-07-03, 10:29 PM)Frank.Barry Wrote: [ -> ]Might as well share your database information with the world. Great idea that lol.

Thats Fake info aha

Thats a fake database

Can someone answer
1 - you will need to export the data into CSV format on a per table basis
2 - recreate the schema in SQL Server (MDF format)
3 - run bulk insert queries to move the data from CSV into SQL Server
(2012-07-03, 11:39 PM)pavemen Wrote: [ -> ]1 - you will need to export the data into CSV format on a per table basis
2 - recreate the schema in SQL Server (MDF format)
3 - run bulk insert queries to move the data from CSV into SQL Server

i dont understand?

(2012-07-03, 11:54 PM)Modd3rforums Wrote: [ -> ]
(2012-07-03, 11:39 PM)pavemen Wrote: [ -> ]1 - you will need to export the data into CSV format on a per table basis
2 - recreate the schema in SQL Server (MDF format)
3 - run bulk insert queries to move the data from CSV into SQL Server

i dont understand?
please explain
YOu asked for the data in MDF format. This is specific to Microsoft SQL Server, which is not a supported platform for MyBB.

By default, MyBB uses MySQL, which is not MSSQL.

Thus my instructions explained how to get the data out of MySQL and into MSSQL format.

However, it does not appear that you are fully understanding your issue or you are not properly explaining your issue.