MySQL streikt >.<

08/13/2011 01:21 .TehRoot'#1
Was heißt das schon wieder ?

Code:
: 
Installing MySQL system tables...
OK
Filling help tables...
OK

To start mysqld at boot time you have to copy
support-files/mysql.server to the right place for your system

PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !
To do so, start the server, then issue the following commands:

/usr/local/bin/mysqladmin -u root password 'new-password'
/usr/local/bin/mysqladmin -u root -h MEINE NUMMER!.worldstream.nl password 'new-password'

Alternatively you can run:
/usr/local/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.

See the manual for more instructions.

You can start the MySQL daemon with:
cd /usr/local ; /usr/local/bin/mysqld_safe &

You can test the MySQL daemon with mysql-test-run.pl
cd /usr/local/mysql-test ; perl mysql-test-run.pl

Please report any problems with the /usr/local/bin/mysqlbug script!
Hab das PW jetzt gesetzt... -.-

Help me ;D
08/13/2011 05:58 ☆RealPain#2
Kannst du dich denn über
mysql -p einloggen jetzt oder nicht ?
Wenn ja ist das alles in Ordnung *da ich hier kein Fehler drin seh*
Wenn es nicht geht meld dich mal bei mir ;)
08/13/2011 07:22 A_Flashstyler#3
mysql_enable="YES" in /etc/rc.conf eintragen und shutdown -r now!
08/13/2011 07:40 alg0r!thm#4
Quote:
Originally Posted by A_Flashstyler View Post
mysql_enable="YES" in /etc/rc.conf eintragen und shutdown -r now!
Öhm darf ich mal wissen wo du so einen totalen schwachsinnigen und völlig verblödeten Mist her hast?
Mit
PHP Code:
shutdown -
würde er seinen Rootserver komplett runterfahren so das er für ihn erst wieder erreichbar ist wenn der Hoster ihn wieder anschaltet.
'& b2t. das was dir von der MySQL Installation bzw. dem Server ausgegeben wird heißt nur das du den Befehl
PHP Code:
/usr/local/bin/mysql_install_db 
erfolgreich ausgeführt hat und du mit der gewohnten MySQL Installation weitermachen kannst.


Lg,
Daniiel'