Untitled Document
Untitled Document
 
Weekly tutorial
Tutorial Name: Vibrant Tones
Tutorial Author: Pixel Digest
Weekly tutorial

Tutorial Name: HD2 Wallpapers
Tutorial Author: Trick Digest

 
Tricks News
 
Vibrant Tones
In this tutorial you will teach you how to how to create custom tones for the T-Mobile Samsung Vibrant. With this tutorial you will be able to change the Alarm, Notification, Ringtone, and ui sounds. Follow this simple tutorial and learn how.
 
Face Paint
In this tutorial learn how to blend your countries flag over your face usingAdobe Photoshop. This is a simple process that any beginner can follow. Follow that tutorial and learn how to recreate this effect. If you are having problems feel free to contact us.
... read more
 
  Sponsors
twitter Facebook
Twitter Facebook
 
Random Tutorials
Straight and Crossover cable
  Title Straight and Crossover cable
  Author: Trick Digest
Linking to External Webpages
  Title Linking to External Webpages
  Author: Republicofcode
Tutorial Sites
  Title Tutorial Sites
  Author: Trick Digest
Lava Man/Human Torch
  Title Lava Man/Human Torch
  Author: Gorgodium
Wifi Setup
  Title Wifi Setup
  Author: Trick Digest
 
 
Links / Affiliates
 
Pixel Digest
A Adobe Photoshop tutorial site with useful tips and tricks.
 
Pixel Apex
An Adobe Photoshop, Flash and PHP Tutorial site, come and learn with us.
 
Tech 411
Your New Source For Tech Info!
 
Pixel2Life
Pixel2life is the largest tutorial search
engine on the internet catering to graphic
designers and programmers. From Photoshop
to Poser to C++, we have it all in the
fastest and friendliest search tool around.
 
Categories
3D Studio Max
Adobe Photoshop
Adobe Flash
Cascading Style Sheets (CSS)
Dreamweaver
Mobile
Networking
Inkscape
PHP Coding

Random Wallpaper
View More
 
Dreamweaver Database Untitled Document
 
Upload dreamweaver Database.

In this tutorial you will teach you how to upload a database to the web after creating it using dreamweaver.

Introduction:

This is a continuation of the Gallery tutorial, it can also be use with any tutorial that requires you to upload a database live to the web from dreamweaver. The database name are usually written out with a capital letter, lower case letter, number and underscore. example: myDBname_12

Log into your web account, look for something that says Manage MySQL. Here you can create the database. Its not necessary but it is simpler to create the database name on the web first, then do the same locally. Make sure you add a username and password.

The reason i suggest this is because sometimes the database name will not be accepted online. Now, the database name was created.

Step1:Setup database

Open Dreamweaver, Files tab and look for the Connection folder.

 

 

In the connection folder you will find a .php file. Open this file in code view and you will see the php codes below.

$hostname_trickd = "localhost";
$database_trickd = "trickd";
$username_trickd = "username";
$password_trickd = "mypassword";

First you have to upload the Connection and _mmServerScripts folder into the root of your web site. This is the same position as the index file.You will need to edit the .php file located in the connection folder. If you are using a FTP program to upload content to your site you can edit the uploaded file live from the FTP program.

If not, edit it from dreamweaver. Ask your hosting company for the Server Name for your MySQL database. Once you get that replace localhost with the Server Name, and enter the username and password.

 

 

Log into your web account click on Manage MySQL. Click on the database name you created earlier and click Access phpMyAdmin. When you do that you will see the window with the tabs above.

Click on SQL, here is where we can add the tables and any data you created locally. Go, back to EMS and we will extract the database.

 

Source Database

 

script Options

 

 

 

Click Finish.

This will take you to the script window, look for the code below

CREATE TABLE `main_tb` (
`id` int(11) NOT NULL auto_increment,
`title` varchar(100) default NULL,
`image` varchar(200) default NULL,
`thumbnail` varchar(200) default NULL,
`description` varchar(999) default NULL,
`imageURL` varchar(300) default NULL,
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=latin1;

Copy from Create Table, to the bottom just above the comment line.

Copy and Paste this into the SQL window and click OK. This will add the fields and any data you have in the database.

Finish:

Finished, Need help or have questions feel free to contact us.

 

 

 

 

 

This Tutorial was Created By Trick Digest
© 2010 trickdigest.com. All Rights Reserved.

 


Latest Tutorials / Tricks   Random Tutorials / Tricks   Links / Partners   Navigate Trick Digest
Lava Man/Human Torch
Colour paint effect in AS3
Normal Face to Photogenic Face
Lets design Basic Alien
Tutorial Sites
Delete Record
 
Colour paint effect in AS3
Follow the Path
Root Galaxy Tab
Customize theme
Text Light Blast
Tutorial Sites
iPhone 3.0 tmobile
 
Pixel Apex
Pixel Digest
Tech 411 Now
Pixel2Life
Majesticlicks
 
Tutorials
Support
Forum
Contact Us
Site Map
Links
Gallery

Copyright © 2008 - 2011 trickdigest.com, All Rights Reserved.