Please advice new model wizard ssh issue
Posted: Sun 26 Mar 2017 03:51
Recently I renew a license and I'm using:
dotConnect for MySql Pro 8.8.862 last version.
I tried Entity Developer to add a SSH new model, I tried LinqConnect Model, Entity Model, EF Core Model, all the same...
File-New model-Select any model-Wizard-Database First
I set:
1.-Host:localhost
2.-Port:3306
3.-UserId: ****
4.-Password: ****
5.-Check: Allow saving password
6.-Select Advanced button and here I set:
6.1.-SSH Host:187.216.**.***
6.2.-SSH Port:5050
6.3.-SSH User: ****
6.4.-SSH Password:****
Textbox of final connection string shows something like:
user id=root;password=********;host=localhost;persist security info=True;ssh host=187.216.***.***;ssh port=5050;ssh user=******;ssh password=******
Tried test connection or next button throws:
Can't connect to MySQL server on ' localhost' (10061)
Same connection settings are successfully in DbForge for Mysql standalone but connection string property a bit different:
User Id=root;Host=localhost;Protocol=Ssh;Character Set=utf8;SSH Host=187.216.***.***;SSH Port=5050;SSH User=****;SSH Authentication Type=Password
Note that in Entity Developer missed:
'Protocol=Ssh' and 'SSH Authentication Type=Password'
I reset default SSH Authentication Type value in entity developer and adds to connection string but still throws error, still missed 'Protocol=Ssh' in Entity Developer...
I missing set something?
I have MariaDb running on Debian Jessie last version 10.1.22 and shows:
5.5.5-10.1.22-MariaDB-1~jessie
Thanks in advance!
dotConnect for MySql Pro 8.8.862 last version.
I tried Entity Developer to add a SSH new model, I tried LinqConnect Model, Entity Model, EF Core Model, all the same...
File-New model-Select any model-Wizard-Database First
I set:
1.-Host:localhost
2.-Port:3306
3.-UserId: ****
4.-Password: ****
5.-Check: Allow saving password
6.-Select Advanced button and here I set:
6.1.-SSH Host:187.216.**.***
6.2.-SSH Port:5050
6.3.-SSH User: ****
6.4.-SSH Password:****
Textbox of final connection string shows something like:
user id=root;password=********;host=localhost;persist security info=True;ssh host=187.216.***.***;ssh port=5050;ssh user=******;ssh password=******
Tried test connection or next button throws:
Can't connect to MySQL server on ' localhost' (10061)
Same connection settings are successfully in DbForge for Mysql standalone but connection string property a bit different:
User Id=root;Host=localhost;Protocol=Ssh;Character Set=utf8;SSH Host=187.216.***.***;SSH Port=5050;SSH User=****;SSH Authentication Type=Password
Note that in Entity Developer missed:
'Protocol=Ssh' and 'SSH Authentication Type=Password'
I reset default SSH Authentication Type value in entity developer and adds to connection string but still throws error, still missed 'Protocol=Ssh' in Entity Developer...
I missing set something?
I have MariaDb running on Debian Jessie last version 10.1.22 and shows:
5.5.5-10.1.22-MariaDB-1~jessie
Thanks in advance!