Re: memcpu usage (mysqld under Linux RH 7.2)

2002-02-21 Thread Dimitry
be the problem here -- Dimitry - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail [EMAIL PROTECTED] To unsubscribe, e

Re: mysql from localhost vs. remote

2002-02-15 Thread Dimitry
which is accessible only locally the both INSERT statements above would have localhost instead of %. Why does localhost not qualify for %? Probably because you already have entry for 'localhost','%' or something to that effect. -- Dimitry

Re: mysql from localhost vs. remote

2002-02-15 Thread Dimitry
to insert two entries (% and localhost) each. It looks clumsy to me. One question - are sure that you have wrote -O instead -P as listed ? local-system mysql -h 66.70.34.150 -O 3307 -u xyz00 -p -- Dimitry - Before posting, please