The thing you want to connect to, is it Azure SQL database?

|
piterden 2021-03-02 10:02:39
Well, how can I help you?
Gladiator Xf 2021-03-02 10:02:40
mysql_en-8275.jpg

Gladiator Xf 2021-03-02 10:02:55
Can you tell the steps
Gladiator Xf 2021-03-02 10:03:00
To do so easily
piterden 2021-03-02 10:03:08
Of course
piterden 2021-03-02 10:03:17
1. Install Linux
Gladiator Xf 2021-03-02 10:03:47
Yes then
piterden 2021-03-02 10:04:09
Have you already finished?
piterden 2021-03-02 10:04:25
What distro do you use?
Gladiator Xf 2021-03-02 10:04:26
I want to istall it from mysql site
Gladiator Xf 2021-03-02 10:04:35
I use windows 10
Gladiator Xf 2021-03-02 10:04:46
mysql_en-8285.jpg

piterden 2021-03-02 10:04:50
You need Linux
Gladiator Xf 2021-03-02 10:05:05
No it can be done on windows too
piterden 2021-03-02 10:05:54
How do you know? And why are you not finished yet?
Ashwin_Bruno 2021-03-02 10:15:11
Gladiator Xf 2021-03-02 10:04:46

Check the requirement section if it had any missing requirement ?

Ashwin_Bruno 2021-03-02 10:20:45
Ashwin_Bruno 2021-03-02 10:15:11
Check the requirement section if it had any missing requirement ?

Not sure but I think you should try installing latest version of visual c++ redistributable package

rodrigo_tc7 2021-03-02 19:21:58
adinath_kamode 2021-03-02 05:04:17
Mysql,

it’s a good idea in my opinion, probably fast enough if you can filter a good amount of results in first

rodrigo_tc7 2021-03-02 19:22:57
i suppose that you can’t change that table’s engine because of the incremental backup, am i wrong?
Deb_575 2021-03-02 19:32:06
Anyone here can provide solution for below issue related to connectivity.

I have mysql server 5.7.25 installed on azure vm (CentOS server). I have created one user for remote connection and while it is working from command line it’s throughing error while trying to connect from mysql workbench 8.0.23.

Error msg : failed to connect to mysql at ip address:port with username
Unable to connect to localhost.

Anyone faced this issue?

S 2021-03-02 22:31:55
Deb_575 2021-03-02 19:32:06
Anyone here can provide solution for below issue related to connectivity.

I have mysql server 5.7.25 installed on azure vm (CentOS server). I have created one user for remote connection and while it is working from command line it’s throughing error while trying to connect from mysql workbench 8.0.23.

Error msg : failed to connect to mysql at ip address:port with username
Unable to connect to localhost.

Anyone faced this issue?

Open file
vi /etc/my.cnf
And add
bind-address=ip of your vm

rodrigo_tc7 2021-03-03 00:33:53
Deb_575 2021-03-02 19:32:06
Anyone here can provide solution for below issue related to connectivity.

I have mysql server 5.7.25 installed on azure vm (CentOS server). I have created one user for remote connection and while it is working from command line it’s throughing error while trying to connect from mysql workbench 8.0.23.

Error msg : failed to connect to mysql at ip address:port with username
Unable to connect to localhost.

Anyone faced this issue?

Is that machine on azure?
Are in the same machine/host?

You are trying to connect to localhost

MasterZiv 2021-03-03 01:42:08
Deb_575 2021-03-02 19:32:06
Anyone here can provide solution for below issue related to connectivity.

I have mysql server 5.7.25 installed on azure vm (CentOS server). I have created one user for remote connection and while it is working from command line it’s throughing error while trying to connect from mysql workbench 8.0.23.

Error msg : failed to connect to mysql at ip address:port with username
Unable to connect to localhost.

Anyone faced this issue?

To what host did your try to connect and from which host?

Kinda you can’t connect from command line through Workbench.

Where is this Workbench running?

Deb_575 2021-03-03 06:14:20
S 2021-03-02 22:31:55
Open file
vi /etc/my.cnf
And add
bind-address=ip of your vm

Why would I do that, I want to allow remote connections

Deb_575 2021-03-03 06:15:30
MasterZiv 2021-03-03 01:42:08
To what host did your try to connect and from which host?

Kinda you can’t connect from command line through Workbench.

Where is this Workbench running?

Local laptop on which I have mysql workbench installed and azure vm on which mysql server installed

madno 2021-03-03 06:37:48
Hello , Does proxysql restarts failed read transaction when a particular slave server in a hostgroup crashes. It has multiple slaves in that hostgroup. Does it resend the transaction to other slaves?
MasterZiv 2021-03-03 08:37:37
Deb_575 2021-03-03 06:15:30
Local laptop on which I have mysql workbench installed and azure vm on which mysql server installed

Usually there is no net connection at all from the outside world to the hosted services. So you can’t connect locally installed MySQL work bench from your PC to the hosted MySQL, the latter clean only be connected from the local network of the provider, or through some VPN to the local network of the provider.

MasterZiv 2021-03-03 09:02:26
Deb_575 2021-03-03 06:15:30
Local laptop on which I have mysql workbench installed and azure vm on which mysql server installed

Do you have MySQL installed on an Azure host? Who have installed it there?

Isn’t it SQL Azure Database ?

MasterZiv 2021-03-03 09:04:10
madno 2021-03-03 06:37:48
Hello , Does proxysql restarts failed read transaction when a particular slave server in a hostgroup crashes. It has multiple slaves in that hostgroup. Does it resend the transaction to other slaves?

I don’t know for sure, but I suspect transactions are not restarted.

Deb_575 2021-03-03 09:06:33
MasterZiv 2021-03-03 09:02:26
Do you have MySQL installed on an Azure host? Who have installed it there?

Isn’t it SQL Azure Database ?

Installed on azure vm normally like we install on any premise servers
Azure sql database is azure service

MasterZiv 2021-03-03 09:09:10
Deb_575 2021-03-03 09:06:33
Installed on azure vm normally like we install on any premise servers
Azure sql database is azure service

The thing you want to connect to, is it Azure SQL database?

Deb_575 2021-03-03 09:10:04
MasterZiv 2021-03-03 09:09:10
The thing you want to connect to, is it Azure SQL database?

Mysql community server installed on azure vm

MasterZiv 2021-03-03 09:10:35
Deb_575 2021-03-03 09:10:04
Mysql community server installed on azure vm

Ok, then you can connect to it

Deb_575 2021-03-03 09:12:18
While am using putty to login to the host and then accessing mysql using mysql -uroot -p it’s working
But its not working from workbench it’s giving localhost error but mysql workbench is not even installed on localhost it is supposed to be a remote connection
MasterZiv 2021-03-03 09:22:17
Deb_575 2021-03-03 09:12:18
While am using putty to login to the host and then accessing mysql using mysql -uroot -p it’s working
But its not working from workbench it’s giving localhost error but mysql workbench is not even installed on localhost it is supposed to be a remote connection

You must install some VPN connection to the provider’s network and connect via it.

F.e. you can use ssh tunnel provided by PUTty.

And you’d better throw this MySQL work bench away and use some normal client

|