How to import large databases using Mysql in Lampp?

0

I can not import very large databases using Lampp's Mysql. Since the "mysql" command does not work on the Linux terminal when we are using Lampp instead of installing the Mysql server on the Operating System.

The default way would be to use the commands:

mysql -u[usuario] -p

Entrar com a senha:

mysql > USE [nome_do_banco_de_dados];

mysql > SOURCE [/caminho/completo/do/arquivo.sql]
    
asked by anonymous 06.04.2018 / 14:44

0 answers