7.2-RELEASE #0: Fri May 1 08:49:13 UTC 2009
installed /usr/ports/databases/mysql60-server from ports
Endless problems Post Installation that seemed to go relatively ok!
Can't find any "support-files/mysql.server" mentioned above, probably wiped after "make install clean" ?
[ii] cd /usr/local/mysql-test ; perl mysql-test-run.pl ==>
/usr/local/mysql-test: No such file or directory.
To start -
cd /usr/local ; /usr/local/bin/mysqld_safe & ==>
Direct start attempt w/ /usr/local/etc/rc.d/mysql-server start ==>
But no server running
And
/usr/local/bin/mysql ==>
My rc.conf entries ==>
Tried the suggestions from all the threads in this forum, to no avail, even those outside.
ANY suggestions? or should I revert to vers. 5.x
Thanks!
installed /usr/ports/databases/mysql60-server from ports
_____________Only just saw a ref: to MySQL 6.0 is not being developed beyond the alpha stage. Does this mean that I should abandon it?
Endless problems Post Installation that seemed to go relatively ok!
Code:
# /usr/local/bin/mysql_install_db
Installing MySQL system tables...
091230 13:35:02 [ERROR] The update log is no longer supported by MySQL in version 5.0 and above. It is replaced by the binary log.
091230 13:35:02 [Note] Falcon: unable to open system data files.
091230 13:35:02 [Note] Falcon: creating new system data files.
091230 13:35:03 [Warning] Forcing shutdown of 2 plugins
OK
Filling help tables...
091230 13:35:04 [ERROR] The update log is no longer supported by MySQL in version 5.0 and above. It is replaced by the binary log.
091230 13:35:05 [Warning] Forcing shutdown of 2 plugins
OK
To start mysqld at boot time you have to copy
support-files/mysql.server to the right place for your system
---
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
---
Support MySQL by buying support/licenses from http://shop.mysql.com/
Can't find any "support-files/mysql.server" mentioned above, probably wiped after "make install clean" ?
[ii] cd /usr/local/mysql-test ; perl mysql-test-run.pl ==>
/usr/local/mysql-test: No such file or directory.
To start -
cd /usr/local ; /usr/local/bin/mysqld_safe & ==>
Code:
091230 17:45:16 mysqld_safe Logging to '/disk02/db/mysql/DATA/ax.lall.com.err'.
091230 17:45:16 mysqld_safe Starting mysqld daemon with databases from /disk02/db/mysql/DATA
091230 17:45:16 mysqld_safe mysqld from pid file /disk02/db/mysql/DATA/ax.lall.com.pid ended
[1] Done ( cd /usr/local; pwd; /usr/local/bin/mysqld_safe )
Direct start attempt w/ /usr/local/etc/rc.d/mysql-server start ==>
Code:
Starting mysql.
#
# ps -waux | grep mysql
root 89990 0.0 0.0 388 220 p0 R+ 5:52PM 0:00.00 grep mysql
But no server running
And
/usr/local/bin/mysql ==>
Code:
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/usr/tmp/mysql.sock' (2)
My rc.conf entries ==>
Code:
mysql_enable="YES"
mysql_limits="YES"
mysql_dbdir="/disk02/db/mysql/DATA"
mysql_args=""
Tried the suggestions from all the threads in this forum, to no avail, even those outside.
ANY suggestions? or should I revert to vers. 5.x
Thanks!