Show Posts

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.


Messages - vahidiravani

Pages: [1]
1
MySQL / Re: Upgrade MySQL & Error
« on: May 12, 2015, 12:58:15 PM »
This Problem solved by reinstalling cwp. :)

2
MySQL / Upgrade MySQL & Error
« on: May 11, 2015, 05:52:29 PM »
hi.
after upgrade mysql by this code :
Code: [Select]
sh /scripts/upgrade_mysql
/scripts/upgrade_mysql

in SSL mode (https://IP:2031 ) :when i go to my control panel and then fill the username (root) and password field i have this error:
Code: [Select]
mysqld (pid 17407) is running...

Trying to start mysql server, please reload browser!

Could not connect: Access denied for user 'root'@'localhost' (using password: YES)


and in normal mode (http://IP:2030) I have this error & this page refresh every minute :
Code: [Select]
Warning: mysql_connect(): Access denied for user 'root'@'localhost' (using password: YES) in /usr/local/cwpsrv/htdocs/admin/index.php(1) : eval()'d code(1) : eval()'d code on line 2
mysqld (pid 17407) is running...

Trying to start mysql server, please wait!
Try to restart CentOS Web Panel with command: service cwpsrv restart

**Check your MySQL root password in: /usr/local/cwpsrv/htdocs/resources/admin/include/db_conn.php and /root/.my.cnf

Could not connect: Access denied for user 'root'@'localhost' (using password: YES)

each time after reboot server  I have different pid.

I have Access to http://Http://IP/phpmyadmin correctly.


how can i solve this problem.
thank you

3
DNS / Re: One IP and DNS Error
« on: May 11, 2015, 09:45:17 AM »
Thank You

it worked for me.

4
DNS / One IP and DNS Error
« on: May 11, 2015, 08:04:49 AM »
Hi.
thanks for free and very good Web Panel.
I'm new in CentOS Web Panel.

when I start Bind DNS Server I have this Error :
Code: [Select]
Starting named:
Error in named configuration:
/etc/named.conf:47: zone 'ns1.callisto.ir': already exists previous definition: /etc/named.conf:46
[FAILED]

as you say in this link :
http://wiki.centos-webpanel.com/how-to-setup-name-servers

Quote
If you are using one IP then it should looks like:
ns1.demo.com --> 185.4.149.83
ns1.demo.com --> 185.4.149.83

this is my NameServer IPs :




and this is my DNS zone in "Callisto.ir" domain :
Code: [Select]
ns1     14400   IN      A       88.198.86.104
ns1     14400   IN      A       88.198.86.104

my domain dns is :
ns1.callisto.ir 88.198.86.104
ns1.callisto.ir 88.198.86.104

I have one IP for server.

How can i resolve this error?

Thanks

Pages: [1]