Koozali.org: home of the SME Server
Legacy Forums => General Discussion (Legacy) => Topic started by: Pierre BOUCHER on December 17, 2003, 09:44:30 PM
-
I had a server running on 5.6 updated to 6b3 postnuke and oscommerce running on it no problems.
I reloaded another server, with 6b3 and after, phpmyadmin wasn't working.
I reinstalled the phpmyadmin contrib, and it look like it's working fine.
Except that i can't import an updated sql database using a backup done with phpmyadmin on the other server.
It read the file and after a few secs i got a white page in phpmyadmin, nothing is done and no errors msg are given.
Thanks for your help!
Pierre BOUCHER
-
i think this might help
mysql --force -u root -p "databasename" < Databasename.sql
this should work if you have a password set for your sql
-
I tried and it didn't work,
It's just sitting here doing nothing, same as in phpmyadmin. But now i can assume that is something related to the mysql server.
I'm downloading the latest sme 6 to see if the update help.
Any other solutions?
Pierre BOUCHER
-
I installed the phpmyadmin contrib, on a sme 6 clean install.
phpmyadmin work fine but i can't import database.
Any ideas???
Pierre BOUCHER
-
To who it may help.
I did the import and export to the other server from root console and everything worked fine...
Pierre BOUCHER
-
You may hit the PHP upload limit (2Mb) via web based phpmyadmin.
Increasing PHP MAX Upload size in the php.ini may help.
-
BIg chance, you are right, because the DB is over 10 Mb
Pierre