Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Goddammit, MySQL!
RE: Goddammit, MySQL!
#4
Yes, I've hit this at work.  In order to use some of the functionality limited to stored procedures in MySQL, I've had to create procedures to run once, and then drop them.  Not a day that goes by that I don't dream of Postgres.

Hey, I've also noticed that some of my old posts don't have the correct sig.  Looks an encoding problem.  My old sig was '-- ∇×V ' and it got replaced with '-- ∇×V '.  Think you can run:?
Code:
UPDATE my_bb_posts
SET content = REPLACE(content, '-- ∇×V', '-- ∇×V')
WHERE author = 'Labster' AND content LIKE '%-- ∇×V%'

Not that I looked up the names of the tables or columns.
"Kitto daijoubu da yo." - Sakura Kinomoto
Reply


Messages In This Thread
Goddammit, MySQL! - by Bob Schroeck - 09-12-2017, 07:55 PM
RE: Goddammit, MySQL! - by Bob Schroeck - 09-12-2017, 08:19 PM
RE: Goddammit, MySQL! - by Bob Schroeck - 09-12-2017, 08:31 PM
RE: Goddammit, MySQL! - by Labster - 09-13-2017, 12:27 AM
RE: Goddammit, MySQL! - by Bob Schroeck - 09-13-2017, 08:20 AM
RE: Goddammit, MySQL! - by Bob Schroeck - 09-13-2017, 08:49 AM
RE: Goddammit, MySQL! - by robkelk - 09-13-2017, 01:58 PM
RE: Goddammit, MySQL! - by Bob Schroeck - 09-13-2017, 03:31 PM
RE: Goddammit, MySQL! - by Bob Schroeck - 09-13-2017, 10:02 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)