- 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
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
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
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
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