To make your system to boot with KDE by default, do as below.
Edit /etc/sysconfig/desktop as below.
DESKTOP=”KDE”
and
DISPLAYMANAGER=”KDE”
To make your system to boot with KDE by default, do as below.
Edit /etc/sysconfig/desktop as below.
DESKTOP=”KDE”
and
DISPLAYMANAGER=”KDE”
If you need to export the contents of a column to a file, please do as below.
SELECT City, Zipcode FROM my_table INTO OUTFILE 'export.dat'