Question : I’ve set ft_min_word_len = 1 to my.cnf file, also SHOW VARIABLES LIKE ‘ft_min_word%’ displays ft_min_word_len as 1. Then […]
Tag: environment-variables
Mysql – which cnf file to update
Question : I have mysql 8 running on a ubuntu 20.4 server. I want to apply some setting to optimize […]
How can I use an environment variable in a Postgres function?
Question : Let’s say I have a windows user environment variable SOME_STRING. Is it possible to use its value in […]
Variable to select database in SQL query
Question : If I want use a variable in the FROM clause of a SQL query I need to use […]
Best Practice to Store an Admin Configured Variable [closed]
Question : Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this […]