[Qt-interest] Deploying application issue
Marc Balmer
marc at msys.ch
Sat Oct 3 12:25:10 CEST 2009
Am 03.10.2009 um 12:01 schrieb Yuvaraj R:
> How do i solve this issue ? With out having mysql server except
> developer systems?
without having a mysql server you can not connect to a mysql server,
point. not even if your management insists.
maybe you should use SQLite instead of mysql, that is embedded in the
application.
>
> Please Help me
>
> Thanks
>
> Yuvaraj R
>
> On Sat, Oct 3, 2009 at 3:24 PM, Alessandro Portale <Alessandro.Portale at trolltech.com
> > wrote:
> It could be that there is no mysqlserver on your localhost(10060), and
> therefore your application is unable to connect to a MySql database.
>
> But, there seem to be possibilities to set the host name and port
> for a
> database connection:
> http://doc.qt.nokia.com/latest/qsqldatabase.html
>
> Alessandro
>
> Yuvaraj R schrieb:
> > > can't connect to mysqlserver on localhost(10060)
> > > QMYSQL:Unable to connect..
> > > I have libmysql.dll and qsqlmysql.dll in my application
> folder..
> > > How do solve this issue?
> _______________________________________________
> Qt-interest mailing list
> Qt-interest at trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-interest
>
> _______________________________________________
> Qt-interest mailing list
> Qt-interest at trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-interest
More information about the Qt-interest-old
mailing list