Re: MySQL connection error
Peraps your server encrypted the password. and client program sends the password without encryption. New MySql Servers with old client gives this problem.
A DB Name is name (physically it is a folder) created by you to store and organize all your tables(which contains your actual data in a row, column format in physical files)
A password is something like a token to validate the right user who has rights to use all the tables in a Database.
I recommend Before you start building your app you should read the manual thourougly.
Subject
Written By
Posted
Re: MySQL connection error
June 18, 2005 11:53PM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.