
MariaDB [(none)]> show databases;
+--------------------+
| Database           |
+--------------------+
| JosmWeb            |
| information_schema |
| josm_web           |
| mysql              |
| performance_schema |
+--------------------+
5 rows in set (0.00 sec)

MariaDB [(none)]> use josm_web;
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A

Database changed
MariaDB [josm_web]> update objlistaJosm set HogstaBudTid="2009-11-15 08:00:11" where ObjListaNr='240017';
ERROR 2013 (HY000): Lost connection to MySQL server during query
MariaDB [josm_web]> 


