-
Just read AS3AP..and learned about the 12 hour limit. Thanks so much for your help Andy. I am really getting interested in OSDB. I will be posting another thread about postgresql if I have issues with it.
2009-04-23 21:16:36 UTC in Open Source Database Benchmark
-
Here's whats going on. In /etc/ I found 4 files: my-huge.cnf, my-large.cnf,my-medium.cnf,my-small.cnf
I renamed my-large.cnf to my.cnf and now when I type mysql on the command line I get root@thinkpad2:/etc# mysql
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysql/mysql.sock' (2)
I am assuming that mysql was running with no configuration file because...
2009-04-23 20:31:51 UTC in Open Source Database Benchmark
-
hmm, when i go to that directory, the file is not there.
2009-04-23 17:49:34 UTC in Open Source Database Benchmark
-
yes!
root@thinkpad2:~# mysql_config --socket
/var/run/mysql/mysql.sock
its mysql_config..now with that information, how can we get this running?.
2009-04-23 17:30:55 UTC in Open Source Database Benchmark
-
it seems i do not have a my.cnf file on my system
and
that command does not work. this is really strange.
2009-04-23 15:58:59 UTC in Open Source Database Benchmark
-
root@thinkpad2:~# lsof | grep -i mysql | grep sock
mysqld 3909 mysql 12u unix 0xf7900c80 16079 /tmp/mysql.sock.
2009-04-23 13:34:39 UTC in Open Source Database Benchmark
-
anyone?.
2009-04-23 06:18:56 UTC in Open Source Database Benchmark
-
nope still have the same problem.
/var/run/mysql/mysql.sock does not exist, you sure this isnt the problem? mysql server is 100% up and running.
2009-04-21 21:30:38 UTC in Open Source Database Benchmark
-
root@thinkpad2:/usr/local/bin# ./osdb-my --generate-files --size 10MB
OSDB 0.21
Invoked: ./osdb-my --generate-files --size 10MB
Compile-time options: none
Restrictions: none
Error in test Test Initialization at (7620)osdb-my.c:3659:
... connect for create failed
mysql reports: 2002: Can't connect to local MySQL server through socket '/var/run/mysql/mysql.sock' (2)
perror() reports...
2009-04-21 17:49:06 UTC in Open Source Database Benchmark
-
no i did not just copy the files. i started from scratch on the new system. here is the log:
checking for mysql_config... /usr/bin/mysql_config
configure: MySQL version is 5.0.37
checking MySQL compiler options... -I/usr/include/mysql -march=i486 -mtune=i686
checking MySQL linker options... -L/usr/lib/mysql -lmysqlclient -lz -lcrypt -lnsl -lm -L/usr/lib -lssl -lcrypto
checking for gcc.....
2009-04-21 17:47:11 UTC in Open Source Database Benchmark