ICT: Diary
D: 73 W: 11

< March 2026 >
Sun Mon Tue Wed Thu Fri Sat
1234567
891011121314
15161718192021
22232425262728
293031 

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.38 2025/01/01 22:43:54 fred Exp $