how are you accessing the the database. from c:\mysql\bin\mysql?
Have you changed the username/password from default?
MYSQL INSTALLATION HELP FOR A BEGINNER
Moderators: egami, macek, gesf
If you have not included the path in your Environment Variable then add them. Default password would be blank for root user. You can create more users from root as Security measures.
Thanks and Regards,
Prensil Technologies Pvt Ltd
Software Development Company
http://www.prensil.com
Thanks and Regards,
Prensil Technologies Pvt Ltd
Software Development Company
http://www.prensil.com
-
- New php-forum User
- Posts: 9
- Joined: Tue Sep 20, 2011 11:00 pm
To install MySQL you will first need to download the appropriate installs from
href="http://www.mysql.com">www.mysql.com
. To install on a
href="http://www.redhat.com">Red Hat
Once MySQL is installed you will need to check and see if it is running. MySQL is a database server, so it offers connections in the same way a web or a mail server would. To check to see if the server 'mysqld' is running issue:
ps -aux | grep mysql
Classified php script
href="http://www.mysql.com">www.mysql.com
. To install on a
href="http://www.redhat.com">Red Hat
Once MySQL is installed you will need to check and see if it is running. MySQL is a database server, so it offers connections in the same way a web or a mail server would. To check to see if the server 'mysqld' is running issue:
ps -aux | grep mysql
Classified php script