Reboot Issue
Posted: Sun 21 Dec 2014 07:48
dbForge for MySql forgets the root password and default database each time I reboot the computer. I check the remember password checkbox each time.
Discussion forums for open issues and questions concerning database tools, data access components and developer tools from Devart
https://forums.devart.com/
Code: Select all
...
<TargetInfo>
<PropertyValue Name="ConnectionName" xml:space="preserve">DBMSSQL\MSSQL2008R2</PropertyValue>
<PropertyValue Name="ConnectionString" xml:space="preserve">Data Source=DBMSSQL\MSSQL2008R2;Integrated Security=False;User ID=sa;Password=root</PropertyValue>
<PropertyValue Name="TargetTable" xml:space="preserve">AdventureWorks2008R2.dbo.AWBuildVersion</PropertyValue>
</TargetInfo>
...
Code: Select all
les\Devart\dbForge Studio for MySQL\dbforgemysql" /dataimport /connection:"User Id=root;Host=localhost;Port=3306;Database=weatherdisplay_import;Pasword=<52150000>"/templatefile:"C:\wdisplay\webfiles\CustomTextOut.dit"
"C:\Program Files\Devart\dbForge Studio for MySQL\dbforgemysql" /dataimport /connection:"User Id=root;Host=localhost;Port=3306;Database=weatherdisplay_import;Pasword=<52150000>"/templatefile:"C:\wdisplay\webfiles\CustomTextOut2.dit"
<?xml version="1.0" encoding="utf-8"?>
<!-- Devart (www.devart.com), import template file-->
<!-- Modifying this generated file will probably render it invalid -->
<ImportTemplate FormatVersion="4">
<Format>Text</Format>
<FileSupport>True</FileSupport>
<PasswordSupport>False</PasswordSupport>
<TargetInfo>
<PropertyValue Name="ConnectionName" xml:space="preserve">MySQL56</PropertyValue>
<PropertyValue Name="ConnectionString" xml:space="preserve">User Id=root;Host=localhost;Database=weatherdisplay_import;Character Set=compatibility</PropertyValue>
<PropertyValue Name="TargetTable" xml:space="preserve">weatherdisplay_import.weatherhistorical</PropertyValue>
</TargetInfo>
Code: Select all
"C:\Program Files\Devart\dbForge Studio for MySQL\dbforgemysql" /dataimport /connection:"User Id=root;Host=localhost;Port=3306;Database=weatherdisplay_import;Password=root" /templatefile
Code: Select all
<PropertyValue Name="ConnectionString" xml:space="preserve">User Id=root;Host=localhost;Database=weatherdisplay_import;Character Set=compatibility</PropertyValue>
Code: Select all
<PropertyValue Name="ConnectionString" xml:space="preserve">User Id=root;Host=localhost;Database=weatherdisplay_import;Character Set=compatibility;Password=root"</PropertyValue>