How can I import a database at my TYPO3 Backend? I use Visual Studio Code with composer as a SSH for the server where I write the code for backend. I also have an extension "external import" but im not sure if I can import a database with this extension.
I have a sample database which I want to try to import. I already tried with the following command which I entered at the terminal of Visual Studio Code:
mysql -h 127.0.0.3 -u db12345_678 -p db12345_678 < dateiname.sql
It requires a password which I don't know what password it can be. I'm not even sure if this command will work and will show the imported database at TYPO3 frontend then.