Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7838653
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T15:10:13+00:00 2026-06-02T15:10:13+00:00

I know how to configure MySQL database in Play 2.0 by specifying these in

  • 0

I know how to configure MySQL database in Play 2.0 by specifying these in application.conf:

db.default.driver=com.mysql.jdbc.Driver
db.default.url="jdbc:mysql://localhost/test"
db.default.user="root" 
db.default.password="" 

and putting this in
val appDependencies = Seq(
“mysql” % “mysql-connector-java” % “5.1.18”)

in Build.scala file.    

But how do I achieve the same in Play 1.2 framework ?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-02T15:10:15+00:00Added an answer on June 2, 2026 at 3:10 pm

    To connect to a local MySQL database, put the settings in your application.conf file in the following format:

    db=mysql:user:pwd@database_name
    

    (So in your case it would be db=mysql:root:@test)

    There is no need to add any dependencies – MySQL is already included.

    The longer format of configuration would be like this:

    db.driver=com.mysql.jdbc.Driver
    db.url=jdbc:mysql://localhost/test
    db.user=root
    db.pass=
    

    See Play Framework documentation form more info.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am currently accessing the database by $_SESSION['connection'] = odbc_connect('Driver={MySQL ODBC 5.1 Driver};Server=localhost;Database=mysql;Option=3;', 'root',
I just wanted to know how to configure FCKEditor to upload files and images
I am trying to reach the following result here I know how to configure
FTPS in IIS 7.5 is cool. Do you know how to configure it?
I'd like to know how I can configure TortoiseHg Workbench so it alawys supplies
Does anyone know of a DB setting in DotNetNuke, where you can configure ALL
I have a little problem with autoconf, I know that you can use configure.ac
I'm using Tomcat 6.0, and I want to know how can I configure Tomcat's
My Rails 3.1 application connects to 2 databases, one is the default, the other
In my java program I used Hybernate technology to access MySQL database table called

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.