vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Under Linux, I can create other internal functions, however when attempting to create a UDF that accesses a custom 'C' language based shared library, I get an access denied error. It is unclear if it is an access denied to the database, or if it fails trying to find the shared library. |
| |||
| TahoeKid wrote: > Under Linux, I can create other internal functions, however when > attempting to create a UDF that accesses a custom 'C' language based > shared library, I get an access denied error. > > It is unclear if it is an access denied to the database, or if it fails > trying to find the shared library. > Does the MySQL user have access to the shared library? -- ================== Remove the "x" from my email address Jerry Stuckle JDS Computer Training Corp. jstucklex@attglobal.net ================== |
| ||||
| I was executing this via mySQL Query Browser, from a Windows machine to a Linux box (where mySql lives). When I logged on to the local machine directly, it allowed this to work. It was not related to finding the UDF, but was some wierd login (presumeably because it was an outside-in connection) it disallowed it. |