Re: mem&cpu usage (mysqld under Linux RH 7.2)

2002-02-21 Thread Dimitry
om MySQL site - gcc 2.96 can 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

Re: mysql from localhost vs. remote

2002-02-15 Thread Dimitry
bly because you already have entry for 'localhost','%' or something >> to that effect. > nope, there is not such an entry. But IF we add it, we can login. This > just means that we have to insert two entries (% and localhost

Re: mysql from localhost vs. remote

2002-02-15 Thread Dimitry
ysql -h 66.70.34.150 -P 3307 -u xyz00 -p > => works > local-system> mysql -S /var/run/mysql-ext/mysql.sock -u yxz00 -p > => works > But we can NOT connect locally by host:port: > local-system> mysql -h 66.70.34.150 -O 3307 -u xyz00 -p &