Re: Windows 2000 and don't get connect with MySQL Administrator.

2004-11-03 Thread Gleb Paharenko
Hi. See: http://dev.mysql.com/doc/mysql/en/Problems_with_character_sets.html http://dev.mysql.com/doc/mysql/en/Cannot_initialize_character_set.html Svein Kristiansen <[EMAIL PROTECTED]> wrote: > ! use MySQL 4.1 in Windows 2000 and don't get connect with MySQL > Administrator. > > T

Re: Windows 2000 MySQL login

2002-05-14 Thread John Morrison
n Morrison --- In article <001001c1f836$0c64f570$8102a8c0@niigziuo4ohhdt>, Jay Blanchard wrote: > From: "Jay Blanchard" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Subject: RE: Windows 2000 MySQL login > Date: Fri, 10 May 2002 10:19:15

Re: Windows 2000 MySQL login

2002-05-13 Thread John Morrison
dt>, Jay Blanchard wrote: > From: "Jay Blanchard" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Subject: RE: Windows 2000 MySQL login > Date: Fri, 10 May 2002 10:19:15 -0500 > > [snip] > My VB application has a log-in screen with two fields, userID and >

RE: Windows 2000 MySQL login

2002-05-10 Thread Jay Blanchard
[snip] My VB application has a log-in screen with two fields, userID and userPassword. When these are correctly filled in, MySQL logs me in and the application opens. But, I can also log in (as myself) if I leave both fields blank. And the plot thickens when considering the following VB code sni

Re: Windows 2000

2001-10-18 Thread Miguel Angel Solórzano
At 19:10 18/10/2001 +0200, [EMAIL PROTECTED] wrote: Hi! I am guessing that you are run the client tool called mysql.exe. The servers of MySQL begin with the name mysqld, then you have in your /mysql/bin directory the following servers: mysqld-opt.exe mysqld-max.exe mysqld-nt.exe mysqld-max-nt.ex

RE: Windows 2000 MySQL case sensitive?

2001-07-04 Thread Gerald R. Jensen
Jane ... (This is based on our own experience, and info found in the MySQL Manual ... http://www.mysql.com/doc/N/a/Name_case_sensitivity.html). We have used this procedure to convert dozens of databases, and found that setting the server's variable to lower-case tables also requires converting

Re: Windows 2000 MySQL case sensitive?

2001-07-02 Thread Gerald R. Jensen
You can control the case-sensitivity of MySQL in my.ini (or my.cnf). If "lower_case_table_names is=1" MySQL will convert all table names to lower case on storage and lookup ... but you need to first convert your old table names to lower case before starting mysqld. If you have not done so, you s

Re: Windows 2000 MySQL case sensitive?

2001-07-02 Thread Mohamad Ilhami
On Mon, 2 Jul 2001, craig riley wrote: > Hi All, > I have recently installed MySQL on my windows 2000 machine and > everything is great except for the fact that it doesnt't seem to recognize > upper case table / column names? This wouldn't be a problem if I was just > developing locally

Re: windows 2000

2001-02-28 Thread Miguel Angel Solórzano
e" <[EMAIL PROTECTED]> >Sent: Wednesday, February 28, 2001 9:59 AM >Subject: Re: windows 2000 > > > > Micke > > > > Can't really speak for Professional but I have it running fine on Server >and > > Advanced Server. > > > > If my memory

Re: windows 2000

2001-02-28 Thread Gerald Jensen
instalaltion we have done, error 1067 always occurs when we issue a NET STOP MYSQL command - Original Message - From: "Andy J" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: "Micke Bjork Coolbase" <[EMAIL PROTECTED]> Sent: Wednesday, February 28,

Re: windows 2000

2001-02-28 Thread Andy J
Micke Can't really speak for Professional but I have it running fine on Server and Advanced Server. If my memory is right then 1067 is normally that the service cannot respond to the control function effectively. Together with the fact that you cannot remove the service after uninstall, this sug