Home » mysql database » Recent Articles:

What all software and hardware do I need to host my own database driven website?

March 11, 2010 database hosting 1 Comment

I have been using a hosting service for the past few years to host my company’s website. However the website has become very important in my company’s day to day operations. I would like to host my own site (creating an intranet to host this website). The website would still have to be assessable from the internet as well. I am looking to have a Windows hosting platform, a Mysql database, and php as well. Since I have never ventured in to the hosting I am not real sure what all it would take. How many servers, what operating systems on them. I do not think I will need a faster internet connection then my current DSL because there will be only a couple of people to sign on the website through the internet a week and it is highly unlikely they will be on it at the same time. I am not interested in email for this site at this time either. Any suggestion to get me started? Thanks.

I got a suggestion, don’t post your question 5 times in a row and people might be more willing to answer you.

Technorati Tags: , , , , , , , , , , , , ,

Hosting Access Database at an ISP?

March 9, 2010 database hosting 1 Comment

I have created a simple database using Microsoft Access for "adding" records. its workin fine for my office. now im opening another office elswhere. can ISPs be able to host this database even though its made of access? id use mysql but i dnt have the sofwtare. i want records to be enterd at both offices and the data should update automatically.. please help. its urgent

If your ISP provides hosting and a hosting package would include MS Access database, then you could. Otherwise you have to find a hosting provider who offers Access database access. The same thing applies to MySQL. In case the hosting provider – for YOUR website – provides a MySQL database you can utilize this as well. Additionally you could download the free community edition of MySQL and then you would have the software, too.

regards connecting two locations you could check out this answer from answers.yahoo.com. It may give you useful clues.

http://answers.yahoo.com/question/index?qid=20060928202605AARjIff

Technorati Tags: , , , , , , , , ,

How much should website hosting cost for each additional MySQL Database?

just trying to figure out if i’m getting ripped off or now
i have 8 databases between all my websites, they’re charging me $30/year for each one after 4

GET AWAY FROM THAT HOST
databases are free
compare these top hosts:

http://hosting.mestore.us

all offer at least 100 databases per acct.

Technorati Tags: , , , ,

Can I use joomla without Hosting to make a practice site on?

or do I need to have hosting first? What is the best ecommerce hosting to get ? Thanks!!

Yes, you can. You do NOT need a host to practice using Joomla. All you need is a computer with an a service on it that will run PHP code along with a MySql Database. XAMPP is a great tool that will do this. Download it here:

www.apachefriends.org/en/xampp.html

Then read up on how to use it. There is a bit of a learning curve, but you should be able to get it off the ground in a couple of hours max..if you run into trouble, come on back here.

This will let you load and view your joomla site on your local machine. It will not be viewable on the internet, but it is great for development and practice.

Technorati Tags: , , , , , ,

how can i upload an existing mysql database to yahoo web hosting?

February 28, 2010 database hosting 2 Comments

I have an existing databse of roughly 249 tables with hundred sof thousands of rows of data. I am trying to get this uploaded to our mysql databse through yahoo hosting. Is there any scripts or programs that I can load to do this?

nope. not really

do a dump of your data and tables from your current mysql database to a txt document

Yahoo should offer you an interface (ie phpmyadmin) to access your mysql database. if they dont, then download that invaluable program and install it in your webspace.

then upload (or import) your dumped data to your new mysql database.

Technorati Tags: , , , , , , , , , , , , , , , , ,

Need a real genius to help with php MYSQL in dreamweaver connection URL path not mapped correctly?

February 28, 2010 coldfusion hosting 3 Comments

Help I have asked my host this and they cant help me i have a real bad feeling that i am forgetting something fundamental.

Its hard to explain but here are the errors that dreamweaver throws up when i try to connect and view tables on the database.

Error results

http://www.u501.com/result.htm

http://www.u501.com/result2.html

http://www.u501.com/err4.htm

If you have any questions shoot but please remember that i have spent 2 days on this problem And got two so called experts help so many small changes have already been tried .

The testing server should i be using wamp or something i managed to get a MYSQL database connected when i was using coldfusion but it seems 500 times harder with PHP for some reason. But coldfusion had its own localhost server

The URL path i have tried the IP tried the domain name tried local host and localhost:8500

Can somebody please point me in the correct direction before i go back to making static pages
Yes i get the idea what you are saying. I will attempt to get wamp working in order to test but If i code the pages with a Mysql connection it should work via the MYSQL database so i could skip testing ? It seems dreamweaver is much more compatible with coldfusion than it is with PHP funnily enough.
yes i should of said that i had the database already set up on the host its the testing server that is the problem so if i wrote the correct connection string in my php page then presumably it would connect to the remote database and work fine.

I really need to test though so i have got wamp working and hopefully i can get that to work with dreamweaver localhost

Im studying some lynda.com material just now so hopefully i can get this Mysql connection working my php has been fine its not the problem .

I appreciate the advice though

Q
The testing server should i be using wamp or something i managed to get a MYSQL database connected when i was using coldfusion but it seems 500 times harder with PHP for some reason. But coldfusion had its own localhost server
End Q
Precisely. PHP is just a programming language. Well, so is Coldfusion, but Macromedia provides a server as well. PHP doesn’t. The professional method is to install Apache first, and then PHP. When you “installed” PHP, you saw a lot of directions on configuring Apache right?

Connecting to a MySQL database is all well and fine, but you aren’t connecting to it. Your PHP scripts are. But to run your PHP scripts, you need to have them run through a web server, with PHP enabled.

If installing Apache scares you, look at XAMPP or WAMP.

Additional response:
“but If i code the pages with a Mysql connection”: all this means is that you have code that attempts to connect to a MySQL database.

