<div dir="ltr"><div>Have to install the package qt-mysql.<br></div>Could export to mariadb now under fedora gnome.  tks.<br></div><div class="gmail_extra"><br><div class="gmail_quote">2016-02-11 11:03 GMT+08:00 Thomas Spuhler <span dir="ltr"><<a href="mailto:thomas.spuhler@btspuhler.com" target="_blank">thomas.spuhler@btspuhler.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Wednesday, February 10, 2016 09:38:28 PM Joe W. Byers wrote:<br>
> Andy,<br>
><br>
> I have been running on fedora 23 for several months.  I have used both<br>
> KDE and cinammin desktops and connect to the database with no difficulties.<br>
><br>
><br>
> Joe<br>
><br>
> On 02/10/2016 06:52 AM, Andy Chung wrote:<br>
> > Thanks Joe.<br>
> > So it seems like you are doing it on monthly basis to diff db_ddddmmyy.<br>
> > Yes I have exported at my windows 10 machine.<br>
> ><br>
> > I would also like to do it in my linux Fedora 23 gnome, but am facing<br>
> > a problem.<br>
> > In Fedora 23 gnome, I am not seeing QSYSQL in database type.  I could<br>
> > only see the SQLite db type.<br>
> > I have mariadb installed in my Fedora and could see it at phpMyAdmin page.<br>
> > What have I missed?<br>
> ><br>
> ><br>
> > 2016-02-10 19:38 GMT+08:00 Joe W. Byers <<a href="mailto:ecjbosu@aol.com">ecjbosu@aol.com</a><br>
> ><br>
> > <mailto:<a href="mailto:ecjbosu@aol.com">ecjbosu@aol.com</a>>>:<br>
> >     On 02/10/2016 01:04 AM, Andy Chung wrote:<br>
> >>     Hi there,<br>
> >><br>
> >>     I have exported my kmymoney to mariadb.<br>
> >>     going fwd I would like to use db as periodic bkup.<br>
> >>     in my next export should I<br>
> >>     (a) export to same db name?  would it overwrite and not causing<br>
> >>     any duplicate entries, or<br>
> >>     (b) export to another db e.g. kmymoney_yyyymmdd?<br>
> >><br>
> >>     Happy Chinese New Year.<br>
> ><br>
> >     Hello,<br>
> ><br>
> >     I have this  on a linux machine using a monthly cron, You could do<br>
> >     something similar on windows in a batch file with the system<br>
> >     schedular.<br>
> ><br>
> >     DATE=`date +%Y%m%d`<br>
> >     # Our Base backup directory<br>
> >     BASEBACKUP="/DBtemp"<br>
> >     FinalDest="/media/usbdisk"<br>
> >     #"/mnt/usb-drive"<br>
> >     HOST="localhost"<br>
> ><br>
> >         mysqldump -h$HOST --user=user -ppassword --opt kmymoney |<br>
> ><br>
> >     bzip2 -c > $FinalDest/kmymoney-$DATE.sql.bz2<br>
> ><br>
> >     I am using a mariaDB as well.   This does a test dump with create<br>
> >     statements that is zipped.  if needed it can be executed from the<br>
> >     command line.  I had a system crash several years ago and this<br>
> >     saved my behind.<br>
> ><br>
> > cheers,<br>
> ><br>
> > Andy<br>
<br>
You actually don't need to compress it. The file is verys small, a few MB<br>
<span class="HOEnZb"><font color="#888888">--<br>
Best regards<br>
Thomas Spuhler<br>
<br>
All of my e-mails have a valid digital signature<br>
ID 60114E63</font></span></blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div><br></div>cheers,<br><br></div>Andy<br></div></div></div></div>
</div>