install on cygwin wordpress
-
http://localhost:2080/wordpress/wp-admin/install.php
There has been a critical error on your website.
Learn more about debugging in WordPress.I am using cygwin for mysql, httpd, and php in /srv/www/htdocs/wordpress.
I created a initial database for user and passwd, but no tables and can login via commandline.Not sure how to proceed to get wordpress to create the database login.
define( ‘DB_NAME’, ‘wpdb’ );/** MySQL database username */
define( ‘DB_USER’, ‘root’ );/** MySQL database password */
define( ‘DB_PASSWORD’, ‘xxxxx’ );/** MySQL hostname */
define( ‘DB_HOST’, ‘localhost’ );/** Database Charset to use in creating database tables. */
define( ‘DB_CHARSET’, ‘utf8’ );/** The Database Collate type. Don’t change this if in doubt. */
define( ‘DB_COLLATE’, ” );
The topic ‘install on cygwin wordpress’ is closed to new replies.