Where is 'sqlplus.hh' ?

2003-07-08 Thread Peter Moscatt
I have just installed MySQL++ 1.7.9 using the RPMs from Rpmfind.com. It installed all Ok. The reason why I installed the RPM over the source was that I can't get the source to compile. When I go and search the drive after the installation I don't see the 'sqlplus.hh' I am using Mandrake 9.1. W

Won't mysql_init();

2003-07-07 Thread Peter Moscatt
I am trying to connect to a simple database, basically to check that I have the gist of programming with MySQL. I have tried the following code: #include #include "linlog.h" LinLog::LinLog(QWidget *parent, const char *name) : PGM_Window(parent, name) { MYSQL mysql; mysql_init(&mysql); if

Dissapearing mysql.sock ?

2003-06-30 Thread Peter Moscatt
I am trying to install MySQL-server onto my Mandrake 9.1. When I first install 'mysql' using the latest RPMs all goes well and it places the mysql.sock into '/var/lib/mysql' But when I reboot and then come back to run mysql I get an error indicating that it can't connect though mysql.sock. When

Starting MySQL 4.0 ?

2003-06-30 Thread Peter Moscatt
I have just installed 'MySQL-server' and 'MySQL-client' onto a Mandrake 9.1 system. The two RPMs installed without error and running mysql from the shell was fine and did what was expected of it. I have now rebooted the system and when I go to the shell to issue the 'mysql' command I get the foll

Mandrake 9.1 & MySql++ ?

2003-06-20 Thread Peter Moscatt
I am trying to install MySql++ (1.7.9) onto my Mandrake 9.1. Initially is indicated that it couldn;t find the mysql libraries and I assume is because I installed Mysql as one of the install options when installing Mandrake 9.1 as I believe it dosen't include the needed libraries for mysql++. I th

Trying to install MySql++ ??

2003-06-18 Thread Peter Moscatt
I am trying to install MySql++. When I issue the ./configure command all seems to go well until it generates an error which you can see below. The version I am trying to install is 1.7.9 from memory. I am using Mandrake 9.1 which has MySQL as one of the installable options, which I have chosen.

Starting the Server at Boot Time ??

2002-05-28 Thread Peter Moscatt
I have just installed mysql 3.23.49 onto my Mandrake installation using the RPMs. How can I get the mysql server to start as the PC is booting ?? Pete __ Your favorite stores, helpful shopping tools and great gift ideas. Experienc

Changing Database Location ?

2001-08-31 Thread Peter Moscatt
Can you change the location of a MySQL database ? The default is '/var/lib/mysql'. Pete - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive

How To Change Database Location ?

2001-08-29 Thread Peter Moscatt
With MySQL is there a way that you can create a database from the default location, which at the moment on my Linux install is: '/var/lib/mysql/my_database' ? Pete - Before posting, please check: http://www.mysql.com/manual

Setting User Privilges ? Confused !!

2001-08-29 Thread Peter Moscatt
I am pretty new to MySQL, in fact that also covers Linux as well. I have Mandrake 8.0 which I have installed MySQL using the RPM format. I plan to write code (python) to access the database to manage what data it may hold. The server automatically starts on boot - which is fine. To be able t