Re: Remote access of MySQL

2011-06-04 Thread Reindl Harald
http://dev.mysql.com/doc/refman/5.5/en/privilege-system.html Am 04.06.2011 22:30, schrieb Abdul Vali: > Dear All > > I have installed MySQL 5 on Ubuntu 10.04 Server. It is working fine but > when I try to access MySQL through any other client using ODBC connector, it > says access is denied for

Re: Bug using 32-bit libmysqlclient on a 64-bit system?

2011-06-04 Thread walter harms
It is basicly a not clever solution to run 32bit libs with a 64bit system. You have to compile -m32 and all sort of things. It is *way* better to compile with pure 64bit. re, wh Am 04.06.2011 02:18, schrieb Alex Gaynor: > I've got a 64-bit Linux system, with a 32-bit libmysqlclient (and a 64-bit