Beiträge von Syntax

    190320 12:37:18 mysqld_safe mysqld from pid file /var/db/mysql/****.pid ended

    190320 12:44:11 mysqld_safe Starting mysqld daemon with databases from /var/db/mysql

    190320 12:44:11 InnoDB: The InnoDB memory heap is disabled

    190320 12:44:11 InnoDB: Mutexes and rw_locks use GCC atomic builtins

    190320 12:44:11 InnoDB: Compressed tables use zlib 1.2.8

    190320 12:44:11 InnoDB: Initializing buffer pool, size = 128.0M

    190320 12:44:11 InnoDB: Completed initialization of buffer pool

    InnoDB: Error: log file ./ib_logfile0 is of different size 0 50331648 bytes

    InnoDB: than specified in the .cnf file 0 5242880 bytes!

    190320 12:44:11 [ERROR] Plugin 'InnoDB' init function returned error.

    190320 12:44:11 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.

    190320 12:44:11 [ERROR] Unknown/unsupported storage engine: InnoDB

    190320 12:44:11 [ERROR] Aborting


    190320 12:44:11 [Note] /usr/local/libexec/mysqld: Shutdown complete


    190320 12:44:11 mysqld_safe mysqld from pid file /var/db/mysql/nacirema.pid ended


    Das sagt mir die mysql-log

    Erstmal danke dir,

    jetzt besteht noch ein Problem wenn ich mysql starten will und dann mysql eingebe kommt der error 2002:
    Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)

    Ich bin momentan noch am googeln aber vielleicht ist jemand schneller der mir diesen Fehler erklären kann

    Wollte gerade Serverfiles aufsetzten und bekomme direkt den fehler "Access denied for user root@localhost (using password: yes)"


    Wo kann ich denn genau das mysql passwort finden und abändern damit ich die files starten kann ?
    Muss ich was bestimmtes beachten ?

    Und ja ich bin Anfänger :P


    Danke euch im vorraus ^^

    das ist mir schon klar :D , will ja erstmal schauen das ich so files überhaupt aufsetzen kann. Mehr Fehler = mehr Ahnung von dem was ich da gerade versuche zu verstehen :P

    Warum nicht direkt Files aufsetzen mit denen sich arbeiten lässt und erstmal gucken das man dinge einbaut und wenn man da scheitert weiter gucken ? z.B. Fliege Files für den Anfang und wenn man dann klar kommt auf Marty umsteigen ?

    Wäre eine idee :D Ich spiele grad mit allem rum was mir in die hände fliegt damit ich mal so ein kleinen überblick über alles bekomme. Effektives lernen in meinem fall :P
    Wie gesagt juckt mich nur was mir dieser error genau sagen soll. Und ich nutze so oder so keine fremden files da ich die ganzen backdoors net suchen will ^^

    das ist mir schon klar :D , will ja erstmal schauen das ich so files überhaupt aufsetzen kann. Mehr Fehler = mehr Ahnung von dem was ich da gerade versuche zu verstehen :P

    Okay soweit so gut jetzt weint nurnoch die db rum


    190316 15:48:47 mysqld_safe Starting mysqld daemon with databases from /var/db/mysql

    Warning: World-writable config file '/var/db/mysql/my.cnf' is ignored

    Warning: World-writable config file '/var/db/mysql/my.cnf' is ignored

    190316 15:48:48 InnoDB: The InnoDB memory heap is disabled

    190316 15:48:48 InnoDB: Mutexes and rw_locks use GCC atomic builtins

    190316 15:48:48 InnoDB: Compressed tables use zlib 1.2.8

    190316 15:48:48 InnoDB: Initializing buffer pool, size = 128.0M

    190316 15:48:48 InnoDB: Completed initialization of buffer pool

    InnoDB: Error: log file ./ib_logfile0 is of different size 0 50331648 bytes

    InnoDB: than specified in the .cnf file 0 5242880 bytes!

    190316 15:48:48 [ERROR] Plugin 'InnoDB' init function returned error.

    190316 15:48:48 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.

    190316 15:48:48 [ERROR] Unknown/unsupported storage engine: InnoDB

    190316 15:48:48 [ERROR] Aborting


    190316 15:48:48 [Note] /usr/local/libexec/mysqld: Shutdown complete


    190316 15:48:48 mysqld_safe mysqld from pid file /var/db/mysql/nacirema.pid ended


    blicke da nicht ganz durch


    Wie viele Channels sollen gestartet werden?1

    Shared object "libmysqlclient.so.18" not found, required by "db"

    Shared object "libIL.so.2" not found, required by "game"

    Shared object "libIL.so.2" not found, required by "game"

    Shared object "libIL.so.2" not found, required by "game"

    Shared object "libIL.so.2" not found, required by "game"

    Shared object "libIL.so.2" not found, required by "game"

    Shared object "libIL.so.2" not found, required by "game"

    Shared object "libIL.so.2" not found, required by "game"


    Das kommt bei mir wenn ich bash installiere, mysql.tar.gz in /var/db entpacke, die home.tar.gz direkt im / verzeichnis entpacke (home ordner) und die M2Tec_files in /usr/home/ entpacke


    Bin totaler Anfänger und mich interessiert wie ihr das so schnell hinbekommt :D

    Bräuchte mal kurz Hilfe....


    Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /var/customers/webs/*****/index.php on line 12 Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /var/customers/webs/*****/index.php on line 13

    Ich würde gerne diesen Fehler beheben aber habe 0 Kenntnisse mit Mysqli was müsste ich am Code ändern um diesen Fehler beheben zu können ?

    Line 12 and 13


    $sqlHp = mysql_connect(SQL_HP_HOST, SQL_HP_USER, SQL_HP_PASS);

    $sqlServ = mysql_connect(SQL_HOST, SQL_USER, SQL_PASS);


    Danke schonmal für eure hilfe