MySql unter SuSe 11(64bit)

T

tworule

Grünschnabel
Hallo.

In der Hochschule werden wir demnächst mit SQL arbeiten und ich möchte gerne auf SuSe 11 SQL benutzen. Ich habe mysql Version 5.0.51a installiert und zwar hab ich das über SuSe 11 Webpin gemacht. Unter YaSt habe ich nochmal geguckt ob mysql wirklich drauf ist und dem ist auch so. Nur wenn ich den Befehl: etc/init.d/mysql restart ausführe bekomme ich folgende Fehlermeldung:

Code:
@localhost:/> /etc/init.d/mysql restart
Restarting service MySQL
Shutting down service MySQL                                          done
find: `/var/lib/mysql/.protected': Permission denied
find: `/var/lib/mysql/.protected': Permission denied
Creating MySQL privilege database...
mkdir: cannot create directory `/var/lib/mysql/mysql': Permission denied
chmod: cannot access `/var/lib/mysql/mysql': No such file or directory
mkdir: cannot create directory `/var/lib/mysql/test': Permission denied
chmod: cannot access `/var/lib/mysql/test': No such file or directory
Installing MySQL system tables...
081029 20:04:16 [Warning] Can't create test file /var/lib/mysql/localhost.lower-test
081029 20:04:16 [Warning] Can't create test file /var/lib/mysql/localhost.lower-test
081029 20:04:16 [Warning] One can only use the --user switch if running as root

ERROR: 1049  Unknown database 'mysql'
081029 20:04:16 [ERROR] Aborting

081029 20:04:16 [Note] /usr/sbin/mysqld: Shutdown complete

Installation of system tables failed!

Examine the logs in /var/lib/mysql for more information.
You can try to start the mysqld daemon with:
/usr/sbin/mysqld --skip-grant &
and use the command line tool
/usr/bin/mysql to connect to the mysql
database and look at the grant tables:

shell> /usr/bin/mysql -u root mysql
mysql> show tables

Try 'mysqld --help' if you have problems with paths. Using --log
gives you a log in /var/lib/mysql that may be helpful.

The latest information about MySQL is available on the web at
http://www.mysql.com
Please consult the MySQL manual section: 'Problems running mysql_install_db',
and the manual section that describes problems on your OS.
Another information source is the MySQL email archive.
Please check all of the above before mailing us!
And if you do mail us, you MUST use the /usr/bin/mysqlbug script!
                                                                     failed

Ich weiß nicht was ich falsch gemacht habe.
Bin für jeden Tipp dankbar.
 
Ich habs auch mit sudo und anschliessend mit dem root password versucht, aber ohne Erfolg.
 
Dafür muss sudo auch richtig konfiguriert sein, was du vermutlich nicht getan hast.

Melde dich mal mit

Code:
su
# hier das root-Passwort eintippeln, wird nicht angezeigt

als root an und versuch's dann noch mal.
 

Ähnliche Themen

Nginx als Reverse Proxy für Nextcloud und Emby

Zugriff Ubuntu 16.04. auf Freigabe 18.04. LTS nicht möglich

JBidWatcher: Problem bei loading Auctions in Verbindung mit mySQL

X startet nichtmehr

Akonadi startet nicht mehr

Zurück
Oben