Posts: 235
Threads: 34
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Nov 2011
Reputation:
0
have error when u execute the bat data? ep2
go to folder Xampp/mysql/bin/my.ini
open my.ini
where is
max_allowed_packet = 1M
u put
max_allowed_packet = 64M
restart the mysql and run execute with no problems *-*
credits by idk
Posts: 127
Threads: 39
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Jun 2012
Reputation:
0
i dont know so much about the linux i installed xampp there and navicat. but i dont know where i can start xampp on the linux version
Posts: 313
Threads: 20
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Jul 2011
Reputation:
0
Simple method is this:
$mysql -uroot -p newproject_data < dataDB.sql
Posts: 109
Threads: 2
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Aug 2012
Reputation:
0
No you don`t must install xamp on Linux xamp= (Apache, MySQL, PHP und Perl) that all you will have in linux!
To change the max_allowed_packet Value in Linux just add max_allowed_packet=100M in the my.cnf in the Folder /etc
after that restart the mysql server with the command /etc/rc.d/init.d/mysqld restart
Posts: 127
Threads: 39
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Jun 2012
Reputation:
0
im really overasked. can anyone add me in skype pls and help me short with teamviewer?
skype klein_sebi
Posts: 313
Threads: 20
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Jul 2011
Reputation:
0
Xammp on linux sucks, simple install the modules manually, using yum.
#installing mysql
$yum install mysql mysql-server mysql-devel mysql-libs php-mysql
#installing Apache
$yum install httpd php
#Creating a mysql password
$mysqladmin -uroot password "newPassword"
#adding Apache and mysql at startup
$chkconfig --add httpd
$chkconfig httpd on
$chkconfig --add mysqld
$chkconfig mysqld on
#starting Services
$service httpd start
$service mysqld start
Or much simple:
$yum groupinstall "MySQL Database"
$yum groupinstall "Web Server"
Posts: 508
Threads: 63
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Jun 2011
Reputation:
0
does anyone know how to solve this? it's really annoying me
Posts: 109
Threads: 2
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Aug 2012
Reputation:
0
yep seams you will have not a connection to the Internet