cancel
Showing results for 
Search instead for 
Did you mean: 
EthanElijah
Member
since ‎06-26-2020
‎01-10-2021

Your latest statistics

  • 0 Replies
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

One of our customers is running an old MySQL, 5.5 or 5.7. We have a very long query 300+ lines which is too long to read, what it does essentially gets orders that need to be renewed. We need to run it 24/7 and if renewal fails due to a lack of funds...
So I'm building a system for a client and they want to have a search functionality for all the data their users and clients upload to their service, that data includes Word documents and user text (plain text that'll be stored in a MySQL DB)So what a...
Suppose I have a REST application running on a remote server which connects to a mysql database. Now let's say the password of the db has to be changed. What are the right methods and practices that has to be followed to avoid failure of requests.One...