Re: Specking a small MySQL server

2014-12-09 Thread Johan De Meersman
- Original Message - > From: "Richard Reina" > Subject: Specking a small MySQL server > > somewhat of an energy hog and is due to be replaced. I was considering > replacing it with a lap-top so as to conserve energy and because a laptop > has a built in batter

Specking a small MySQL server

2014-12-06 Thread Richard Reina
I have used MySQL for about twelve years as a database on our private LAN that has only a handful of users at a time that query about a dozen databases. The current server is an old rack-mounted machine that is somewhat of an energy hog and is due to be replaced. I was considering replacing it with

Small mySQL

2001-11-05 Thread Paweł Łukasiewicz - SLICAN
Hello. I am new here. I would like to know, if anybody tried to make mySQL smaller - I am thinking about using it in a embedded system. First of all, could you recommend me, what should I set during the configuration process? My requirements are: 1. SQL server only

Re: SMALL MYSQL Problem

2001-08-17 Thread Sinisa Milivojevic
O'SULLIVAN JOHN writes: > Hi > I am just starting to write my first client with MYSQL 3.23.39 under RH > Linux 7.1 and I had the following code. > The code compiles fine but the call to mysql_query( ) fails with following > error > > > I used the exact same query at the MYSQL prompt and it wor

SMALL MYSQL Problem

2001-08-16 Thread O'SULLIVAN JOHN
Hi I am just starting to write my first client with MYSQL 3.23.39 under RH Linux 7.1 and I had the following code. The code compiles fine but the call to mysql_query( ) fails with following error I used the exact same query at the MYSQL prompt and it worked fine Could anyone please tell me whe