Execute Table Data With No Erros
#1

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

#2
Nice, thank you

#3
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

#4

Simple method is this:

$mysql -uroot -p newproject_data < dataDB.sql

#5

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

#6

im really overasked. can anyone add me in skype pls and help me short with teamviewer?

skype klein_sebi

#7

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"

#8

does anyone know how to solve this? it's really annoying me

 

#9

2g
#10
yep seams you will have not a connection to the Internet



Forum Jump:


Users browsing this thread: 1 Guest(s)