RE: Set user password by using PowerBuilder

2004-03-16 Thread TH Leung
dummy'=password('testpass'); > >> >Query OK, 0 rows affected (0.00 sec) > >> >mysql> flush privileges; HTH, Martin > -Original Message- > From: TH Leung > Sent: Wednesday, March 17, 2004 12:24 PM > To: '[EMAIL PROTEC

Set user password by using PowerBuilder

2004-03-16 Thread TH Leung
Hi, I am using the version 4.01 of MySQL and the Powerbuilder. I want to create a function in PowerBuilder which allows user to reset its MySQL password. Could anybody help me and give me some advices? -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe

FW: Fail to run version 4.0.3

2002-09-06 Thread TH Leung
> Hi, > > I am using 4.0.2 with Innodb in Windows 98 platform, and I have downloaded > 4.0.3 and install it without uninstalling 4.0.2. However, when I start the > winmysqladmin.exe, it takes several minutes without any response, then a > general failure error dialog box appears. I could not even

FW: MyODBC 3.51 - Transaction is not enabled

2002-06-13 Thread TH Leung
> -Original Message- > From: TH Leung > Sent: Friday, June 14, 2002 11:55 AM > To: '[EMAIL PROTECTED]' > Subject: MyODBC 3.51 - Transaction is not enabled > > Hi, > > I have installed the newest version of MyODBC 3.51 in my PC

MyODBC 3.51 - Transaction is not enabled

2002-06-13 Thread TH Leung
Hi, I have installed the newest version of MyODBC 3.51 in my PC with Win98, but do not install the MyODBC 2.50. After I start the MySQL and open the MySQLAdmin, the box titled "MyODBC" in the "Environment" page shows "Not Found". However, all databases are shown on the "Database" page. Later when

How to connect Windows client to a MySQL server in Linux

2002-03-24 Thread TH Leung
Hi, I really frustrated because I could not connect my WIN98 client to the MySql server installed on a Linux Server. The MySQL is of version 4.0.1 in a RedHat Linux 7.2, also I install a MyODBC version 3.5 in the client machine. In fact, I am using PowerBuilder on Windows platform as a programm

Problem in MyCC

2002-01-15 Thread TH Leung
Hi, I recently download and install a compiled version of MyCC for Windows into my PC. The installation is successful and the outlook is quite user friendly. I register a server created by MySQL and when I want to browse for the tables inside a database, I get an window error showing the message:

Problem in using "in" keyword

2001-12-11 Thread TH Leung
Hi, I use the MySQLManager and enter a SQL statement with a "in" keyword, but an error message of syntax error occurs, I verify the SQL by plugging it to MS SQL Server 2000, it works without error, so I would like to know if the "in" keyword only functions on the Linux platform but not on the Win