Search
 
SCRIPT & CODE EXAMPLE
 

SQL

how to export/import a mysql database via ssh

[server]$ mysql -h mysql.example.com -u username -p dbname < databasefile.sql
Comment

PREVIOUS NEXT
Code Example
Sql :: mysql GROUP BY clause; this is incompatible with sql_mode=only_full_group_by 
Sql :: test sql query 
Sql :: sql query inner join 3 tables 
Sql :: truncate table sqlite 
Sql :: how to casting data types in postgresql 
Sql :: sql unique constraint 
Sql :: delete from table sql 
Sql :: mysql find db contarint 
Sql :: update set table column to null 
Sql :: sql update record 
Sql :: mysql update command 
Sql :: mysql show category once count how many products 
Sql :: declare temp table in sql 
Sql :: how-to-remove-mysql-root-password 
Sql :: drush SQLSTATE[HY000] [2002] No such file or directory 
Sql :: postgres date 
Sql :: list foreign key oracle 
Sql :: sql like case sensitive 
Sql :: cast in sql 
Sql :: mysql search replace 
Sql :: sql cheat sheet 
Sql :: multiple row primary key 
Sql :: select only distinct values another table 
Sql :: sql drop all tables 
Sql :: sql numeric data type 
Sql :: devilbox mysqldump 
Sql :: postgresql find missing id 
Sql :: mysql check all tables 
Sql :: sql delete just one row 
Sql :: SELECT ALL TABLE INFO 
ADD CONTENT
Topic
Content
Source link
Name
8+6 =