[OT] Re: DBAs?

2023-04-02 Thread Chris Cheshire
On Apr 2, 2023, at 4:41 PM, Kevin Huntly wrote:Are there any DBAs in here? If so, are you aware of a MySQL user mailinglist? I'm having an issue with some stored procedures and need some helpHave you tried the forums?MySQL Forumsforums.mysql.com

Re: DBAs?

2023-04-02 Thread Mory DOUMBIA
i used to use stored procedures on mysql Envoyé depuis Samsung Note 9 Le dim. 2 avr. 2023 à 21:06, Kevin Huntly a écrit : > thats not helpful =) > > are you dba? > > > Kevin Huntly > Email: kmhun...@gmail.com > Cell: 716/424-3311 > _

Re: DBAs?

2023-04-02 Thread Kevin Huntly
thats not helpful =) are you dba? Kevin Huntly Email: kmhun...@gmail.com Cell: 716/424-3311 -BEGIN GEEK CODE BLOCK- Version: 1.0 GCS/IT d+ s a C++ UL+++$ P+(++) L+++ E--- W+++ N+ o K(+) w---

Re: DBAs?

2023-04-02 Thread Mory DOUMBIA
if you use myssql workbench you have to be careful with copy paste Envoyé depuis Samsung Note 9 Le dim. 2 avr. 2023 à 20:40, Kevin Huntly a écrit : > Are there any DBAs in here? If so, are you aware of a MySQL user mailing > list? I'm having an issue with some stored procedures and need some he

DBAs?

2023-04-02 Thread Kevin Huntly
Are there any DBAs in here? If so, are you aware of a MySQL user mailing list? I'm having an issue with some stored procedures and need some help Kevin Huntly Email: kmhun...@gmail.com Cell: 716/424-3311 _

Logging

2023-04-02 Thread Kevin Huntly
Hello, Couple questions: 1. Is there a way to change the default "stdout" to a different name? e.g. SystemOut.log (and by extension, can syserr be printed to something SystemErr.log?) 2. When verbose:gc is turned on it logs a ton of stuff to stdout, can that output be redirected to a different f

Accessing Tomcat Sessions

2023-04-02 Thread Chew Kok Hoor
Hi, As part of a way to prevent concurrent login, and to re-assign a session back to a request based on JWT token (for clients that cannot pass us cookies), we need to access to the 'findSession' and 'findSessions' in org.apache.catalina.Manager. Is it true the only way to get the manager