Runtime Error '-214767259'

2004-02-02 Thread Timotius Alfa
Hi all, help me pls, I try to connect to Mysql server, but it raise runtime error -214767259, Host C-Xeon is not allowed to connect to this MYsql server thanks a lot - Do you Yahoo!? Yahoo! SiteBuilder - Free web site building tool. Try it!

Re: MYSQL Security

2004-01-29 Thread Timotius Alfa
Thank you Victoria and Mikhail. thanks a lot Victoria Reznichenko [EMAIL PROTECTED] wrote: Timotius Alfa wrote: Hi All, I'm newbie in MYSQL. Would please tell me about Mysql Security ? I used Windows2000 for mysql server. Privilege system of MySQL is described in the following

MYSQL Security

2004-01-27 Thread Timotius Alfa
Hi All, I'm newbie in MYSQL. Would please tell me about Mysql Security ? I used Windows2000 for mysql server. thank you - Do you Yahoo!? Yahoo! SiteBuilder - Free web site building tool. Try it!

How many clients connected to mysql ?

2004-01-18 Thread Timotius Alfa
Hi Ron, how many clients can be connected to mysql ? Is there any setup for client connections ? where can I find it ? Timotius Alfa - Do you Yahoo!? Yahoo! Hotjobs: Enter the Signing Bonus Sweepstakes

Saving Binary Files to mysql

2003-10-23 Thread Timotius Alfa
How to save binary files to mysql ? I want to save *.exe whole in a binary files, after that I want to save it to mysql. thanks - Do you Yahoo!? The New Yahoo! Shopping - with improved product search

Backup MYSQL MYSQL 4.1

2003-10-22 Thread Timotius Alfa
How to install Mysql 4.1, I always failed to do that ? pls help me and how to backup database in mysql ? thank you - Do you Yahoo!? The New Yahoo! Shopping - with improved product search

MYSQL Connection String error

2003-10-19 Thread Timotius Alfa
Pls help me, I want to know if this connection string can be used for multi user, coz when I change Server=localhost with server=127.0.0.1 it can not work. thanks Connect_Str = Driver={MySQL ODBC 3.51 Driver}; _ SERVER=127.0.0.1; _ Database=sekolah; _

Query Error

2003-10-13 Thread Timotius Alfa
Pls help me guys. what's wrong with this command ? select a.siswa_id,a.nama,b.Nilai from Query_DataSiswa a left join ( select siswa_id,Nilai,Tes_Id from Nilai_Harian where tes_id = 1 and pertemuan = 1 and paket_id = 1 and tingkat = 1) b on a.siswa_id = b.siswa_id where a.paket_id = 1 and

Views in MYSQL

2003-10-12 Thread Timotius Alfa
If views are not supported in MYSQL, is there any ways to replace it...I change database from Access to MYSQL, so I need utility such as queries in Access. thanks *8 Views are not supported in MySQL along with many more feature included in the ANSI SQL 99 standard