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 $