[没查到] MySQL,求助。详情见内。

You must configure your mysql server to allow remote access.
On your mysql server,you have some system tables,like hosts,tables,user.I have forgot the realname of them,sorry.
You can create a user like test,them grant him the proper privilege.Something like this
create database xxx;
grant all on xxx to test@192.168.1.6;
flush privilege;

Sorry,I have forgot mysql,not use for a long long time.But I think the mothod is right.For more information see the mysql document!