On Thu, Jul 26, 2001 at 06:41:31AM +0700, pungki wrote:
--deleted--
> mysql> grant all privileges on *.* to root@cindy identified by 'coba-coba';
> Query OK, 0 rows affected (0.00 sec)
>
> Tapi kok 0 row affected yah ? Kalo pake perintah flush privileges, juga 0
> row
> affected.
>
> Kalo :
> bash-2.04# ./mysqladmin -h cindy version -p
> ./mysqladmin: connect to server at 'cindy' failed
> error: 'Host 'cindy.anakgaul.com' is not allowed to connect to this MySQL
> server'
>
> bash-2.04# ./mysql -h cindy -u root -p
> ERROR 1130: Host 'cindy.anakgaul.com' is not allowed to connect to this
> MySQL
> server
Coba konek ke mysql dengan:
./mysql -h cindy.anakgaul.com -p
Atau:
Beri grant ke root dengan:
grant all privileges on *.* to root@% indentified by 'coba-coba'
--
mico
E-mail :
[EMAIL PROTECTED]
--
--
Utk berhenti langganan, kirim email ke [EMAIL PROTECTED]
Dapatkan FAQ milis dg mengirim email kosong ke [EMAIL PROTECTED]
Informasi arsip di http://www.linux.or.id/milis.php3