Breaki Wrote:Adel Wrote:when i try to put again or change the pwd and i write:
mysql -u root -p mypassword i get:
the problem is, you are using the wrong command, imho you have to use
and enter your password on prompt, or
Code:
mysql -u root -pYOUR_PASSWORD
without the space between -p and your password.
Greetz
Thanks to both of you again for help.
now mysql after i setup pwd it connects OK working fine.
Now i put everything fresh installaion again following the perfect setup
now mysql after i setup pwd it connects OK working fine.
and installed ispcp rc3 the end of the installation it says :
Congratulations
ispcp installed successfully.
the i write : admin.server1.mydomain.com
i got : Server not found
so i tried :
http://www.mydomain.com & server1.mydomain.com both
i got a php script :
<?php
/**
* ispCP ω (OMEGA) a Virtual Hosting Control System
*
* @copyright 2001-2006 by moleSoftware GmbH
* @copyright 2006-2007 by ispCP |
http://isp-control.net
* @link
http://isp-control.net
* @author ispCP Team (2007)
*
* @license
* This program is free software; you can redistribute it and/or modify it under
* the terms of the MPL General Public License as published by the Free Software
* Foundation; either version 1.1 of the License, or (at your option) any later
* version.
* You should have received a copy of the MPL Mozilla Public License along with
* this program; if not, write to the Open Source Initiative (OSI)
*
http://opensource.org | osi@opensource.org
*/
require 'include/ispcp-lib.php';
if (isset($_GET['logout'])) {
unset_user_login_data();
}
etc.......
No GUI login page.
i just wonder could it be i am missing somthing not installed on my server ?
I have all required by the ispcp.
Thanks alot again for your help.