CodingForums.com

CodingForums.com (http://www.codingforums.com/index.php)
-   MySQL (http://www.codingforums.com/forumdisplay.php?f=7)
-   -   How to install MySQL on a self hosted server (http://www.codingforums.com/showthread.php?t=269685)

Tim@DIM 08-06-2012 03:32 PM

How to install MySQL on a self hosted server
 
Forgive my ignorance.

Im trying to install wordpress on one of my client's websites, but the domain is self-hosted, and does not have MySQL.

This client also has almost no technical knowledge and there is some unknown issue getting their usual tech support to do this.

I need to know how i go about installing MySQL (and probably PHP MyAdmin) on their server.

The currently the server is using a microsoft SQL installation with ASP in the website - THIS CANNOT BE INTERFERED WITH.

The client needs their ASP and Microsoft SQL functionality to remain intact. They have INSITE and OASIS systems that are necessary for their buisness.

Also the ASP functions have been integrated into the WordPress website i built them. (i built the site on my testing domain with the intent of transferring everything once it was complete).

That said I need to install this WordPress website on their server and WP only works with MySQL.

Im not at all experienced with these things. im just a small time web coder.
The only experience ive had directly with SQL is changing the URLS in the database so i could transfer a WP installation from one domain to another.
that was a simple mater of Find and Replace in Dreamweaver. I have ZERO understanding of SQL languages.

i have no idea at this time whether the server is running apache or iis.

Old Pedant 08-06-2012 10:44 PM

You can install MySQL on a Windows machine with ZERO interference to SQL Server, to ASP, or to IIS. I know. I have done it several times now.

And have then even used MySQL and SQL Server on the same system, using ASP connections to each of them (and, yes, even with a single ASP page connected to both at the same time for a couple of apps).

You do need at least a Remote Desktop connection to the server, though.

It's not hard. Just download the MySQL version you need and run the default installer. Take all the defaults (be sure to say "YES" when asked if you want it to add MySQL to your ENVIRONMENT variables). Done.

Never installed Wordpress, though, so can't help you there.

Tim@DIM 08-07-2012 02:14 PM

Quote:

Originally Posted by Old Pedant (Post 1258322)

Never installed Wordpress, though, so can't help you there.

Once MySQL is installed wordpress can be done through ftp. i just needed to know how to install MySQL bc WP requires it. It cant run off any other SQL.

Thanks.


All times are GMT +1. The time now is 10:17 PM.

Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.