in there.
I have root access
try "su -" instead of "su" if that is what you are using for root access.
I keep getting 'command not found'.
Any ideas would be greatly appreciated
James
hth,
--
Jason McKnight
Mgr. Information Services
The InSite Group,LLC
-
you might want to
calculate the possible size of indeces as that can affect how much ram
you really need.
hth,
Jason McKnight
Mgr. Information Services
The InSite Group,LLC
Lynn Bender wrote:
I just received a box with the following specs:
Dual AMD64
8G ram
Two 3ware 2.4 terabyte RAID 5 arrays.
You could also do it like this:
select min(id) from emp;
Roger Baklund wrote:
[EMAIL PROTECTED] wrote:
I need to get all the details of an employee whose salary is the lowest.
I can do like this in Oracle
select * from emp where id = (select min(id) from emp).
Can we have any alternative in MySQL f
e
1.3.x versions for linux)-- www.apache.org
MySQL-- www.mysql.com
PHP-- www.php.net
There are quite a few Linux distro's that can create all of this during
install for you if you are unfamiliar with installing software on Linux.
hth,
Jason McKnight
Mgr. Information Services
The InSite Group,LLC
To the original poster: Is this a loaded question just to see what kind of
response you might get?
The application that requires a database server was not mentioned as far as
I can tell, but that will influence your decision on what backend to choose.
If you need every feature set under the sun
\ is an escape character in MYSQL. Use two \\ to insert a single \
- Original Message -
From: "Jack A. Tinsley Jr." <[EMAIL PROTECTED]>
To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
Sent: Monday, April 09, 2001 12:34 AM
Subject: Disappearing "\"
> First, things, first - I am a newbie to My