Re: 100's of accounts transfered with empty databases then phpadmin brakes
Hello,
It's unfortunate you had issues with account transfers to a new machine. Without more details, though, it would be difficult to help you figure out what isn't working properly.
Is MySQL running on both machines and is root user able to access?
Code:
ps aux | grep mysql
mysql
If MySQL is running properly, review the transfer log in WHM > Transfers > Review Copied Accounts > View Log link for one of the accounts to see if any errors show there. If they do, please provide the error message here.
Thanks!
The server I'm transferring from gives this:
[
[email protected] ~]# ps aux | grep mysql
root 3244 0.0 0.0 6216 1228 ? S 2011 0:00 /bin/sh /usr/bin/mysqld_safe --datadir=/var/lib/mysql --pid-file=/var/lib/mysql/dwhsxx1.dwhs.net.pid
mysql 3288 1.0 3.3 204648 103080 ? Sl 2011 1150:45 /usr/sbin/mysqld --basedir=/ --datadir=/var/lib/mysql --user=mysql --pid-file=/var/lib/mysql/dwhsxx1.dwhs.net.pid --skip-external-locking --socket=/var/lib/mysql/mysql.sock
root 9469 0.0 0.0 3952 648 pts/0 S+ 15:41 0:00 grep mysql
And the new server gives this:
root 28115 0.0 0.0 4100 1116 ? S Jan04 0:00 /bin/sh /usr/bin/mysqld_safe --datadir=/var/lib/mysql --pid-file=/var/lib/mysql/dwhsxx2.dwhs.net.pid
mysql 28188 0.5 1.0 118796 21784 ? Sl Jan04 7:29 /usr/sbin/mysqld --basedir=/ --datadir=/var/lib/mysql --user=mysql --log-error=/var/lib/mysql/dwhsxx2.dwhs.net.err --pid-file=/var/lib/mysql/dwhsxx2.dwhs.net.pid --socket=/var/lib/mysql/mysql.sock
root 31368 0.0 0.0 4680 660 pts/0 S+ 15:43 0:00 grep mysql
I'm going to try the transfer again, every mysql database did not transfer.
The transfer log says it went fine:
Restoring MySQL databases....
...........
Done
Restoring database charlesy_wrdp3......
Done
Restoring database charlesy_wrdp2......
Done
Done
Done
But the databases are all empty. Basically the tables did not transfer but the databases and users did.