Menu

Impossible to create a table in Mysql

Help
2003-07-05
2003-07-07
  • Alain Perrenoud

    Alain Perrenoud - 2003-07-05

    Hello,

    It's impossible to create anything in Mysql . I always have this message :

    Warning: mysql_connect() [function.mysql-connect]: Unknown MySQL Server Host 'http' (1) in /home/.sites/137/site197/web/phpform/process3.php on line 265
    Could not establish connection to MySQL database with the information provided

    What to do ?
    Thanks.

    Alain

     
    • Musawir Ali

      Musawir Ali - 2003-07-05

      provide the correct mysql information! When it asks for the mysql hostname, you're not supposed to put http:// in it.. http is only for web content (hyper text transfer protocol).

       
    • Alain Perrenoud

      Alain Perrenoud - 2003-07-05

      Hi Musawir,
      Thxs for your quick answer.
      I can generate a database-file. But when I want to connect to my host I still have this error.

      Warning: mysql_connect() [function.mysql-connect]: Unknown MySQL Server Host 'cobalt52.infomaniak.ch/MySQLAdmin/' (1) in /home/.sites/137/site197/web/phpform/process3.php on line 265

      Tks and kind regards.

      Alain

       
    • Musawir Ali

      Musawir Ali - 2003-07-06

      MySQLAdmin is not your server host, it just a program that displays your database info and helps you manage it. Your MySQL server hostname should be something like mysql.mydomain.com . Ask your webmaster or server administrator for this info, don't guess on server hostnames. If the MySQL server is installed on the same machine as your webserver, you can use localhost as your mysql hostname in most cases. Check your config.inc.php in your MySQLAdmin directory and see what server hostname it uses and then use the same for the form generator.

       
    • Alain Perrenoud

      Alain Perrenoud - 2003-07-07

      Dear Musawir,

      Thanks a lot, everyrthing works fine. What a great form you did !
      CU

      Alain

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.