<pre>I migrated an old Cobalt RaQ4i into VMware yesterday.  Seems to be working just fine minus having each data field in my Radius who's on-line now show up with a ? mark as the first character.<br><br>This is how I migrated the MySQL DB.  Did I overwrite something I should of not?  I used phpMyAdmin to browse the DB in question and I can't see that the data has the ? marks in the physical DB.<br>
<br>mysqldump --all --all-databases --add-drop-table -p > mysql.sql <br><br>mysql -uroot -p < mysql.sql <br><br>I'm looking for input as to if my problem is with the PHP version change causing an issue with my online.cgi script or the fact that I completely nuked and paved the MySQL DB.<br>
<br>Greg :-)<br></pre>