ispCP - Board - Support
Tickets today... - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Development Area (/forum-1.html)
+--- Forum: General discussion (/forum-11.html)
+--- Thread: Tickets today... (/thread-1588.html)

Pages: 1 2


RE: Tickets today... - BeNe - 10-25-2007 08:25 PM

Did you try BreakiĀ“s script for this Problem ?
--> http://www.isp-control.net/forum/perl-ispcp-setup-why-an-sql-root-pass-t-1531-3.html#pid13131
You can change the output to /dev/urandom and let the script run for 2-3 min. before you start with the ispcp-setup.

Greez BeNe


RE: Tickets today... - Philipp - 10-25-2007 09:12 PM

I just tried it but it seems to make no difference at all. I previously also tried the suggestions made by raphael in this post.


RE: Tickets today... - hardy - 10-25-2007 10:13 PM

I've found a workaround for Ticket #804. It could be a problem with bad syntax. The mysql-server 5 is using a stronger syntax check as version 4.
More details here:http://dev.mysql.com/doc/refman/5.0/en/faqs-sql-modes.html

My workaround:
-System Debian Etch - fresh installed (old PII machine) .
-actual trunk
-all necessary software modules installed

Now I edit the my.cnf file and add an extra line:
sql-mode=MYSQL4
then restart mysql
/etc/init.d/mysql restart
then
cd /var/www/ispcp/engine/setup
and
./ispcp-setup

I hope that helps, but I am not shure if sql-mode interferes with other functions of ispcp.


RE: Tickets today... - raphael - 10-26-2007 09:41 AM

I haven't had any problem importing the .sql file in a mysql 5.1 server