Hi Ian,
I am sure this is of no consequence. From MySQLI runtime options...
mysqli.allow_local_infile integer
Allow accessing, from PHP's perspective, local files with LOAD DATA statements
Have you looked at ALL php.ini files on your system? I have a couple of those
hanging around. Actually, the most reliable place to look for active definitions
is through a file "phpinfo.php", i.e.
--------------------------------------
<?php
// Show all information, defaults to INFO_ALL
phpinfo();
?>
--------------------------------------
put the above file into a directory that is accessible through the browser and
then "call" it - e.g. with http://localhost/phpinfo.php
Still, I think the problem is really missing/inappropriate GRANTs in MySQL.
Have you done a "SHOW GRANTS FOR ianw" for example?
Regards
H
On Wed, 20 Feb 2013 13:27:14 +0100, Ian Whitfield <whitfield@telkomsa.net> wrote:
mysqli.allow_local_infile
--
Erstellt mit Operas revolutionärem E-Mail-Modul: http://www.opera.com/mail/
--
For unsubscribe instructions e-mail to: users+help@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted
Context
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.