Views in MYSQL
Pls help me, how to create views in mysql. there isn't menu for views in mysql such as SQL Server 2000 ? thx ---- Timotius, [EMAIL PROTECTED] +62-31-531-2358 ext. 205 -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]
How many clients connected to mysql ?
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
MYSQL Security
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!
Re: MYSQL Security
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 section of the manual: http://www.mysql.com/doc/en/Privilege_system.html -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ __ / |/ /_ __/ __/ __ \/ / Victoria Reznichenko / /|_/ / // /\ \/ /_/ / /__ [EMAIL PROTECTED] /_/ /_/\_, /___/\___\_\___/ MySQL AB / Ensita.net <___/ www.mysql.com -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED] - Do you Yahoo!? Yahoo! SiteBuilder - Free web site building tool. Try it!
Runtime Error '-214767259'
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!
Views in MYSQL
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 Regards Mink - Do you Yahoo!? The New Yahoo! Shopping - with improved product search
Query Error
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 a.Tingkat = 1 order by a.siswa_id I've got error if I execute it. pls check the mysql version for this command ? thanks - Do you Yahoo!? The New Yahoo! Shopping - with improved product search
MYSQL Connection String error
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;" & _ "UID=root;PWD=tim; OPTION= " & 1 + 2 + 8 + 32 + 2048 + 16384 - Do you Yahoo!? The New Yahoo! Shopping - with improved product search
Backup MYSQL & MYSQL 4.1
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
Saving Binary Files to mysql
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