[Install] Mysql Error :( - 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: [Install] Mysql Error :( (/thread-996.html) Pages: 1 2 |
[Install] Mysql Error :( - Ryuuku - 07-18-2007 07:45 PM Hi ! Config : - Debian Etch - IspCP Daily snapshot 18/07/2007 After "perl engine/ispcp-setup" command , there is an error mysql : Code: ERROR: External command '/usr/bin/mysql --host=localhost --user=root --pass= < /tmp/db.sql 1>/tmp/db.sql.stdout 2>/tmp/db.sql.stderr' returned '1' status ! I don't think doing mistake before ... Could IspCP team confirm this error ? See you ! Ryu ! RE: [Install] Mysql Error :( - Ryuuku - 07-18-2007 07:52 PM ooops i thought post in "Installation & setup" section ... sry ! RE: [Install] Mysql Error :( - joximu - 07-18-2007 08:53 PM Try to run the command manually Code: /usr/bin/mysql --host=localhost --user=root --pass= /tmp/db.sql I think there is a password problem... you should give mysql/root a password and give the same password in the ispcp-setup (or use another user than root for mysql) /Joximu RE: [Install] Mysql Error :( - Ryuuku - 07-18-2007 10:09 PM Hi my Perl Helper ! Humm .. .. i gave a password for root ( mysqladmin ) ... and it's the same in ispcp-setup ^^ I'm going to try the command manually ^^ RE: [Install] Mysql Error :( - Ryuuku - 07-18-2007 10:56 PM Same error ^^ and with a new install . :/ Did someone install the lastest daily snapshot ? :S RE: [Install] Mysql Error :( - BeNe - 07-18-2007 11:03 PM Yes, but only the GUI and Engine not the DB. Did you get an Access Denieded with this: Code: /usr/bin/mysql --host=localhost --user=root --pass=YoUrPaSsWoRd If so, your root password is wrong Greez BeNe RE: [Install] Mysql Error :( - Ryuuku - 07-18-2007 11:27 PM BeNe Wrote:Did you get an Access Denieded with this: This command works well manually I 'm able to login in mysql server with this command Ryu ! RE: [Install] Mysql Error :( - joximu - 07-19-2007 05:10 AM You all use the same mysql root password... tststs... :-) RE: [Install] Mysql Error :( - Ryuuku - 07-19-2007 06:58 PM joximu Wrote:You all use the same mysql root password... tststs... :-) Yeah ... of course ! ... I still have the same error with daily snapshot 19/07/2007 . :S .. and i try to install it on a debian etch clean install ... :/ So strange .. Did somebody try and manage to install the last snapshot ? Ryu ! RE: [Install] Mysql Error :( - BeNe - 07-19-2007 07:13 PM Ryuuku Wrote:So strange .. Yes r715 on Etch from Scratch, and it works without any Problems! |