Hi,
I have installed a wamp and localhost apache, mysql and phpadmin are working just fine, but drupal does not work.
Drupal v4.6 in the httpd root docs folder and I have run through the install steps exactly as laid out in INSTALL.txt a number of times ( my used install text are given below ).
The ( 45 table ? ) dB is shown as created sucessfully in phpmyadmin however when I go to http://localhost I get error messages rather an a config interface so I've seen nothing of drupal yet ! HElp !
Error messages I get:
(a) "unable to select database", or after some fiddling with the two lines in settings.php
(b) line 31, includes\database.mysql.inc, password or authentication problem etc.
BTW how does drupal know which MySQL database to choose - it dosent seem to be told that anywhere in the install.txt install process. phpmyadmin shows a number of databases in there that are precreated witht he wamp server i am using ?
I'm a mySQL command line newbie and this is something to do with passwords - i think. The SQL cmd line dosen't like passwords with he first couple of commands ( so I issue the commands without entering passwords ). Then it seems to take them.
I'm using database = base21, user name= db_45, password = tfgryhe.
Can someone correct the below code for me.
Thanks !
---- instructions given at the command line below ---
mysqladmin -u user_db -p create base21