I've initialized MySQL and created a database for WordPress
to use. I've verified I can connect via the mysql cmd line tool:
mysql -p
{login with my password}
\u wordpress
{connects to 'wordpress' db}
When I enter the Database Name, User Name, Password,
Database Host (the default, 'localhost'), and leave the Table
Prefix as the default on:
http://billday.com/wordpress-1.0.1-miles/wp-admin/install-config.php?step=1
then click on "Submit", I receive the following output:
----begin output----
Warning: Invalid argument supplied for foreach() in /usr/home/day/www/htdocs/wordpress-1.0.1-miles/wp-admin/install-config.php on line 121
Warning: fclose(): supplied argument is not a valid stream resource in /usr/home/day/www/htdocs/wordpress-1.0.1-miles/wp-admin/install-config.php on line 142
Warning: chmod(): No such file or directory in /usr/home/day/www/htdocs/wordpress-1.0.1-miles/wp-admin/install-config.php on line 143
All right sparky! You've made it through this part of the installation. WordPress can now communicate with your database. If you are ready, time now to run the install!
-----end output-----
What am I doing wrong?
Thanks in advance for any assistance you can provide,
Bill Day
jmedia1@yahoo.com