I had MySQL server (3.23.51) running in RH 7.3
My Database store very sensitive data.
Here are my questions :
1) Can I control by database even MySQL admin right
also can't access to the particular database ?
I only allow 1 particular have a full right on that
table. Because this...
How to split 'cookie' by seperating the delimiter '|' ?
cookie="item 1 : desc2 | item2 : desc2";
Assume the value of 'cookie' is not fix. I want use the
while loop to display each item where the format is
separated by "|".
Eg. my expected output as below :
item...
I got a string 'path' (see below)
path = "/home/abcd/public_html/a.cgi"
How to filter 'a.cgi' from the 'path' string?
My espected value should be "/home/abcd/public_html/".
Another word, how to copy the string from the last '/' ?
I don't want 'a.cgi' or 'b.cgi' etc from...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.