Answers for "upload something to database mysql"

SQL
1

upload database mysql command line

mysql -u username -p database_name < file.sql


Note-1: It is better to use the full path of the SQL file file.sql.
Posted by: Guest on July-17-2021

Code answers related to "upload something to database mysql"

Code answers related to "SQL"

Browse Popular Code Answers by Language