ICT: Diary
D: 163 W: 24

< June 2026 >
Sun Mon Tue Wed Thu Fri Sat
 123456
78910111213
14151617181920
21222324252627
282930 

Based on notaweblog.php by joshua stein


searching for entries matching "mysql"…

friday, 30 june 2023
... MariaDB sed "s/\\\040/ /g" < .mysql_history sql ...

tuesday, 24 november 2015
... numbers -S : chop long lines mysql subtitles ...

saturday, 26 october 2013
... and changed the password directly: mysql> update wp_users set user_pass= ...

friday, 21 october 2011
Merge MySQL Tables Two methods for merging two MySQL Tables: insert ignore into table1 select * from table2; replace into table1 select * from table2;


$Id: diary,v 1.40 2026/04/05 01:05:38 fred Exp $