Hi jsks16,
phpMyAdmin is Free software that you could install on the server. Taking a look at your phpinfo() though, particularly the mbstring section, there are discrepancies between the master and local values (local being what is actually in effect).
Can you compare those local values to the local values on your working (“local”) server?
Hi Brandon
thanks for the reply. I installed phpMyAdmin on the server and tried to re-import the database. I got this error
Error
There seems to be an error in your SQL query. The MySQL server error output below, if there is any, may also help you in diagnosing the problem
ERROR: Unclosed quote @ 118
STR: ‘
SQL:
INSERT INTO `exp_categories` VALUES(63, 1, 3, 0, ‘Ordering ‘, ‘ordering’, ‘注文ã™ã‚‹æ–¹æ³•ãªã©ã®ãŠçŸ¥ã‚‰ã›’, ‘
SQL query:
INSERT INTO `exp_categories` VALUES(63, 1, 3, 0, ‘Ordering ‘, ‘ordering’, ‘注文ã™ã‚‹æ–¹æ³•ãªã©ã®ãŠçŸ¥ã‚‰ã›’, ‘
MySQL said:
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘’ at line 1
Also, yes, I noticed the mbstring values were all over the place. I listed them on message #12 of this string. Do you think that might be the problem?