Unsupported Screen Size: The viewport size is too small for the theme to render properly.

Mysql/PHP

forums forums Mysql/PHP

  • This topic is empty.
Viewing 2 reply threads
  • Author
    Posts
    • #15739
      Shadow
      Member

      Perhaps you could check out PHP's manual as PHP contains built in support for MySql…

      (Hint: look for functions whose name starts with “mysql_”, such as mysql_connect(DBHOST, DBUSER, DBPASS))

    • #15740
      Invise
      Member

      I want to ask..why when I hit connect…comes a message which tells me :

      Error No 1130..”Host **** is not allowed to connect to this MySQL server”

      What is this?..And what I should do ? Please help me ! 😉

    • #15741
      Shadow
      Member

      Well, it means that the machine you are attmpting to connect from is not allowed to do so. It is either locked out in the hosts table, or the user in whose name you attempt to connect has a machine name specified – the latter is more likely. You need to set up an account in the form of my_username@my_machine where my_machine is either the complete name of your computer or its IP address (given it is fixed…) or just use '%' instead of my_machine thus allowing my_username to connect from any hosts.

Viewing 2 reply threads
  • You must be logged in to reply to this topic.