Freya SQL choice - Ubuntu 11.04 ?
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
-
- Posts: 109
- Joined: Wed Aug 12, 2009 8:17 am
Freya SQL choice - Ubuntu 11.04 ?
What MySQL needed for setup new clean Freya server ?
in Wiki its writen to i must use xampp for linux. Can I use mysql-server builded-in in ubuntu packages (from Ubuntu Software Center as example), or any other version ?
Or its a must for L2J to i use xampp ?
thanks
in Wiki its writen to i must use xampp for linux. Can I use mysql-server builded-in in ubuntu packages (from Ubuntu Software Center as example), or any other version ?
Or its a must for L2J to i use xampp ?
thanks
- jurchiks
- Posts: 6769
- Joined: Sat Sep 19, 2009 4:16 pm
- Location: Eastern Europe
Re: Freya SQL choice - Ubuntu 11.04 ?
What fool said you need xampp?
You don't need neither Apache or PHP to run l2jserver. I'm not sure about the Ubuntu built-in packages, but read my signature.
You don't need neither Apache or PHP to run l2jserver. I'm not sure about the Ubuntu built-in packages, but read my signature.
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
-
- Posts: 112
- Joined: Tue Dec 28, 2010 1:11 pm
Re: Freya SQL choice - Ubuntu 11.04 ?
Just install mysql-server from respisotory
That's all you need, then just start configuring it...
If you want to have it visually I recommend phpmyadmin and for that you need apache2
Code: Select all
aptitude install mysql-server
If you want to have it visually I recommend phpmyadmin and for that you need apache2
Code: Select all
aptitude install phpmyadmin apache2
-
- Posts: 109
- Joined: Wed Aug 12, 2009 8:17 am
Re: Freya SQL choice - Ubuntu 11.04 ?
thanks for answers
in this guide, ill install lampp (commonly called xampp too, "l" for linux)
http://www.l2jserver.com/wiki/index.php ... r_-_Ubuntujurchiks wrote:What fool said you need xampp?
in this guide, ill install lampp (commonly called xampp too, "l" for linux)
-
- Posts: 109
- Joined: Wed Aug 12, 2009 8:17 am
Re: Freya SQL choice - Ubuntu 11.04 ?
so i do all of ur sigjurchiks wrote: but read my signature.

so thanks again and i will be glad for any other suggestions for choice of sql for Freya
-
- Posts: 112
- Joined: Tue Dec 28, 2010 1:11 pm
Re: Freya SQL choice - Ubuntu 11.04 ?
Since you are running ubuntu I firstly suggest yo update to 10.10.ksmxbg wrote:so i do all of ur sigjurchiks wrote: but read my signature.but server works with lampp and with build-in, i'm just amazed what to delete and with what will be better
so thanks again and i will be glad for any other suggestions for choice of sql for Freya
And my 2nd suggestion is to use mysql-server with phpmyadmin if you want visually. Lamp is no good for this purpose.
- jurchiks
- Posts: 6769
- Joined: Sat Sep 19, 2009 4:16 pm
- Location: Eastern Europe
Re: Freya SQL choice - Ubuntu 11.04 ?
That doesn't mean you have to do exactly the same. Instead of installing xampp, install just mysql.ksmxbg wrote: http://www.l2jserver.com/wiki/index.php ... r_-_Ubuntu
in this guide, ill install lampp (commonly called xampp too, "l" for linux)
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
-
- Posts: 109
- Joined: Wed Aug 12, 2009 8:17 am
Re: Freya SQL choice - Ubuntu 11.04 ?
thanks 4 all and it's not important but why msql-server from Ubuntu packages is better from lampp ?
10.10 have problems with Intel graphic drivers, it's solved in 11.xx (i first test serv/client on one machine)Sleek wrote:Since you are running ubuntu I firstly suggest yo update to 10.10
-
- Posts: 112
- Joined: Tue Dec 28, 2010 1:11 pm
Re: Freya SQL choice - Ubuntu 11.04 ?
Why would you use GUI for linux server?ksmxbg wrote:thanks 4 all and it's not important but why msql-server from Ubuntu packages is better from lampp ?
10.10 have problems with Intel graphic drivers, it's solved in 11.xx (i first test serv/client on one machine)Sleek wrote:Since you are running ubuntu I firstly suggest yo update to 10.10
- jurchiks
- Posts: 6769
- Joined: Sat Sep 19, 2009 4:16 pm
- Location: Eastern Europe
Re: Freya SQL choice - Ubuntu 11.04 ?
Uhh... linux doesn't mean you absolutely have to use console only.
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
-
- Posts: 112
- Joined: Tue Dec 28, 2010 1:11 pm
Re: Freya SQL choice - Ubuntu 11.04 ?
It does not but then you might as well use windows server if you are going to use GUI for your server. You lose performance from GUI.jurchiks wrote:Uhh... linux doesn't mean you absolutely have to use console only.
-
- Posts: 109
- Joined: Wed Aug 12, 2009 8:17 am
Re: Freya SQL choice - Ubuntu 11.04 ?
GUI it's not bad , but terminal is no problem (i was born on terminalSleek wrote:Why would you use GUI for linux server?

thanks
- jurchiks
- Posts: 6769
- Joined: Sat Sep 19, 2009 4:16 pm
- Location: Eastern Europe
Re: Freya SQL choice - Ubuntu 11.04 ?
You might lose server peformance, but not your own. Also you can do many things with GUI faster than without, and you can disable it when you don't need it, so...Sleek wrote:It does not but then you might as well use windows server if you are going to use GUI for your server. You lose performance from GUI.
You can disable GUI on windows too, just end explorer.exe and run cmd.exe and go ahead. But is it more comfortable?
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
-
- Posts: 109
- Joined: Wed Aug 12, 2009 8:17 am
Re: Freya SQL choice - Ubuntu 11.04 ?
so gui or cmd .. lets all use what they like more ...
anyway SQL Server version: 5.1.49-1ubuntu8.1 (Ubuntu) it' okay for Freya ? and what about versions of SQL Servers, are they good to be latest, or you can recommend me specific version that is the best one ?
anyway SQL Server version: 5.1.49-1ubuntu8.1 (Ubuntu) it' okay for Freya ? and what about versions of SQL Servers, are they good to be latest, or you can recommend me specific version that is the best one ?
-
- Posts: 112
- Joined: Tue Dec 28, 2010 1:11 pm
Re: Freya SQL choice - Ubuntu 11.04 ?
Use latest sql server.ksmxbg wrote:so gui or cmd .. lets all use what they like more ...
anyway SQL Server version: 5.1.49-1ubuntu8.1 (Ubuntu) it' okay for Freya ? and what about versions of SQL Servers, are they good to be latest, or you can recommend me specific version that is the best one ?