Oncorrect DB name in Export Log

Discussion of open issues, suggestions and bugs regarding database management and administration tools for MySQL
Post Reply
mommaroodles
Posts: 7
Joined: Tue 09 Sep 2014 14:15

Oncorrect DB name in Export Log

Post by mommaroodles » Wed 10 Sep 2014 10:04

After exporting a table from a DB, the DataExport.log file reflects the incorrect DB name, I've tried this a few times, I've tried to kill the Session, Query and User Sessions using the Session Manager and nothing happens there.

Why is it doing this?

mommaroodles
Posts: 7
Joined: Tue 09 Sep 2014 14:15

Re: Oncorrect DB name in Export Log

Post by mommaroodles » Wed 10 Sep 2014 10:11

this is the offending line from the DataExport.log

Connection string: User Id=root;Host=localhost;Database=printzone_new;Compress=True;Ping Interval=240;Character Set=AUTO

and it should be

Connection string: User Id=root;Host=localhost;Database=printz_new;Compress=True;Ping Interval=240;Character Set=AUTO

I was exporting data from the printz_new DB and NOT the printzone_new DB - in actual fact I even deleted the printzone_new DB!

alexa

Re: Oncorrect DB name in Export Log

Post by alexa » Wed 10 Sep 2014 14:06

DataExport.log contains the database name that is specified in the 'Database' drop-down menu on the 'General' page of the 'Database Connection Properties' dialog box (right-click a connection in Database Explorer and select 'Modify Connection...' from the popup menu).

Post Reply