Search
 
SCRIPT & CODE EXAMPLE
 

SQL

mysql import gzip db

gunzip -c /path/to/file.sql.gz | mysql -u 'root' -p your_database
Comment

PREVIOUS NEXT
Code Example
Sql :: postgresql print variable 
Sql :: mysql remove unique constraint 
Sql :: rror: ER_NOT_SUPPORTED_AUTH_MODE: Client does not support authentication protocol requested by server; consider upgrading MySQL client 
Sql :: insert column with default value in sql 
Sql :: InnoDB: page_cleaner: 1000ms intended loop took 7742ms. The settings might not be optimal 
Sql :: sqlite connection string 
Sql :: how to check all scheduled jobs in oracle 
Sql :: how to add a index to live table sql 
Sql :: convert epoch to date in sql server 
Sql :: psql list rules 
Sql :: command line mysql import 
Sql :: create table if not exists postgresql 
Sql :: mysql select table names 
Sql :: alter user root mysql 
Sql :: extract month from date sql two digits 
Sql :: oracle list invalid password logon denied 
Sql :: Postgres upgrade to superuser 
Sql :: import local sql into remote mysql 
Sql :: sql copy table structure 
Sql :: show per page table in xampp 
Sql :: postgres truncate with cascade 
Sql :: insert postgres 
Sql :: hw to delete a procedure in pl sql 
Sql :: describe sql server 
Sql :: postgresql transaction discard all 
Sql :: importance of comment in mysql 
Sql :: postgresql if null then 0 
Sql :: How Not To Sort By Average Rating 
Sql :: psql: error: connection to server at "localhost" (::1), port 5432 failed: FATAL: password authentication failed for user 
Sql :: how to drop a trigger in postgresql 
ADD CONTENT
Topic
Content
Source link
Name
5+2 =