Nach der "yast" mysql/mariadb Erst-Installation :

mysql muß initialisiert werden :


Dazu benutzt man 2 Kommandos : "rcmysql start"und "mysql_secure_installation"

Inzwischen rufe ich immer zu allererst "rcmysql start" auf. Die mysql Engine wird initialisiert und wird geladen ! Dort darf kein Fehler kommen.


Nach diesem allerersten Aufrufen von mysql wird automatisch der sogenannte "socket" (in  /var/run/mysql/mysql.sock) angelegt, vorher geht nämlich gar nichts. Evtl. (alos nicht immer !!) kommt am Ende des Ladevorganges diese Meldung:

Alternatively you can run: /usr/bin/mysql_secure_installation
which will also give you the option of removing the test databases and anonymous user created by default.  This is strongly recommended for production servers.

  • selbstverständlich lasse ich sofort (immer noch als root) diesen Script laufen:


[www.server.net - root] / $ /usr/bin/mysql_secure_installation

NOTE: RUNNING ALL PARTS OF THIS SCRIPT IS RECOMMENDED FOR ALL MySQL
      SERVERS IN PRODUCTION USE!  PLEASE READ EACH STEP CAREFULLY!

In order to log into MySQL to secure it, we'll need the current
password for the root user.  If you've just installed MySQL, and
you haven't set the root password yet, the password will be blank,
so you should just press enter here.

Enter current password for root (enter for none):
OK, successfully used password, moving on...

Setting the root password ensures that nobody can log into the MySQL
root user without the proper authorisation.

Set root password? [Y/n] y

New password:
Re-enter new password:
Password updated successfully!

Reloading privilege tables..
 ... Success!

By default, a MySQL installation has an anonymous user, allowing anyone
to log into MySQL without having to have a user account created for
them.  This is intended only for testing, and to make the installation
go a bit smoother.  You should remove them before moving into a
production environment.

Remove anonymous users? [Y/n] y
 ... Success!

Normally, root should only be allowed to connect from 'localhost'.  This
ensures that someone cannot guess at the root password from the network.

Disallow root login remotely? [Y/n] y
 ... Success!

By default, MySQL comes with a database named 'test' that anyone can
access.  This is also intended only for testing, and should be removed
before moving into a production environment
.

Remove test database and access to it? [Y/n] y
 - Dropping test database...
 ... Success!
 - Removing privileges on test database...
 ... Success!

Reloading the privilege tables will ensure that all changes made so far
will take effect immediately.

Reload privilege tables now? [Y/n] y
 ... Success!

Cleaning up...

All done!  If you've completed all of the above steps, your MySQL
installation should now be secure.

Thanks for using MySQL!

Für Typo3 innodb aktivieren ???

Das innodb System brauchen wir bei Typo3 für die schnelle Indizierung der (temporären!!) Cache Dateien. Also in /etc/ in der datei my.cnf die innodb Zeilen aktivieren.

Und hier ein Versuch, etwas mehr Transparenz in die 1 Giga große ibdat1.dat Datei zu bekommen:

# testweise hinzugefuegt von gr am 5.6.2011
innodb_file_per_table

Das war aber ganz grosser Käse, erzeugt jede Menge immer weiter aufgeblähten Dateien und schüttet die Platten zu wie nix. Also "!! für unseren Zweck !!" ist das Unsinn.

Also mal sehen, was mysql daraus macht - es werden jede Menge Dateien angelegt und alle sind mindestens um die 1 GB groß, das ist also für unserere !! Größenordnung bislang unsinnig. - schnell wieder auskommentiert und durch Neuinstallation bereinigt.
-
Achtung, ab mysql (jetzt von Oracle) Version 5.5 ist innodb die Standard Eigine.

Wir drehen das Rad künstlich zurück.
-

Die Installation prüfen

apache und mysql laufen



Startseite -- © 2001/2022 - Copyright by Dipl.-Ing. Gert Redlich / Germany - D-65191 Wiesbaden - Telefon-Nummer - Impressum