Is Mysql for freebsd 8.0 available?

2010-03-17 Thread PengXiaoxun
The official support for freebsd 7.0 has been out of date since May 2009. So I update to the latest version is 8.0. However, I just found the mysql for freebsd 7.0. How can I get the mysql version for freebsd 8.0? Does it exist?

Default privileges of a new user?

2010-03-01 Thread PengXiaoxun
I create a new account via the following statement: CREATE USER 'monty'@'%' IDENTIFIED BY '123456'; Without any privileges granted, the user 'monty' can access the database information_schema via a remote host. Why? How can I create a new user without any privileges actually?