innodb on mysql

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    innodb on mysql

    Create: se_visitors
    Error: The 'InnoDB' feature is disabled; you need MySQL built with 'InnoDB' to have it working

    i am a newbi to mysql but how do i fix this, this off socal networkin instaill

    #2
    simple: change hosts.
    Ur current (mst likely free host) doesnt support d InnoDB engine, prolly just 'MyISAM' engine.

    Comment


      #3
      no i am on windows virtal pc sever,

      no free ****, i am good and coding but when it comes to somthing i not heard off i am lost on this

      Comment


        #4
        this is the bit i am lost on

        2. Edit the option file my.ini to ignore the builtin InnoDB, and
        load the InnoDB Plugin and all InnoDB Information Schema tables
        when the server starts:

        [mysqld]
        ignore_builtin_innodb
        plugin_load=innodb=ha_innodb.dll;innodb_trx=ha_inn odb.dll;innodb_locks=ha_innodb.dll;innodb_lock_wai ts=ha_innodb.dll;innodb_cmp=ha_innodb.dll;innodb_c mp_reset=ha_innodb.dll;innodb_cmpmem=ha_innodb.dll ;innodb_cmpmem_reset=ha_innodb.dll

        3. Start mysqld and enjoy!

        Comment


          #5
          think that requires the option to edit mysql configs which means dedicated hosting at the least

          Comment


            #6
            but i need for the the socail networking that i found on here

            Comment


              #7
              Edit the option file (my.cnf, or my.ini) to ignore the builtin InnoDB, and load the InnoDB Plugin and all new InnoDB Information Schema tables implemented in the InnoDB Plugin when the server starts:

              ignore_builtin_innodb
              plugin-load=innodb=ha_innodb.so;innodb_trx=ha_innodb.so;
              innodb_locks=ha_innodb.so;innodb_lock_waits=ha_inn odb.so;
              innodb_cmp=ha_innodb.so;innodb_cmp_reset=ha_innodb .so;
              innodb_cmpmem=ha_innodb.so;innodb_cmpmem_reset=ha_ innodb.so

              Note that all plugins for plugin-load should be on the same line in the option file. Alternatively, you can use the equivalent options on the MySQL command line:

              mysqld --ignore-builtin-innodb --plugin-load=innodb=ha_innodb.so;
              innodb_trx=ha_innodb.so;innodb_locks=ha_innodb.so;
              innodb_lock_waits=ha_innodb.so;innodb_cmp=ha_innod b.so;
              innodb_cmp_reset=ha_innodb.so;innodb_cmpmem=ha_inn odb.so;
              innodb_cmpmem_reset=ha_innodb.so


              were does that go and how do i do it

              Comment


                #8
                Omg someone help me

                Comment


                  #9
                  am pretty sure theres a forum out there somewer that can help u with that script *the social engine* isnt there any web site help encoded in the script. ??
                  Wapchat4u


                  Topsites4u

                  Comment


                    #10
                    i do not know due to i found the sripce on here and there no support for it

                    Comment


                      #11
                      ok here i work this out meet me on msn asap

                      Comment

                      Working...
                      X