A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: A simple SQL command in PHPmyadmin :( ???

  1. #1
    Owner of the ™ thread tublu's Avatar
    Join Date
    Nov 2000
    Posts
    2,430
    Am trying to install PHPNUKE ... SQL DB created , user exists , have got acces to PHPMYAdmin ... but twhat to write there ??
    The FAQ says
    Code:
    2) Now fill the databases with the tables in nuke.sql file:
    
        mysql nuke < nuke.sql
    but when i enter the same .... gives error ...
    Database nuke
    Error
    SQL-query:

    mysql nuke < nuke.sql
    MySQL said: You have an error in your SQL syntax near 'mysql nuke < nuke.sql' at line 1

  2. #2
    Senior Member
    Join Date
    Aug 2000
    Posts
    159
    hmmmm did you try this

    mysql nuke < nuke.sql; always have to have the ";" as the end just as in PHP

    That might be a stupid answer. If so sorry.. I normally fill all my tables the harder old fashion way.


  3. #3
    Owner of the ™ thread tublu's Avatar
    Join Date
    Nov 2000
    Posts
    2,430
    OK... Guys ,,, I managed to do it . Was pretty simple ... me was Duh !!
    lol

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