Menu

#3 INSTALL mysql_create_db() problem

open
nobody
None
5
2004-07-15
2004-07-15
Anonymous
No

newer versions of MySQL don't support
mysql_create_db("database"), if you change it to :
mysql_query("CREATE DATABASE database") it should work.

Discussion

  • carl beech

    carl beech - 2004-07-23

    Logged In: YES
    user_id=187985

    Many thanks for the information - I will alter my install
    program accordingly.
    - Carl.

     
  • carl beech

    carl beech - 2004-07-23

    Logged In: YES
    user_id=187985

    Many thanks for the information - I will alter my install
    program accordingly.
    - Carl.

     

Log in to post a comment.