Salve a tutti,
allora vi spiego cosa non mi torna:
Ho deciso di installare mysql tramite la compilazione dei pacchetti e ho deciso di seguire la guida presente a questo link (http://server.html.it/articoli/leggi...s-x-leopard/5/), ho seguito tutto alla lettera tranne che per scaricare i pacchetti i quali li ho copiati dentro la cartella dopo averli scaricati dal sito ufficiale (senza usare il curl) per intenderci. quando però vado a lanciare il comando per il compile ./configure \ mi da il seguente risultato:
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.
Installing MySQL system tables...
081108 1:47:02 [Warning] Setting lower_case_table_names=2 because file system for /usr/local/src/mysql-5.0.67-osx10.5-x86/data/ is case insensitive
OK
Filling help tables...
081108 1:47:02 [Warning] Setting lower_case_table_names=2 because file system for /usr/local/src/mysql-5.0.67-osx10.5-x86/data/ is case insensitive
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:
./bin/mysqladmin -u root password 'new-password'
./bin/mysqladmin -u root -h macbook-di-gianni-vieri.local password 'new-password'
Alternatively you can run:
./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 . ; ./bin/mysqld_safe &
You can test the MySQL daemon with mysql-test-run.pl
cd mysql-test ; perl mysql-test-run.pl
Please report any problems with the ./bin/mysqlbug script!
The latest information about MySQL is available on the web at
http://www.mysql.com
Support MySQL by buying support/licenses at http://shop.mysql.com
Starting the mysqld server. You can test that it is up and running
with the command:
./bin/mysqladmin version
macbook-di-gianni-vieri:mysql-5.0.67-osx10.5-x86 giannivieri$ chown: /usr/local/src/mysql-5.0.67-osx10.5-x86/data/macbook-di-gianni-vieri.local.err: Operation not permitted
Starting mysqld daemon with databases from /usr/local/src/mysql-5.0.67-osx10.5-x86/data
Vuol dire che ha già installato i pacchetti da sè oppure ho sbagliato qualche cosa?????vi prego di aiutarmi...

Rispondi quotando