proverbs31woman on "Manual install of Wordpress"
I have removed it but can't complete the installation because I don't know the answers to the original questions I asked above.
View Articleesmi on "Manual install of Wordpress"
All you need is the name of the database, its host name, the db user name and associated password. WordPress will do the rest.
View Articleproverbs31woman on "Manual install of Wordpress"
Yes, I've finally got it, thank you. What wasn't clear to me was how much of the database name or username that was needed, i.e. the prefix information as requested above. But after lots of testing and...
View Articlecortes on "Mystery Database Engine"
I decided to create a new WordPress site. I thought it would be a breeze as it's my third one. I set up a database and wp-config and got the "Error establishing a database connection" message. When I...
View Articlecortes on "Mystery Database Engine"
Update: this is more of standard connection issue. The database that turned out to be working so well was on my production image. I didn't pay close attention to the url. The development version gets...
View Articlebracken752 on "Installation of Wordpress as an Intranet"
Hey all, I have been asked by my IT manager to look at getting a wordpress site setup to page our ageing Intranet page, I'm currently using the following: -a VMwared XP machine running on a server -XP...
View Articlesanket.realistic on "Retrieving Data From Single Cell In MySQL Table"
Hi i am getting error here is my code global $wpdb; $result = $wpdb->get_var( "SELECT visa_status from wp_v_detail where uniquecode = '$in_id'" ); echo $result; i want to get only current status and...
View Articlecortes on "Mystery Database Engine"
This isn't really a WordPress issue so I'm going to close this.
View Articlecortes on "WordPress Won't Connect to DB, But Test Code Does"
I closed my last question because I thought my problem wasn't WordPress related. After chasing some ghosts, I'm back to WordPress as the culprit. I'm getting the infamous "Error establishing a database...
View Articlecortes on "WordPress Won't Connect to DB, But Test Code Does"
It's on my development machine: a Mac Mini running OS X Mountain Lion. [Moved to Localhost Installs]
View Articleesmi on "WordPress Won't Connect to DB, But Test Code Does"
I think you need to ask about this on a forum dedicated to your server software. It's a server configuration issue.
View Articlecortes on "WordPress Won't Connect to DB, But Test Code Does"
I'm confused. The code i cited above works just fine with the server so the server is configured correctly to run that code. Are you saying I have to specially configure the server to work with...
View Articleesmi on "WordPress Won't Connect to DB, But Test Code Does"
A correctly configured server would not need to provide a port as part of the host name when connecting to any database.
View Articlemattpwithabsolute@gmail.com on "[Plugin: Fast Secure Contact Form] Is there a...
I just want users to submit a form once. I'm building a petition form where they can vote. Although, I don't want a registered wordpress user submitting their vote twice(two votes, or changing their...
View Articlecortes on "WordPress Won't Connect to DB, But Test Code Does"
The answer to the problem was to use 127.0.0.1 without a port in place of localhost.
View ArticleFunkywebsites on "Installation of Wordpress as an Intranet"
if you have a windows based computer on the intranet, install WAMP. it will install mysql and apache server. then all you will have to do is install the wordpress into a directory on your localhost and...
View Articlebracken752 on "Installation of Wordpress as an Intranet"
Thank you for your update, but XAMPP is performing the same as what WAMP would do. Which means I already have Apache and MySQL and wordpress installed. I just need to change the address from...
View Articlemikeselander on "Creating a Front-End User Search"
I know it's been a long, long time - but perhaps this will shed some light on the problem for future searchers - User search
View Article