[00:48] DPP thought it was a utf8 problem, but even new content saved in isn't read out [03:08] goj_killedByISP joined #tikiwiki [03:40] laurei joined #tikiwiki [03:48] jacmoe joined #tikiwiki [07:50] dhazel joined #tikiwiki [08:06] gour joined #tikiwiki [08:33] fmg joined #tikiwiki [09:00] arildb joined #tikiwiki [10:32] arildb joined #tikiwiki [11:15] Tiki|bot joined #tikiwiki [13:18] redflo joined #tikiwiki [13:18] redflo1 joined #tikiwiki [13:32] sandroandrade joined #tikiwiki [13:40] fabricius joined #tikiwiki [15:03] GillesM joined #tikiwiki [15:05] brolin_empey joined #tikiwiki [15:05] lphuberdeau joined #tikiwiki [15:34] ravi joined #tikiwiki [15:35] Guest30101 i got below error when try to upload my tikiwiki 9.1 database on phpmyadmin for upgrade it on tikiwiki 10 [15:35] Guest30101 Error: -- MySQL dump 10.13 Distrib 5.1.66, for redhat-linux-gnu (i386) -- -- Host: localhost Database: tiki -- ------------------------------------------------------ -- Server version 5.1.66 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; [15:35] Guest30101 anybody know how to resolve above error? [15:38] lphuberdeau not enough information in there [15:43] Guest30101 when try to upload my database on server using cmd in linux server [15:43] Guest30101 i got above error [15:54] lphuberdeau problem is that I don't see an error in there, those are just comments [15:54] lphuberdeau perhaps the actual message could be lower? [15:56] Guest30101 i resolve that error. [15:57] Guest30101 using below command [15:57] Guest30101 mysql : mysql -u[username] -p[password] [database_name]