Re: Cannot complete database transfer

2004-12-15 Thread Jason McKnight
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 -

Re: MySQL support for AMD64

2004-12-01 Thread Jason McKnight
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.

Re: Reg SubQuery

2004-12-01 Thread Jason McKnight
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

Re: Install problems with phpMyAdmin

2004-12-01 Thread Jason McKnight
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

Re: Downsides of MySQL?

2001-08-16 Thread Jason McKnight
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

Re: Disappearing "\"

2001-04-10 Thread Jason McKnight
\ 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