35,10,0,50,1
25,600,60,0,3000,5000,25,800
90,150,1,50,12,30,50,1,70,12,1,50,1,1,1,5000
0,2,1,0,2,40,15,5,2,1,0,20,0,1
welcome to wplecturer.com
welcome to wplecturer.com
welcome to wplecturer.com...
welcome to wplecturer.com...
welcome to wplecturer.com
welcome to wplecturer.com
welcome to wplecturer.com
welcome to wplecturer.com
welcome to wplecturer.com
welcome to wplecturer.com

Translate

How do you import a MariaDB database?

More
2 weeks 5 days ago #3326 by ekatsa
How do you import a MariaDB database?

Please Log in to join the conversation.

More
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)
  1. Type: mysql -u username -p database_name < file.sql.
  2. The username refers to your MySQL username.
  3. database_name refers to the database you want to import.
  4. file. sql is your file name.
  5. If you've assigned a password, type it now and press Enter.
You can also import, using tools, like phpadminImporting to MySQL/MariaDB Databases with phpMyAdmin
  1. Open the target database for editing with phpMyAdmin.
  2. Click Import in the menu bar. ...
  3. In the File to import: section, click Select file and select your backup file.
  4. Specify the desired import settings. ...
  5. Click OK to start the import.
Another way is to write programs in a language like PHP.

Please Log in to join the conversation.

Time to create page: 0.192 seconds