Which one is the best tool to monitor mariadb database performance?

|
2020-03-30 03:29:37
what is an alternative to php?
2020-03-30 03:29:48
mysql_en-2497.jpg

piterden 2020-03-30 03:30:36
2020-03-30 03:29:37
what is an alternative to php?

Another one language

piterden 2020-03-30 03:31:13
Java, python, go, node, ruby, rust
piterden 2020-03-30 03:31:22
And so on
piterden 2020-03-30 03:31:38
2020-03-30 03:29:48

What is it?

2020-03-30 03:32:42
piterden 2020-03-30 03:31:38
What is it?

use of mysql

piterden 2020-03-30 03:39:06
Your code uses mysql incorrect. And config will not solve your issue. Check and optimize yourcode
2020-03-30 09:37:55
Hi team,

Which one is the best tool to monitor mariadb database performance?

piterden 2020-03-30 13:22:39
2020-03-30 09:37:55
Hi team,

Which one is the best tool to monitor mariadb database performance?

The best is a tool which you liked more than other

2020-03-30 13:27:09
I mean ,we have lot of tools in market l, my requirement mentioned below. As per requirement which one is the good., my specifications are need to monitor query time, data connection count, deadlock and read/write looks.
smlkw 2020-03-30 13:29:18
2020-03-30 13:27:09
I mean ,we have lot of tools in market l, my requirement mentioned below. As per requirement which one is the good., my specifications are need to monitor query time, data connection count, deadlock and read/write looks.

i think that prometheus would be a good tool for your needs

2020-03-30 13:29:45
Is it open source or paid tool?
Manogna 2020-03-30 13:38:41
Can anyone explain self join
smlkw 2020-03-30 13:38:52
2020-03-30 13:29:45
Is it open source or paid tool?

OS

2020-03-30 13:39:18
Rhel 7
smlkw 2020-03-30 14:07:51
I meant it’s open source
2020-03-30 14:55:31
smlkw 2020-03-30 14:07:51
I meant it’s open source

Ok thanks my friend ☺️👍

MasterZiv 2020-03-31 08:22:55
2020-03-30 02:31:34
can someone help me set up this file? mysql is using a lot of cpu. My vps has 30GB ram and 8 cpu and is not supporting 4,000 users online

This is not MySQL who eats a lot of CPU, but Web server.

devmadan30 2020-04-03 07:47:13
Can any one tell me how to connect PHP and mysql in localhost
ProAndSmiDev 2020-04-03 08:08:32
Use server on your pc – ex. openserver
2020-04-03 08:09:23
MasterZiv 2020-03-31 08:22:55
This is not MySQL who eats a lot of CPU, but Web server.

already solved, I put cloudflare and now the whole site is loaded into cache

MasterZiv 2020-04-03 08:09:47
devmadan30 2020-04-03 07:47:13
Can any one tell me how to connect PHP and mysql in localhost

It is same way as the DB would be on a remote host, but replace host name with ‘localhost’ or ‘127.0.0.1’

MasterZiv 2020-04-03 08:11:01
devmadan30 2020-04-03 07:47:13
Can any one tell me how to connect PHP and mysql in localhost

If you still have problems, send us details.

devmadan30 2020-04-03 08:32:30
MasterZiv 2020-04-03 08:09:47
It is same way as the DB would be on a remote host, but replace host name with ‘localhost’ or ‘127.0.0.1’

OKay thanks

Ks_0610 2020-04-06 00:54:12
Hi im new to IT , Can you please share the tutorials for mysql from the scratch.
MasterZiv 2020-04-06 00:58:35
Ks_0610 2020-04-06 00:54:12
Hi im new to IT , Can you please share the tutorials for mysql from the scratch.

On dev.mySQL.com you can find a lot of tutorials, I suppose.

But to do it really from scratch, probably, it is better to read some findings books on relational DBMS, such as Kodd, or Ulman or similar.

Ks_0610 2020-04-06 01:00:10
MasterZiv 2020-04-06 00:58:35
On dev.mySQL.com you can find a lot of tutorials, I suppose.

But to do it really from scratch, probably, it is better to read some findings books on relational DBMS, such as Kodd, or Ulman or similar.

Thankyou, if possible can you share any links.

madno 2020-04-09 13:25:35
Hi guys..Which public cloud you use gcp or AWS for any personal learning or testing?.
Actually I want to test xtradb cluster . Installing VMs in my personal laptop takes time and slows down my machine
MasterZiv 2020-04-09 21:39:40
madno 2020-04-09 13:25:35
Hi guys..Which public cloud you use gcp or AWS for any personal learning or testing?.
Actually I want to test xtradb cluster . Installing VMs in my personal laptop takes time and slows down my machine

For the first time I suppose sqlfiddle will be ok for you

Nelson Mathew 2020-04-10 20:35:07
I am facing an issue with a stored function in mysql db..

Its working fine with db A. But its not working in db B.. both A & B are similar one… what will be the issue?? Anybody plz help me

Mobio1 2020-04-10 21:14:06
Where can I get SQL application???
Mobio1 2020-04-10 21:14:26
Can anyone share in this grp? The setup as well as the exe?
smlkw 2020-04-10 21:47:11
Nelson Mathew 2020-04-10 20:35:07
I am facing an issue with a stored function in mysql db..

Its working fine with db A. But its not working in db B.. both A & B are similar one… what will be the issue?? Anybody plz help me

Provide more details about your problem

smlkw 2020-04-10 21:47:35
Mobio1 2020-04-10 21:14:06
Where can I get SQL application???

What do you mean? Which SQL application?

Mobio1 2020-04-10 21:50:25
Uhh
Mobio1 2020-04-10 21:50:32
Iam asking u the app
Nelson Mathew 2020-04-10 21:54:24
smlkw 2020-04-10 21:47:11
Provide more details about your problem

I m using a function to find out one id’s ancestor ids which is in hierarchical level… it is working fine in some DBs.. but,ina a particular db its not working.. it got hanged..

smlkw 2020-04-10 21:55:00
Nelson Mathew 2020-04-10 21:54:24
I m using a function to find out one id’s ancestor ids which is in hierarchical level… it is working fine in some DBs.. but,ina a particular db its not working.. it got hanged..

Is data the same?

Nelson Mathew 2020-04-10 21:55:41
Yes
Nelson Mathew 2020-04-10 21:55:46
https://stackoverflow.com/questions/44127790/q-get-ancestors-with-a-node-in-mysql

Q: Get ancestors with a node in mysqlStack Overflow
Here is the reference link that I used to create procedures: https://dba.stackexchange.com/questions/7147/find-highest-level-of-a-hierarchical-field-with-vs-without-ctes/7161#7161?newreg=
Nelson Mathew 2020-04-10 21:55:56
The same issue
smlkw 2020-04-10 22:05:26
Nelson Mathew 2020-04-10 21:55:56
The same issue

Are you getting some error message?

Nelson Mathew 2020-04-10 22:08:13
No… its just hanged…
Nelson Mathew 2020-04-10 22:08:44
As says in stackflow
Nelson Mathew 2020-04-10 22:10:12
mysql_en-2550.jpg

Nelson Mathew 2020-04-10 22:10:33
Like this
Nelson Mathew 2020-04-10 22:14:25
SELECT id FROM table_name WHERE find_in_set(’45’, getAncestry(id))<>0;
Nelson Mathew 2020-04-10 22:14:43
This is the query i m using
Nelson Mathew 2020-04-10 22:16:24
I hv tried
SELECT getAncestry(’45’) FROM table_name;
|