Re: My SQL & OS X setup - utterly, completely, 100% stumped

2003-04-06 Thread Ken Tozier
On Sunday, April 6, 2003, at 10:28 AM, B. van Ouwerkerk wrote: You don't explain your problem. First problem is that after doing a clean install of mysql-standard-4.0.12 and following the instructions cd /usr/local/mysql sudo ./bin/mysqld_safe (Enter your password) (Press CTRL+Z) bg

Re: Storing sensitive information on mySQL database

2003-04-06 Thread Bob Ramsey
At 07:55 AM 4/6/2003 +, Neil Tompkins wrote: Could someone give me some advice on the best way to store sensitive information like credit card numbers on our mySQL database. Of course we would be using SSL encryption for all transactions. Take a look here: http://www.mysql.com/doc/en/Miscel

Re: My SQL & OS X setup - utterly, completely, 100% stumped

2003-04-06 Thread B. van Ouwerkerk
You don't explain your problem. You don't even tell which versions you're running. If there is no mysql table then you didn't create it, or you trashed it. In the manual you will find references to how to install MySQL on MAC OS X. http://www.mysql.com/doc/en/Mac_OS_X_installation.html IMHO you

My SQL & OS X setup - utterly, completely, 100% stumped

2003-04-06 Thread Ken Tozier
Anyone willing to help a newbie walk through setup and install? I've tried everything specified in the online documentation, the tips on Marc Lynnage's page, install tips in several MySQL books multiple times. I've read all error messages and tried my best to figure out how to work around them.

Re: unable to change password

2003-04-06 Thread B. van Ouwerkerk
At 08:28 06-04-2003 -0400, Devon Y. wrote: [Hisako:~] hisako% /usr/local/mysql/bin/mysql -u root -p mysql Enter password: ERROR 1045: Access denied for user: '[EMAIL PROTECTED]' (Using password: YES) This is the same thing that was happening to me! Then I discovered that my root password was not

Re: unable to change password

2003-04-06 Thread Devon Y.
[Hisako:~] hisako% /usr/local/mysql/bin/mysql -u root -p mysql Enter password: ERROR 1045: Access denied for user: '[EMAIL PROTECTED]' (Using password: YES) This is the same thing that was happening to me! Then I discovered that my root password was not set, even though I did everything that was

Re: unable to change password

2003-04-06 Thread B. van Ouwerkerk
try: mysql -u root -p then it will ask for your password. or mysql -u root -pmysql_root_password no spaces between -p and your mysql root password This is well documentee :http://www.mysql.com/doc/en/User_names.html please check the manual before asking questions. B. At 12:50 06-04-2003 +0100, His

RE: MYSQL Newbie

2003-04-06 Thread daniel
you probably want php which intergrates into mysql nicely, as mysql being the database for the content, http://www.php.net/ http://www.phpbuilder.com/ there is also some links on the php site u might want to check out http://www.php.net/links.php with mysql you prob want to master the sql queri

unable to change password

2003-04-06 Thread Hisako Shimizu
Dear sir/madam Please tolerate my poor English. I had been using mysql for a while without any problems. And one day Error occuered ,I could not access it anymore. My password which I had been using has been declined and i have this error "Access Denied " even though I have never changed passwor

root password setting problem

2003-04-06 Thread Devon Y.
Hello, This is bugging the crap out of me. A few days ago I installed of MySQL 4.0.12 on Windows XP. All's fine (so far), but I can't figure out how to set the root password. I thought I had done it yesterday, but just discovered it didn't take. I've followed the instructions in the MySQL ref

Re: MYSQL Newbie

2003-04-06 Thread B. van Ouwerkerk
1) Can you recommend some good online tutorials for learning the basics of MYSQL? (I can't even say I know exactly what it is; I think of it as some sort of language used to create "special effects" or special functions, similar to JavaScript.) If you found this list then you should have found

RE: MySQL access denied

2003-04-06 Thread Andrew
this as it says is an incorrect username or password Andrew >-Original Message- >From: Jon L. Miller [mailto:[EMAIL PROTECTED] >Sent: 06 April 2003 10:42 >To: [EMAIL PROTECTED] >Subject: MySQL access denied > > >I'm having a problem accessing MySQL via phpMyAdmin. >I've inserted in the 1

MySQL access denied

2003-04-06 Thread Jon L. Miller
I'm having a problem accessing MySQL via phpMyAdmin. I've inserted in the 1st line of the config.inc.php3 $cfgPmaAbsoluteuri="; I can access MySQL via CLI and I have set the username and password via mysqladmin for the major users. But I'm still getting the following when trying to access the data

MYSQL Newbie

2003-04-06 Thread David Blomstrom
I'm interested in learning about MYSQL and wondered if anyone could give me a few pointers for getting started. I've designed over 1,000 webpages, based at http://www.geobop.com, but my technical skills are very basic. I've been unemployed for about eight months and have been using my time to l

Re: More OS X install fun

2003-04-06 Thread Scott Haneda
on 04/05/2003 10:48 PM, Ken Tozier at [EMAIL PROTECTED] wrote: > Has anyone successfully installed "mysql-max-4.0.12" on OS X? > > I've been trying for three days to set the root password and nothing I > try seems to work. I'm a total unix newbie but I did go out and buy a > Unix book and think I

Mysql 4 search features

2003-04-06 Thread daniel
Hi guys i messaged before regarding mysql 4's search capabilties, i am doing up a scope for a tape library database change over from access , there is 100,000+ records, i am trying to find the most effiecient way to build the search capabiltiies, there will be fields like title, tx date, reporte

RE: About JDBC

2003-04-06 Thread Kyle Lange
As I understand it, You're actually better off, if not HAVE TO, just putting the 3.0.6 connector jar file into your /common/lib directory in order for Tomcat to be able to see it. K -Original Message- From: Todd O'Bryan [mailto:[EMAIL PROTECTED] Sent: Saturday, 5 April 2003 19:44 To