- Posts: 3957
How do you import a MariaDB database?
- ekatsa
- Topic Author
- Offline
- Admin
Less
More
2 weeks 5 days ago #3326
by ekatsa
How do you import a MariaDB database? was created by ekatsa
How do you import a MariaDB database?
Please Log in to join the conversation.
- ekatsa
- Topic Author
- Offline
- Admin
Less
More
- Posts: 3957
2 weeks 5 days ago #3327
by ekatsa
Replied by ekatsa on topic How do you import a MariaDB database?
From command lineCommand line MySQL import (Mariadb is a FREE Mysql)
- Type: mysql -u username -p database_name < file.sql.
- The username refers to your MySQL username.
- database_name refers to the database you want to import.
- file. sql is your file name.
- If you've assigned a password, type it now and press Enter.
- Open the target database for editing with phpMyAdmin.
- Click Import in the menu bar. ...
- In the File to import: section, click Select file and select your backup file.
- Specify the desired import settings. ...
- Click OK to start the import.
Please Log in to join the conversation.
Time to create page: 0.192 seconds