Results 1 to 6 of 6

Thread: what now

  1. #1
    Join Date
    Feb 2003
    Location
    Panorama City, CA
    Posts
    2,581

    what now

    couple thing i dont under-stand

    -) create the mysql database (usually phpBook) with mysqladmin. mysqladmin -u<your_mysql_user> -p<your_mysql_pass> create phpBook

    I think i did it right

    the rest is AHHH yeah

    mysqladmin = i use PHPmyadmin
    Last edited by Jeremy; 12-22-2006 at 11:32 AM.
    Remote Hands and Your Local Tech for the Los Angeles area.

    (310) 573-8050 - LinkedIn

  2. #2
    I'm sorry could you rephrase this ?

  3. #3
    Join Date
    Dec 2002
    Location
    NY, NY
    Posts
    3,974
    just telnet to ur server
    then login as mysql -uUSER -pPASS DB
    then write: Create table tablename(parameters);

  4. #4
    Join Date
    Mar 2003
    Posts
    73
    Sorry for the off-topic comment, but I have to say I like your sig.

  5. #5
    Join Date
    Dec 2002
    Location
    NY, NY
    Posts
    3,974

  6. #6
    Join Date
    Mar 2003
    Posts
    73
    Yep the quote.

Posting Permissions

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