This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
31
Information / Re: What does CentOS 7 Installer mean?
« on: November 06, 2015, 06:39:47 PM »
Igor,
Sorry to bother
Is there already some kind of beta? =]
Sorry to bother
Is there already some kind of beta? =]
32
Information / Re: What does CentOS 7 Installer mean?
« on: November 04, 2015, 06:50:09 PM »
Never mind, just found it: http://forum.centos-webpanel.com/informations/update-for-centos7/
33
Information / Re: What does CentOS 7 Installer mean?
« on: November 04, 2015, 06:49:36 PM »
Kinda wondering about the status too.
Hope it will be released soon =]
Hope it will be released soon =]
34
Installation / Re: Could not connect: Access denied for user 'root'@'localhost' (using password: YE
« on: November 04, 2015, 06:47:55 PM »
Thanks Igor,
For now i will wait till the CentOS 7 installer will be available with version 0.9.8.10.
I will totally reinstall my laptop for that.
Thanks anyway for the answer.
For now i will wait till the CentOS 7 installer will be available with version 0.9.8.10.
I will totally reinstall my laptop for that.
Thanks anyway for the answer.
35
Installation / Re: Could not connect: Access denied for user 'root'@'localhost' (using password: YE
« on: October 27, 2015, 01:37:22 PM »
Hi Igor,
Did run that script, but that didn't give the result i wanted.
Is there no config file being used for that? So the pass is written in that conf file?
Did run that script, but that didn't give the result i wanted.
Is there no config file being used for that? So the pass is written in that conf file?
36
Installation / Re: CWP + HHVM , WORK ?
« on: October 25, 2015, 10:51:19 AM »
I started with HHVM on CWP.
Never got time to finish it since i broke CWP and more
This is a handy manual https://github.com/facebook/hhvm/wiki/Building-and-installing-HHVM-on-CentOS-6.6
Never got time to finish it since i broke CWP and more
This is a handy manual https://github.com/facebook/hhvm/wiki/Building-and-installing-HHVM-on-CentOS-6.6
37
Installation / Could not connect: Access denied for user 'root'@'localhost' (using password: YE
« on: October 25, 2015, 10:49:30 AM »
Alright, i just had some big issues with my laptop running CWP.
I had to reinstall perl.
So after that ofcourse mysql was goine.
Had to reinstall that too.
Now i want to login in CWP and i got the error
What file do i have to edit to get this working again?
I had to reinstall perl.
So after that ofcourse mysql was goine.
Had to reinstall that too.
Now i want to login in CWP and i got the error
Code: [Select]
mysqld (pid 4304) is running...
Trying to start mysql server, please reload browser!
Could not connect: Access denied for user 'root'@'localhost' (using password: YES)
What file do i have to edit to get this working again?
38
PHP / Uograde to php5.5
« on: October 03, 2015, 05:11:09 PM »
Ello All,
At this moment i got a problem when i try to upgrade to php5.5
Anyone familiar with this?
At this moment i got a problem when i try to upgrade to php5.5
Code: [Select]
Error: php55w-mysql conflicts with php55w-mysqlnd-5.5.29-1.w6.x86_64
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
Anyone familiar with this?
39
Migration from other control panels / Migration of server
« on: July 25, 2015, 09:34:46 AM »
Not sure if this is the right spot to ask this.
I now have one computer setup with Centos 6 & CWP.
Now i want to prepare a new dedicated computer (server) to be online 24/7.
Is there any way i can migrate my temporary setup to the new server and copy all the stuff without losing any data?
I now have one computer setup with Centos 6 & CWP.
Now i want to prepare a new dedicated computer (server) to be online 24/7.
Is there any way i can migrate my temporary setup to the new server and copy all the stuff without losing any data?
40
Suggestions / PowerDNS
« on: July 15, 2015, 06:17:37 PM »
Are there any plans on including powerdns into later versions?
Currently i am looking into this myself. But if there might be a later version with powerdns into this.. would be cool and i might could help?
Currently i am looking into this myself. But if there might be a later version with powerdns into this.. would be cool and i might could help?
41
MySQL / Re: Creating new databases & users
« on: July 15, 2015, 04:59:59 PM »
Sorry for my double post.
For now i need to continue with creating a database.
If i will create the database manually through the command line.
Will this impact CWP? Like, will i see the right database under the right user with right permissions and stuff?
[edit]
Done this, databases still not showing up in CWP, database works fine with the create user.
For now i need to continue with creating a database.
If i will create the database manually through the command line.
Will this impact CWP? Like, will i see the right database under the right user with right permissions and stuff?
[edit]
Done this, databases still not showing up in CWP, database works fine with the create user.
42
MySQL / Re: Creating new databases & users
« on: July 14, 2015, 05:24:58 PM »
No error at all.
I go to SQL Services -> MySQL manager -> Create database and user:
Data Entered
================================
Database: orimaenl_typo3
Username: orimaenl_typo3
Password: <pass>
After that went to list databases & users, is empty.
Go to create only a database, says database is created.
Next thing, i login into putty.
As you can see, databases could be created before, but not in this version.
[edit]
Doesn't matter from what user i create the database btw. I tried it from the root as well from the user account itself.
I go to SQL Services -> MySQL manager -> Create database and user:
Data Entered
================================
Database: orimaenl_typo3
Username: orimaenl_typo3
Password: <pass>
After that went to list databases & users, is empty.
Go to create only a database, says database is created.
Next thing, i login into putty.
Code: [Select]
[orimaenl@localhost ~]$ mysql -uroot -p
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 71
Server version: 5.1.73 Source distribution
Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
mysql> show databases;
+--------------------+
| Database |
+--------------------+
| information_schema |
| blabla |
| mysql |
| postfix |
| root_cwp |
| roundcube |
| typo3 |
+--------------------+
8 rows in set (0.00 sec)
As you can see, databases could be created before, but not in this version.
[edit]
Doesn't matter from what user i create the database btw. I tried it from the root as well from the user account itself.
43
MySQL / Creating new databases & users
« on: July 12, 2015, 08:05:35 AM »
Not sure if it is me..
Running CWP version: 0.9.8.8
Cannot add any databases/database users through the system?
I was able todo this before.
Of course i can do this manually, but would be nice if it would work through the GUI
Running CWP version: 0.9.8.8
Cannot add any databases/database users through the system?
I was able todo this before.
Of course i can do this manually, but would be nice if it would work through the GUI