MySQL Forums
Forum List  »  NDB clusters

Re: MySQL Cluster - LOCAL INFILE setting
Posted by: Craig McCormack
Date: July 06, 2014 07:28PM

Hi Andrew,

Thank you for your reply.

I've actually found a reference to an issue somewhere in the package I was using.

The below helped me correct the issue:

http://ubuntuforums.org/showthread.php?t=2223097

Installing php5-mysqlnd to replace php5-mysql fixed the problem:

Code:
sudo apt-get install php5-mysqlnd
It will automatically remove php5-mysql.

I'm guessing this is a bug either in php5-mysql or the underlying libmysqlclient.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: MySQL Cluster - LOCAL INFILE setting
939
July 06, 2014 07:28PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.