Search
 
SCRIPT & CODE EXAMPLE
 

SQL

change redo log file size in mysql 5.6

mysql -uroot -p... -e"SET GLOBAL innodb_fast_shutdown = 0"
service mysql stop
mv /var/lib/mysql/ib_logfile[01] /tmp
service mysql start
Comment

PREVIOUS NEXT
Code Example
Sql :: get last 3 years data in mysql 
Sql :: convert sql query to linq online 
Sql :: turnicate in mysql 
Sql :: ALV GRID events 
Sql :: postgresql GRANT role_2 TO role_1 
Sql :: mysql workbench cannot find password 
Sql :: copy row from db to db mysql 
Sql :: How to do a cumulative count using Raw SQl / Laravel - Eloquent ORM 
Sql :: kannst du deine finger trainieren 
Sql :: oracle repeat_interval 5 minutes 
Sql :: simple plsql program run in oracle sql developer but got the error 
Sql :: modulous in sql 
Sql :: oracle APEX elapsed time 
Sql :: check mysql password with docker container magento 2 
Sql :: Laravel SQLSTATE[HY093] with array query 
Sql :: suse start MySQL 
Sql :: faster mysql imports 
Sql :: MySQL can’t specify target table for update in FROM clause (Updating same table from same select inner join table) 
Sql :: group by join columns per table 
Sql :: postgres drop all tables owned by a user 
Sql :: insert into database items linq2sql 
Sql :: mysql create schgema 
Sql :: SQL LEFT JOIN With AS Alias 
Sql :: oracle flush Shared Pool 
Sql :: oracle winter time change 
Sql :: sql redshift split into first and last name 
Sql :: Using the Cloud SQL Auth proxy to connect to multiple instances 
Sql :: Perfect solution if some records deleted for LAST_ID 
Sql :: phone number data type in sql 
Sql :: update values in select statement sql 
ADD CONTENT
Topic
Content
Source link
Name
8+3 =