ICT: Diary
D: 99 W: 15

< April 2026 >
Sun Mon Tue Wed Thu Fri Sat
 1234
567891011
12131415161718
19202122232425
2627282930 

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 $