If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > how to deploy

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-21-11, 11:25
jivangilad jivangilad is offline
Registered User
 
Join Date: Oct 2011
Posts: 1
how to deploy

I have never worked with MySQL.
I want to build a small website.
I consider using MySQL.
If I create a small MySQL database with tables and data, will I be able to upload it to my website, and will it be simple?
Reply With Quote
  #2 (permalink)  
Old 10-24-11, 12:47
it-iss.com it-iss.com is offline
Registered User
 
Join Date: Sep 2009
Location: San Sebastian, Spain
Posts: 620
I want to be sure I understand the question here. When you say upload "it" do you mean the table creation along with the data or do you mean the MySQL database server? If it is the server then it is best to make sure your hosting company already hosts MySQL databases. If not then this is impossible unless you have root access on the server.

If it is just the database tables and all the data, there are several ways of doing this, you can use mysqldump utility to get a copy of the create table scripts along with the data in a particular database (or all databases). Hosting companies if they provide MySQL databases also provided phpMyAdmin which will help you run this dump script returned from mysqldump command line.

Hope this helps!!
__________________
Ronan Cashell
Senior Oracle/MySQL DBA
http://www.it-iss.com
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On