Execute Table Data With No Erros
#11


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"

 

 

if i run this there is an error: you need to be root to run this

#12

you need to be root to perform this command

 

 

 

What i make wrong

#13


you need to be root to perform this command

 

What i make wrong

Try the command su or use sudo if your user wa added to the sudoers file.

#switch user
$su
#or
$su root
# if your user is in the sudoers
$sudo command

#14
Thank you so much someone

#15
if i want to start service now there is another error: unregocnized service

#16

service httpd start

service mysqld start

#17
is httpd required ? its only needed for a website or?

#18
oh sry i use httpd for phpmyadmin sry ^^

#19


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

 

Don't work.

#20
do you use xampp or someone method?



Forum Jump:


Users browsing this thread: 1 Guest(s)