A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: MySQL Questions

  1. #1
    the cheesy child bounceboy's Avatar
    Join Date
    Dec 2008
    Location
    Australia
    Posts
    323

    MySQL Questions

    What do you use to make and edit a mySQL database table?

    Thats my only question.

    I'm trying to make a FLASH/PHP/MySQL login/register system.

    I'm sure it will be pretty cool at the end because I haven't done anything like this yet.

  2. #2
    Registered User
    Join Date
    Feb 2001
    Posts
    13,039
    Hi,

    most likely your host offers the phpmyadmin tool to manage your database; you might have to create a database first in the site control panel or find its access details there.
    Once you get to this tool, you should be greeted with a "create new table" form (how many rows will the new table have) and an SQL button. If you have a create script, you can just click SQL, paste it into the sql window and click ok

    Musicman

  3. #3
    the cheesy child bounceboy's Avatar
    Join Date
    Dec 2008
    Location
    Australia
    Posts
    323
    Hi, thanks for responding.

    In the control panel all I can do is make databases, I only get to choose a name which it adds a prefix to.

    a bit annoying really.

    anyway is there access to phpmyadmin somewhere else?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center