“it should work via the MYSQL database”: What do you mean by this? MySQL is a database server. If you want to run your server-side code, you need a server and you need to be able to run that code. MySQL has nothing to do with it. Perhaps you should take MySQL out of the picture for a moment. Write code that displays “Hello world” on the screen. Does it make more sense why MySQL is irrelevant when it comes to actually running the code?

“It seems dreamweaver is much more compatible with coldfusion”: Dreamweaver has very high support for PHP, make no mistake. But I wouldn’t be surprised about their compatibility with Coldfusion. Macromedia, the original makers of Dreamweaver, bought Coldfusion. Adobe bought Macromedia. Short story: the same people who make Dreamweaver make Coldfusion.

Technorati Tags: , , , , , , , , , , , , , , , , , , ,

how to install MySQL locally?

February 26, 2010 coldfusion hosting 3 Comments

I’m a pretty technical guy. I know everything about front end development but I can’t seem to grasp backend dev. I’m going to be using Cold Fusion with MySQL. I have paid for a web hosting account with a MySQL database and all I need to do is get the server environment on my local machine. I’ve gotten ColdFusion working with a MS Access database– that’s easy– I just can’t seem to grasp MySQL. Is there a good tutorial you can recommend? Thanks! (P.S. I already tried MySQL’s site and plenty of Google searches.)

Since I already have MySQL installed on my hosting server, all I need is the free (non-enterprise version) right??

Install this:

http://www.apachefriends.org/en/xampp.html

Don’t bother with MySQL with IIS.

Technorati Tags: , , , , , , , , , ,

Connect to MySql Database on another hosting company?

February 21, 2010 database hosting 4 Comments

It would be much less work to change all that info

I have the database w/godaddy but I’m trying to get to it with a web page on Awardspace – it didn’t work

Can it work?

likely no.
the service that provide you the db won’t allow connecting from another site (maybe they have an allow/trust-list); you can use the db only with the "web space" that provide also the db server.

you must backup/save your db and transfer data to the new host.

Technorati Tags: , , , , , , , ,

What are some good web hosting companies with unlimited MySQL database?

February 18, 2010 database hosting 8 Comments

And do you know websites or forums where users rate web hosting companies?

Thanks.

I personally recommend Hostgator. They offer unlimited MySQL databases, as well as unlimited storage and bandwidth, great uptime, tons of features, and excellent support. To learn more, go to: http://webspacehq.net/

Ratings and reviews:
http://whreviews.com/ explains how to find web hosting reviews and select good web hosting companies.
http://www.webhostingreviews.com/ is one of the biggest web hosting review sites.
http://webhostinggeeks.com/ also contains some good reviews.

Technorati Tags: , , , , , , ,

questionusing access database to host web what type of web hosting account is need, which server best supports

February 15, 2010 database hosting 3 Comments

and what programming lanfuage will be used to work with the access database?

Access databases ONLY run on Windows. You will *have* to use Windows hosting and probably a private virtual machine to have Access databases. As for programming languages, you’ll need to use ASP or VB. Those will be the easiest to integrate to your database. You will also need to be very careful since Windows servers have security problems that need to be managed.

However, I’d like to suggest an alternative. You can simply copy your data structure and data to a mysql database. That will let you use less expensive hosting, since it will work on Linux. It also opens up the possiblity of using all sorts of other technologies to work with your data – JSP, ROR, etc.

Technorati Tags: , , , , , , , , , , , , , , , , , , ,

Search This Site:

Login to connect with Others on Hosting Provider Web Blog:


Directory

Powered by Small Mingle Icon Mingle



Our mobile site

QR Code - scan to visit our mobile site

This is a 2D-barcode containing the address of our mobile site.If your mobile has a barcode reader, simply snap this bar code with the camera and launch the site.

Mingle Users

2 Users - Show All

Powered by Small Mingle Icon Mingle

mpexo

  • This site is proudly listed as a mobile blog on mpexo.

Featured Content:

Problems with Hosting, FTP, Frontpage…the works. Help! Awardspace.com/GoDaddy.com?

March 11, 2010

I have made a website before on Frontpage and uploaded it to Yahoo Geocities using the File Manager they have. It was simple and easy… However, I have since bought my own domain and am in the process of creating another website using FrontPage. I used GoDaddy.com to register and purchase my domain, and since [...]

What email providers also provide free website hosting and builders?

March 11, 2010

I was wondering if there were any other email providers that would host websites for members..and had an easy website builder. I’ve already tried yahoo and msn,and wasn’t very pleased.. any ideas?
*It would also be nice if the hoster/builder had a member/mysql data base.**
I would suggest 000webhost free hosting. They have no ads, 1.5GB of [...]

Can anyone recommend a "green" web hosting service/company? Can you use yahoo ecommerce with another host?

March 11, 2010

I’m starting a niche natural/eco-friendly ecommerce business and would like to use a green hosting company. I orginally was looking at using Yahoo’s Small Business ecommerce solution simply because it’s easy and everything is right "out of the box" plus it seems like a great way to get started with an ecommerce biz fairly easily. [...]

What all software and hardware do I need to host my own database driven website?

March 11, 2010

I have been using a hosting service for the past few years to host my company’s website. However the website has become very important in my company’s day to day operations. I would like to host my own site (creating an intranet to host this website). The website would still have to be assessable from [...]

Help! I need ideas for hosting/MC a Christmas Programme. Need some really creative input.?

March 11, 2010

Using PowerPoints as well
dszcd

Technorati Tags: Christmas, Creative Input, hosting, Powerpoints

Switch to our mobile site