Wrox Programmer Forums
|
MySQL General discussion about the MySQL database.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the MySQL section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old May 4th, 2006, 12:11 PM
Registered User
 
Join Date: May 2006
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Default Help!!

I've bought a Development Web with PHP, Apache and MySQL's manual and I've got a problem with MySQL.
The manual uses the 4th MySQL's version, and I tried to use the 5th version. I can install it succesfully and it seems that it works, however, when, following the manual instructions, I try to execute MySQL server writing that code:
C:\>C:\mysql\bin\mysql test
it return to me an Error from user acount.
Should I use the 4th MySQL version (the same as the manual uses) or it have any solution?

 
Old May 10th, 2006, 12:53 AM
Registered User
 
Join Date: Apr 2006
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Default

First goto C:\mysql\bin path and login in mysql using following syntax:

mysql -h localhost -u username -pPASSWORD

-Venkat
 
Old May 15th, 2006, 04:05 PM
Friend of Wrox
 
Join Date: Aug 2004
Posts: 385
Thanks: 0
Thanked 0 Times in 0 Posts
Default

or try downloading and using "SQLyog", its easier if your new.

 
Old May 17th, 2006, 01:05 PM
Registered User
 
Join Date: May 2006
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Thank you very much, after some thought, I've decided download and intsall MySQL 4, for the moment, due to is the version whicht the handbook uses, and, for the moment, it works.










Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.