I need to import the MS SQL Server database, which is in the .mdf format via PhpMyAdmin for MySQL:
- Is it possible to import it directly from PhpMyAdmin, and if not, how can I convert this file to MySQL format?
- Also, how to increase the database size limit in PhpMyAdmin?
stack source
share