Page 1 of 1

Mysql

PostPosted: 25. October 2008 15:48
by malcolm99
Hi ,

I would like to know the following :

1. what sort of problems will installing the full version of mysql have from www.mysql.com ?


2. where is the include files located ? e.g /user/include/mysql

Im looking for mysql.h ?

Im trying to install R the statistical package and configure it with mysql .

I am also trying to install c++ ?

Any configuartion issues there ?

Regards

Malcolm

PostPosted: 25. October 2008 15:53
by Wiedmann
1. what sort of problems will installing the full version of mysql have from www.mysql.com ?

If you only start one server... none.
(BTW: MySQL in XAMPP is the "full version" from mysql.com)

2. where is the include files located ? e.g /user/include/mysql

Download and install the XAMPP devel package.

Mysql Dev Package

PostPosted: 25. October 2008 16:03
by malcolm99
Hi ,

Thanks for the fast response .


Can you upgrade to the dev package ? from the standard package (which im currently using )

Regards

Malcolm

PostPosted: 25. October 2008 16:31
by Wiedmann
from the standard package

That's an addition to the standard package (and doesn't replace ist).

PostPosted: 25. October 2008 18:44
by glitzi85
The third Download is the devel package: http://www.apachefriends.org/en/xampp-linux.html#374

mysql.h will then be there:

Code: Select all
/opt/lampp/include/mysql/mysql.h


What do you mean with C++? That has nothing to do with XAMPP. You can install whatever you want.

glitzi