G|N|
Legacy Member
ik heb mysql proberen te installeren (mysql-standard-4.0.20-pc-linux-i686)
en als ik ./configure --prefix=/opt/mysql doe dan krijg ik deze error:
en als ik ./configure --prefix=/opt/mysql doe dan krijg ik deze error:
Code:
wout@server:/opt/mysql-standard-4.0.20-pc-linux-i686$ ./configure --prefix=/opt/mysql
NOTE: This is a MySQL binary distribution. It's ready to run, you don't
need to configure it!
To help you a bit, I am now going to create the needed MySQL databases
and start the MySQL server for you. If you run into any trouble, please
consult the MySQL manual, that you can find in the Docs directory.
WARNING: The host 'server.thuis.lan' could not be looked up with resolveip.
This probably means that your libc libraries are not 100 % compatible
with this binary MySQL version. The MySQL daemon, mysqld, should work
normally with the exception that host name resolving will not work.
This means that you should use IP addresses instead of hostnames
when specifying MySQL privileges !
mkdir: cannot create directory `./data/mysql': Permission denied
chmod: getting attributes of `./data/mysql': Permission denied
mkdir: cannot create directory `./data/test': Permission denied
chmod: getting attributes of `./data/test': Permission denied
Preparing db table
Preparing host table
Preparing user table
Preparing func table
Preparing tables_priv table
Preparing columns_priv table
Installing all prepared tables
040824 17:28:54 Warning: Can't create test file /opt/mysql-standard-4.0.20-pc-linux-i686/data/server.lower-test
040824 17:28:54 Warning: Asked for 196608 thread stack, but got 126976
./bin/mysqld: Can't change dir to '/opt/mysql-standard-4.0.20-pc-linux-i686/./data/' (Errcode: 13)
040824 17:28:54 Aborting
040824 17:28:54 ./bin/mysqld: Shutdown Complete
Installation of grant tables failed!
Examine the logs in ./data for more information.
You can also try to start the mysqld daemon with:
./bin/mysqld --skip-grant &
You can use the command line tool
./bin/mysql to connect to the mysql
database and look at the grant tables:
shell> ./bin/mysql -u root mysql
mysql> show tables
Try 'mysqld --help' if you have problems with paths. Using --log
gives you a log in ./data 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 ./bin/mysqlbug script!
wout@server:/opt/mysql-standard-4.0.20-pc-linux-i686$ ./configure --prefix=/opt/mysql
NOTE: This is a MySQL binary distribution. It's ready to run, you don't
need to configure it!
To help you a bit, I am now going to create the needed MySQL databases
and start the MySQL server for you. If you run into any trouble, please
consult the MySQL manual, that you can find in the Docs directory.
WARNING: The host 'server.thuis.lan' could not be looked up with resolveip.
This probably means that your libc libraries are not 100 % compatible
with this binary MySQL version. The MySQL daemon, mysqld, should work
normally with the exception that host name resolving will not work.
This means that you should use IP addresses instead of hostnames
when specifying MySQL privileges !
mkdir: cannot create directory `./data/mysql': Permission denied
chmod: getting attributes of `./data/mysql': Permission denied
mkdir: cannot create directory `./data/test': Permission denied
chmod: getting attributes of `./data/test': Permission denied
Preparing db table
Preparing host table
Preparing user table
Preparing func table
Preparing tables_priv table
Preparing columns_priv table
Installing all prepared tables
040824 17:29:55 Warning: Can't create test file /opt/mysql-standard-4.0.20-pc-linux-i686/data/server.lower-test
040824 17:29:55 Warning: Asked for 196608 thread stack, but got 126976
./bin/mysqld: Can't change dir to '/opt/mysql-standard-4.0.20-pc-linux-i686/./data/' (Errcode: 13)
040824 17:29:55 Aborting
040824 17:29:55 ./bin/mysqld: Shutdown Complete
Installation of grant tables failed!
Examine the logs in ./data for more information.
You can also try to start the mysqld daemon with:
./bin/mysqld --skip-grant &
You can use the command line tool
./bin/mysql to connect to the mysql
database and look at the grant tables:
shell> ./bin/mysql -u root mysql
mysql> show tables
Try 'mysqld --help' if you have problems with paths. Using --log
gives you a log in ./data 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 ./bin/mysqlbug script!