Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • sethu 15 posts 35 karma points
    Oct 21, 2011 @ 20:16
    sethu
    0

    how to create a own database talbes in umbraco

    Hi

     

    Can you please tell how to create a customzed tables in mysql database

     

    Thanks in advance

    sethu

  • Jamie Howarth 306 posts 773 karma points c-trib
    Oct 23, 2011 @ 16:48
    Jamie Howarth
    0

    Hey sethu,

    You can use HeidiSQL as a nice GUI for connecting to and managing your MySQL databases. Once you've done that, DEWD is a custom table editor for the Umbraco dashboard. However, its' last build was for Umbraco 4.0, and I do not know if it supports MySQL out of the box, so YMMV.

    HTH,

    Benjamin

  • brownsmith 4 posts 24 karma points
    Nov 12, 2011 @ 10:57
    brownsmith
    0

    Hello,

    I also face the same problem but i don't know what should i do?

    pls help me as much as can possible.

    Thanks in advance

  • Tim 1193 posts 2675 karma points MVP 3x c-trib
    Nov 18, 2011 @ 13:47
    Tim
    0

    @brownsmith, as Ben mentions, unless you're familiar with the mysql command line (which it sounds like you aren't), you'll need to install a visual tool for connecting to MySQL. HeidiSQL (linked in Ben's) reply is a good client to use. It works pretty similarly to SQL Server's Management studio (if you're familiar with that tool).

    I you're not that familiar with MySQL, I'd recommend reading through some of the documentation on the MySQL website. Here's the section on creating tables:

    http://dev.mysql.com/doc/refman/5.6/en/create-table.html

    The page below has tutorials on how to create tables in MySQL using several methods:

    http://www.ntchosting.com/mysql/create-table.html

    Hope that helps!

  • All Blonde 86 posts 138 karma points
    Dec 15, 2011 @ 17:50
    All Blonde
    0

    You can get pretty good Admin GUI from http://dev.mysql.com/downloads/gui-tools/5.0.html. I using it since MySQL5 became availiable and it is easy to use and install. Allow you to build querries,tables and what ever your needs are. Not the same as SQL managment studio but pretty close to it.

Please Sign in or register to post replies

Write your reply to:

Draft