Search found 3 matches

by MarkSabier14
Wed 03 Feb 2021 19:21
Forum: Excel Add-ins
Topic: MySQL update row value: Error, incorrect string value
Replies: 4
Views: 21178

Re: MySQL update row value: Error, incorrect string value

BiBo wrote: Mon 01 Feb 2021 11:36 This solution helps me
Thank you so much you really helped me. Strange that I could not find it on Google myself :)
by MarkSabier14
Wed 03 Feb 2021 19:19
Forum: dbForge for MySQL
Topic: [8.0] DBForge Error
Replies: 5
Views: 4086

Re: [8.0] DBForge Error

inneti wrote: Mon 21 Dec 2020 12:05 the problem was in absents skip-name-resolve in mysql configurations
I added user privileges for specific IP

but mysql server use reverse DNS
and

only after I allow coonection from all ip

I see such error Access denied for user 'user'@'static.1xx.1xx.1xx.1xx.clients.your-server.de' (using password: YES)

solutions were add skip-name-resolve to mysql configuration file and restart mysql server

Code: Select all


[mysqld]
# Skip reverse DNS lookup of clients
skip-name-resolve
I have exactly the same error. Did you manage to solve this problem? If so, please tell us how and what exactly was the problem?
by MarkSabier14
Wed 03 Feb 2021 19:16
Forum: SecureBridge
Topic: SecureBridge demo CRSSHIO failed
Replies: 14
Views: 7310

Re: SecureBridge demo CRSSHIO failed

stuartclennett wrote: Fri 18 Dec 2020 15:15 I had exactly the same problem.

I discovered that port forwarding was disabled for SSH by the ISP.

Ask your ISP (consult their T&Cs etc)

Run a simple service (e.g. echo service) on that port and try connecting with telnet client or netcat. SSH is more complex to diagnose, so start with something simple.