Welcome, Guest
  • Author Topic: my sql data base  (Read 1790 times)

    Ben

    • Server what's that
    • *
    • Posts: 29
      • View Profile
      • Email
    my sql data base
    « on: 12/09/02, 12:21 »
    how do I create a blank mysql data base???
    Ben

    Jorge Solis

    • Global Moderator
    • Systems Administrator
    • *****
    • Posts: 14616
      • View Profile
    Re:my sql data base
    « Reply #1 on: 12/11/02, 08:59 »
    If you have phpMyAdmin, simple put the name in the box Create new Database. If you havenīt phpMyAdmin, download it from http://phpwizard.net/projects/phpMyAdmin/

    Jorge

    Ben

    • Server what's that
    • *
    • Posts: 29
      • View Profile
      • Email
    Re:my sql data base
    « Reply #2 on: 12/11/02, 15:46 »
    I downloaded phpmyadmin...but I dont under stand what to do with it...also phpmyadmin is available with my host but...it alsway results in error...
    Ben

    Jorge Solis

    • Global Moderator
    • Systems Administrator
    • *****
    • Posts: 14616
      • View Profile
    Re:my sql data base
    « Reply #3 on: 12/11/02, 16:36 »
    Your provider has the obligation of offers you support about this. Anyway, in order to work, phpMyAdmin needs  a properly set up MySQL-user who can read/write (your provider gives you one). Open your config.inc.php3 in your favourite editor and change the values for host, user and password to fit your environment. Then put the all files in some folder in your root folder and that's it. If is a shared server, perhaps it shows you all the databases in the server, but the only one you can modify it's yours. Ok, I have the same problem with my provider

    Jorge

    Coby

    • Server what's that
    • *
    • Posts: 2
      • View Profile
      • harried working schmo
      • Email
    Re:my sql data base
    « Reply #4 on: 12/12/02, 19:10 »
    What about setting up PHPAdmin on local host-
    can you give me some directions?
    Thanx
    There is nothing that can't be figured out....
    after around 5000 re-codes.

    Jorge Solis

    • Global Moderator
    • Systems Administrator
    • *****
    • Posts: 14616
      • View Profile
    Re:my sql data base
    « Reply #5 on: 12/13/02, 12:25 »
    Is the same way as put it in other server. Just put all the stuff in a folder inside your local httdocs folder, change the values of the config.inc.php3 (seting locally, if nobody's else acces your computer, I use a root user without password, don't do the same in a Web enviroment!!) and that's it

    Jorge