Re: trying to install on RedHat 7.0 and need help

2001-03-05 Thread Hardy Merrill
Charles, you need to be more descriptive about exactly what problem you're having. Spell out your hardware, OS, MySQL version, etc., and describe what isn't working. Charles L. Hagen [[EMAIL PROTECTED]] wrote: I cannot seem to get this database program to work correctly. I am asking for any

mcrypt and encrypted field length

2001-02-26 Thread Hardy Merrill
when I query the row containing the encrypted field, mysql displays a bunch of strange characters - I can refer to the row by the non-encrypted key although the same key does *NOT* display properly in mysql(the encrypted column must be screwing up the displayi). Anyone have any ideas how to help? TIA

3.23 Online Table Maintenance?

2001-02-23 Thread Hardy Merrill
? TIA. -- Hardy Merrill Mission Critical Linux, Inc. http://www.missioncriticallinux.com - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive

Re: 3.23 Online Table Maintenance?

2001-02-23 Thread Hardy Merrill
y* database in MySQL? TIA. -- Hardy Merrill Mission Critical Linux, Inc. http://www.missioncriticallinux.com Sinisa Milivojevic [[EMAIL PROTECTED]] wrote: Hardy Merrill writes: In the 3.23 news article, at the bottom it says this: Online Table Maintenance

Re: mysqldump

2001-02-19 Thread Hardy Merrill
By "even as root", do you mean that you did something like this: $ mysqldump -u root -p db_name db_name.sql ? The "root" user *in* MySQL should have privileges to run mysqldump. Describe the situation in a little more detail if you're still having problems - like: * what is the exact

Re: Need help with Install of MySQL

2001-02-09 Thread Hardy Merrill
cd /dir/to/mysql.server ./mysql.server start There's quite a bit more to consider, like what user you want to start the server as, but try that first and see if that will start the server for you. HTH. -- Hardy Merrill Mission Critical Linux, Inc. http://www.missioncriticallinux.com Matt Davis [[EMAIL

Re: --skip-locking on Redhat 6.1 Linux

2001-02-07 Thread Hardy Merrill
he related documentation I could find) get a response. Thank you very much! -- Hardy Merrill Mission Critical Linux, Inc. http://www.missioncriticallinux.com Now that I know what you are trying to achieve, I can honestly say I'm not sure. I'd have to read the manual for more detail on how

--skip-locking on Redhat 6.1 Linux

2001-02-06 Thread Hardy Merrill
Can/should MySQL be started *without* --skip-locking on Redhat 6.1 Linux? TIA. -- Hardy Merrill Mission Critical Linux, Inc. http://www.missioncriticallinux.com - Before posting, please check: http://www.mysql.com

update log sequence

2001-02-05 Thread Hardy Merrill
I'm running mysql with --log-update=update_log with no extension, so every time I flush the logs I get the next sequential number appended as an extension to the new update_log file. If I flush the logs regularly every day, that sequence number will continue to grow - is there any way to reset

Re: need some help here...

2001-02-05 Thread Hardy Merrill
. Keeping the numeric keys used for basic retrieval separate from the user viewable/updatable fields makes for a smaller, less-complex, and more flexible program. Again, just my opinion. HTH. -- Hardy Merrill Mission Critical Linux, Inc. http://www.missioncriticallinux.com John Jens

incremental backups?

2001-02-02 Thread Hardy Merrill
Are incremental backups possible in MySQL? I haven't seen any reference to "incremental" in the mysqldump or anywhere else for that matter. TIA. -- Hardy Merrill Mission Critical Linux, Inc. http://www.missioncritica