Posts: 55
Threads: 8
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"
if i run this there is an error: you need to be root to run this
Posts: 55
Threads: 8
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Jul 2011
Reputation:
0
you need to be root to perform this command
What i make wrong
Posts: 313
Threads: 20
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Jul 2011
Reputation:
0
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
Posts: 55
Threads: 8
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Jul 2011
Reputation:
0
Thank you so much someone
Posts: 55
Threads: 8
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Jul 2011
Reputation:
0
if i want to start service now there is another error: unregocnized service
Posts: 282
Threads: 5
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Oct 2012
Reputation:
0
service httpd start
service mysqld start
Posts: 55
Threads: 8
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Jul 2011
Reputation:
0
is httpd required ? its only needed for a website or?
Posts: 282
Threads: 5
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Oct 2012
Reputation:
0
oh sry i use httpd for phpmyadmin sry ^^
Posts: 154
Threads: 2
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Sep 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
Don't work.
Posts: 282
Threads: 5
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Oct 2012
Reputation:
0
do you use xampp or someone method?