answersLogoWhite

0


Best Answer

Yes they can. You can get unlimited databases though if you check out http://ipage.mestore.us

only $3.50 per month

unlimited space, bandwidth and MySQL databases

cpanel with free software - 1 click installs

(they will try to sell you options you don't need, just uncheck them)

as a web designer I highly recommend it

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Can Amazon Web Services host MySQL databases?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Can you use joomla with Webs.com?

No you need a host who supports mysql databases.


What is the difference between web hosting and email hosting services?

Web hosting gives you email accounts and website space (by websitespace you can assume that its a web-space equipped to host webpages for example .html pages .php pages etc. and databases for example MYSQL or MSSQL databases etc.). & Email hosting will only give you space for your email accounts.


what is the best website to make host services?

amazon


What host do you use when your MySQL database is on a separate server to your PHP scripts?

For the host you need to put the IP address of the MySQL server instead of localhost.


Will 1GB be enough space to host a website?

As an average, you only need a few hundred megabytes to host a perfectly functioning website. This would include all of the basics, MySQL databases, etc. As an average, all of our customers have around 300 MB in space. So yes, 1 GB will be plenty.


How do you connect mysql database with php program?

You can do that using the mysql_connect() function. For example: <?php $host='localhost'; //Your Host Name Here $username='root'; //MySQL Username $pass='';//MySQL Password $dbname='codenair'; //your Database Name //Connecting Database mysql_connect($host,$username,$pass)or die('Failed to Connect'); //Selecting Database mysql_select_db($dbname)or die('Database Not Found'); echo 'Connected'; ?>


How can you create a website without using a host like Shutterfly?

Maybe try mySQL or PHP?


Which companies offer web hosting for PHP and MYSQL?

PHP and MySQL are two of the important technologies in today's technical world. There are many companies that offer web hosting for PHP and MySQL. Some of these companies are WordPress, Zymic, b2evolution, 000webhost, freehostia, prchecker, siteground etc. Some of these companies offer free web hosting services.


What is a good web host that supports MySQL and PHP and phpMyAdmin?

I've always found Dreamhost to be a really good provider.


How do you create a MySQL database on the server?

Here is how you establish connection to mysql server & create a database in mysql <?php // Note that username, client host & passwords may vary $host = "localhost"; $user = "root"; $password = ""; $con = mysql_connect($host,$user,$password); if(!$con) { // Warns for connection failure die("Failure in establishing connection: ".mysql_error()); } $db = "CREATE DATABASE employees"; // Use any name for database $create = mysql_query($db, $con); if(!$create) { echo "Error creating database: ".mysql_error(); } ?>


How do you connet sql and vbnet?

You can connect MySql and vbnet by download something called MySql Connecter. After you do that add the resource to your project and add this code.Code:'Put this at the top of your codeImports MySql.Data.MySqlClient'Then right click your form and add this codePrivate mysql_host = "Change this to your MySql Host"Private mysql_user = "Change this to your MySql User"Private mysql_pass = "Change this to your MySql Password"Private mysql_db = "Change this to your Database"Private SqlConnect As String = "server=" + mysql_host + ";user id=" + mysql_user + "; password=" + mysql_pass + "; database=" + mysql_dbPrivate SqlConnection As New MySqlConnection'Then double click your form and in the form load put this in.SqlConnection.ConnectionString = SqlConnectTryIf SqlConnection.State = ConnectionState.Closed ThenSqlConnection.Open()MsgBox("Sucessfully Connected To Mysql Database")ElseSqlConnection.Open()MsgBox("Connection is closed.")End IfCatch ex As ExceptionMsgBox(ex.Message)End TryTheir you go, you now you can make a stable connection with your mysql host, and database!


Hire Business Web Hosting Services?

form_title=Hire Business Web Hosting Services form_header=Host your websites, resources and databases on a secure server. Describe your business:=_ What will you need to be hosted?=_ How long will you need this service?=_