B
B
Bavinin2015-03-22 16:04:10
Database
Bavinin, 2015-03-22 16:04:10

How to upload a database (bd.sql) to PHPMYADMIN?

Through SQL? What command to use for this? Is there another way to fill it up?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
O
Optimus, 2015-03-22
@Bavinin

I don’t know what kind of .scl, but it worked with sql:
We go under the user and throw the database dump into the root of the site. The dump must not be in the archive
We go into the PU and create a new empty database - we will insert ours into it We
go via ssh, go to this folder where the dump lies and type the command $ mysql -u username -p -h localhost DATA-BASE-NAME < data.sql
You will probably have bd.scl not aware of this format

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question