← prev | next →
piterden 2020-05-12 16:12:44
Google it
JIHA2 2020-05-12 16:15:39
Ok
JIHA2 2020-05-12 16:21:03
Preparing
RKChowdary9999 2020-05-13 14:50:12
Hello everyone i had a column value in a table as
C:volsharedetailinfobofaarchivebbpmcmgr
I need a sql query to extract data between 2nd and 3rd forward slash()
and i need a sql query to extract data after last slash().
Remember here data and number of slashes might change for every record.
Can you guys gelp me with the above usecases
MasterZiv 2020-05-13 14:54:36
RKChowdary9999 2020-05-13 14:50:12
Hello everyone i had a column value in a table as
C:volsharedetailinfobofaarchivebbpmcmgr
I need a sql query to extract data between 2nd and 3rd forward slash()
and i need a sql query to extract data after last slash().
Remember here data and number of slashes might change for every record.
Can you guys gelp me with the above usecases
use regular expressions…
piterden 2020-05-14 22:03:38
Spam?
piterden 2020-05-14 22:04:21
Will be banned with report instantly
rotiman 2020-05-15 02:36:31
I changed the path to the mysql datadir database in my.conf and now he doesn’t want to start the MySQL service.
piterden 2020-05-15 02:53:24
rotiman 2020-05-15 02:36:31
I changed the path to the mysql datadir database in my.conf and now he doesn’t want to start the MySQL service.
Have you moved files to that path?
Gnation88 2020-05-15 02:55:43
Check the error message in MySql error log
Gnation88 2020-05-15 02:56:47
Also check the folder/file permissions that you have moved.
Master Yoda 2020-05-16 11:31:00
rotiman 2020-05-15 02:36:31
I changed the path to the mysql datadir database in my.conf and now he doesn’t want to start the MySQL service.
Is the directory owned by mysql?
MasterZiv 2020-05-16 12:51:11
rotiman 2020-05-15 02:36:31
I changed the path to the mysql datadir database in my.conf and now he doesn’t want to start the MySQL service.
What was the reason to change the directory?
I propose you tho change it back and make a link if you like to move files physically.
2020-05-16 20:11:34
Can we create My SQL table based on python List
piterden 2020-05-16 22:25:42
2020-05-16 20:11:34
Can we create My SQL table based on python List
You are able to create any table you wish
fede1132 2020-05-16 23:49:52
I can make questions about MariaDB?
Master Yoda 2020-05-16 23:52:08
fede1132 2020-05-16 23:49:52
I can make questions about MariaDB?
Yes
fede1132 2020-05-17 00:02:37
I’m using Java (HikariCP) with MariaDB Database to get and set some data. After two connections the database stop respoding.. For example: I make two connections with a delay of ~1 seconds with same or different query string, both of them successfully execute and retrieve data. At the third connection the MariaDB stop respoding and cause system crash.
fede1132 2020-05-17 00:02:42
Anybody knows why?
fede1132 2020-05-17 00:02:58
(I’m using HikariCP with MySQL driver)
MasterZiv 2020-05-17 00:42:25
fede1132 2020-05-17 00:02:42
Anybody knows why?
I suspect this is not a MySQL problem, but the configured size of your connection pool to the database.
MasterZiv 2020-05-17 00:44:55
fede1132 2020-05-17 00:02:37
I’m using Java (HikariCP) with MariaDB Database to get and set some data. After two connections the database stop respoding.. For example: I make two connections with a delay of ~1 seconds with same or different query string, both of them successfully execute and retrieve data. At the third connection the MariaDB stop respoding and cause system crash.
Anyway, you must check are the connections really made to the database and what exactly it’s done in the database, or else this is not a DB problem
fede1132 2020-05-17 00:46:38
MasterZiv 2020-05-17 00:42:25
I suspect this is not a MySQL problem, but the configured size of your connection pool to the database.
I set the MaximumPoolSize to 50 and still nothing
fede1132 2020-05-17 00:47:03
MasterZiv 2020-05-17 00:44:55
Anyway, you must check are the connections really made to the database and what exactly it’s done in the database, or else this is not a DB problem
How I can check that? I’m working with the app and the database in localhost
MasterZiv 2020-05-17 01:15:00
fede1132 2020-05-17 00:47:03
How I can check that? I’m working with the app and the database in localhost
select * from information_schema.processlist;
or
show processlist
fede1132 2020-05-17 02:22:33
Fixed. There was a problem with the Thread System
2020-05-17 11:41:31
I am new to mysql how to use it
piterden 2020-05-17 12:11:27
2020-05-17 11:41:31
I am new to mysql how to use it
Why do you think you should?
fede1132 2020-05-17 13:09:00
2020-05-17 11:41:31
I am new to mysql how to use it
I use this for store data for example IPs of my players(Game Server), logout location and many more. MySQL Is faster than JSON file on large dimension scale
piterden 2020-05-17 15:37:26
fede1132 2020-05-17 13:09:00
I use this for store data for example IPs of my players(Game Server), logout location and many more. MySQL Is faster than JSON file on large dimension scale
What game do you have?
fede1132 2020-05-17 15:37:40
Minecraft
piterden 2020-05-17 15:38:12
Oh)) I thought it is your game
piterden 2020-05-17 15:38:53
fede1132 2020-05-17 15:37:40
Minecraft
I have chess
fede1132 2020-05-17 15:39:01
piterden 2020-05-17 15:38:53
I have chess
chees?
MasterZiv 2020-05-18 08:19:33
2020-05-17 11:41:31
I am new to mysql how to use it
Learn things 2+ years, then use.
Simple.
Olex08 2020-05-18 11:26:51
MasterZiv 2020-05-18 08:19:33
Learn things 2+ years, then use.
Simple.
Just 2+? I Thought you should learn it about 8+ years before you can start using it.
MasterZiv 2020-05-18 11:30:05
Olex08 2020-05-18 11:26:51
Just 2+? I Thought you should learn it about 8+ years before you can start using it.
two plus…
Up to eternity
Rajakumaaran 2020-05-18 13:19:51
Team, we have started supporting MySQL databases recently. Can you somework share the adminstration point of view tasks and commands to understand and practice more on mysql. Thanks in advance.
piterden 2020-05-18 14:28:55
Rajakumaaran 2020-05-18 13:19:51
Team, we have started supporting MySQL databases recently. Can you somework share the adminstration point of view tasks and commands to understand and practice more on mysql. Thanks in advance.
There is not a blog. You may write here anytime you would need to get a quick help suggestion or advice…
piterden 2020-05-18 14:30:06
There are too much blogs in the Internet
gustavodescs 2020-05-21 00:58:08
Hello guys, when partitioning BY RANGE it is possible set a specific TABLESPACE , for example, to parallelize access to disks. Is it possible do that in KEY or HASH type partitions?
acromegale 2020-05-21 11:40:44
gustavodescs 2020-05-21 00:58:08
Hello guys, when partitioning BY RANGE it is possible set a specific TABLESPACE , for example, to parallelize access to disks. Is it possible do that in KEY or HASH type partitions?
No, because hash partitioning doesn’t have partition definition
gustavodescs 2020-05-21 14:37:02
acromegale 2020-05-21 11:40:44
No, because hash partitioning doesn’t have partition definition
I believe so
gustavodescs 2020-05-21 14:37:45
anthonyang 2020-05-22 14:10:46
anyone experienced MTS with GTID mode ?
anthonyang 2020-05-22 14:11:47
what;s the advantage between multithreded replicaition without GTID and with GTID ? does Logical_Clock need GTID to function ?
2020-05-23 05:22:45
I need query for question 5&6, can anyone solve this?
2020-05-23 05:24:59
Above image not clear, so posted structure again and I needs following queries –
2020-05-23 05:25:03
Query 5: Management needs to know the candidates who haven’t been successfully placed into employment with any of the companies. These identified candidates will then be contacted and encouraged to enroll into courses that will help provide the required qualifications and improve the candidates’ chances of a successful placement. List these candidates and the recommended courses that they should be encouraged to enroll in.
VII. Query 6: For each of the identified candidates that require further education, management will need to inform each student of the courses, when each course will start, the respective cost of each course and the total cost of the required courses. The list is to be ordered by the candidate’s last name in ascending order.
VIII. Query 7: Management needs a list of all the candidates who are currently pursuing studies and the respective qualifications that they are studying. For qualifications that require multiple courses, management needs to know how many courses each student has completed/enrolled in.
IX. Query 8: To help finalise financial records for the 1st quarter of the year, management needs to know candidates who have not paid their fees in order to contact them.
X. Query 9: For each opening, management will need to determine the most suitable candidate/s. Each potential candidate will then be further evaluated to ensure maximum suitability. List all the
companies that have current openings and the details, qualifications and number of successful placements of candidates that could be shortlisted for these openings.
XI. Query 10: Marketing department needs three of the most successful candidates and three of the most successful companies to feature in the latest edition of TE’s newsletter and website.
XII. Query 11: To help determine the average pay rate based on qualifications for the respective companies, management needs a list of all the companies, the qualifications they are requesting for the openings and the average pay for openings by each company.
← prev | next →