Import MySQL database via SSH
In order to perform the import MySQL database using the console created previously to be the database:
Upload database (plik *.sql) for example hosting account. using FTP
using the command cd sciezka/ go to the folder where the file * .sql
The command mysql serving m.in. inportu databases to execute:
1 | mysql --user użytkownik_bazy -p nazwa_bazy < importowany_plik.sql |
where:
- użytkownik_bazy – user name when creating a database
- db_name – database name
- importowany_plik.sql – the name of the imported file
Then enter the password to access the database for the user.
wait a, until the database is uploaded. If nothing appears message, means, that the database has been uploaded correctly.
Related entries:
The problem Nextcloud HTTP header "Strict-Transport-Security" is not set to at least "15552...
balenaEtcher w Ubuntu 22.04
dl.winehq.org/wine-builds/winehq.key 7.1 dl.winehq.org/wine-builds/winehq.key 20.04
The following tutorial describes a very quick change of the terminal that starts by default on Ubuntu 20.04
Installing GnuCash on Ubuntu systems 20.04 / 18.04





