This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Mysql access from lp file
#2
You can use MySQL functions in .lp, but it might cause problems if the db server is not available as .lp should not contain any blocking code. Alternatively if you don't need data in real time you can fetch data from MySQL via a script, save data into storage and display it via .lp.
There's no completely secure way to hide the credentials. You should limit db user privileges to only functions/tables that are needed.
Reply


Messages In This Thread
Mysql access from lp file - by jmir - 28.10.2022, 05:31
RE: Mysql access from lp file - by admin - 28.10.2022, 06:24
RE: Mysql access from lp file - by jmir - 28.10.2022, 06:53
RE: Mysql access from lp file - by admin - 31.10.2022, 07:23

Forum Jump: