How to make relation between dreamweaver and mySQL

Asked By 10 points N/A Posted on -
qa-featured

hello ,

please i have problem when i want to make relation between dreamweaver and my sql .. always have msgbox said that there is no database .. 

help me please .

 

thanks

SHARE
Answered By 0 points N/A #113839

How to make relation between dreamweaver and mySQL

qa-featured

1. First of all make sure all your Server , PHP or MySQL already integrated and configured well, I suggested you to use Appserv or XAMPP, it's free download software

2. After that Make sure your database already created , you can freely choose whether you create from MySQL command line ( DOS interface ) or you can use PhpMyAdmin, it's more simple by PhpMyAdmin.

3. Then Open your Dreamweaver, create your website title before you're going to link database to Dreamweaver, when it's done, find the Application – Database Tab at your right side , click '+' sign..you will find MySQL Connection Form show out.

4. Just Fill the MySQL Connection form for example like below :

    –  Connection name :  test1 ( free name )

    –  MySQL Server  : localhost ( if you're working in your own local PC )

   –   User name  : root ( if you're working in your own local PC )

   –  Password : Fill out MySQL password  ( while you filled it when installation of MySQL )

   –  Database : click select button, and choose the database name, or you can type the database name manually

After that, Click " Test" to Try out whether it been successful or Not 🙂

You can try out those above steps, if still having problem please don't hesitate to inform me again,

Good Luck 🙂

 

 

Related Questions