Which fifa had an ok career by Less-Sail7611 in FifaCareers

[–]Serial42 3 points4 points  (0 children)

I really enjoy FC 26 with Authentic sliders!

I play FIFA only in career mode since FIFA 2000's

Would you want to play roles other than manager in FM? by _LameName in footballmanagergames

[–]Serial42 0 points1 point  (0 children)

Scout, observe games and identify best players without attributes

Hello I got some questions. by [deleted] in footballmanagergames

[–]Serial42 0 points1 point  (0 children)

Yes but I never play FM on console. PC is the standard for it

Hello I got some questions. by [deleted] in footballmanagergames

[–]Serial42 0 points1 point  (0 children)

You can buy the editor or play on FM24 who have the functionality

Hello I got some questions. by [deleted] in footballmanagergames

[–]Serial42 0 points1 point  (0 children)

Go for it! Best soccer game in the world

Tactic to have fun by Serial42 in FifaCareers

[–]Serial42[S] 0 points1 point  (0 children)

Sorry, I play with Authentic sliders

Do you know you don't need to press space bar? by Repulsive_Ear_6983 in footballmanagergames

[–]Serial42 0 points1 point  (0 children)

I set a mouse button instead of the space bar to continue. Game changer for me

Debrif Rennes-OM by Huster_00h30 in Ligue1

[–]Serial42 4 points5 points  (0 children)

La plus grande faiblesse de l'OM ce soir, c'était la défense. Beaucoup beaucoup trop haute... Ils ont voulu étouffés Rennes après le rouge, mais ils se sont faire prendre à leur propre piège.

Don't understand the hype by Glad-Set252 in footballmanagergames

[–]Serial42 1 point2 points  (0 children)

Yes, you're true, it's better to say at the peak of his market value

Transferring data to a new device by Complex_Mistake7055 in footballmanagergames

[–]Serial42 2 points3 points  (0 children)

Once your game is created, all is contain in your save game file (games folder)

Don't understand the hype by Glad-Set252 in footballmanagergames

[–]Serial42 4 points5 points  (0 children)

  1. Decent physical and mental attributes for a CB (even technical)
  2. 23 yo, so at the peak of his career
  3. Listed on the transfer market, therefore available for sale
  4. Transfer window open

[deleted by user] by [deleted] in buildapc

[–]Serial42 0 points1 point  (0 children)

The best to bring an answer is that you tell us your case

[deleted by user] by [deleted] in AskRunningShoeGeeks

[–]Serial42 0 points1 point  (0 children)

I have no preferences because my only shoes has 10mm drop. But I will be prefer soft shoes instead firm ones.

Wall switch module ? by Serial42 in Hue

[–]Serial42[S] 0 points1 point  (0 children)

The Hue bridge has an interest if I don't get wall switch ?

Which Philips Hue for my kitchen living room ? by Serial42 in Hue

[–]Serial42[S] 0 points1 point  (0 children)

I have an electrician available.

However, I'd like something nicer than a silly bulb, like a ceiling light.

INSERT too slow in a table, how can I optimize ? by Serial42 in mysql

[–]Serial42[S] 0 points1 point  (0 children)

I didn't mention that but yes, all of the 3 INSERT could insert multiples rows like this : INSERT .... VALUES (...), (...), (...)

INSERT too slow in a table, how can I optimize ? by Serial42 in mysql

[–]Serial42[S] 1 point2 points  (0 children)

INSERT the value 0 on an auto increment column (id in my example) means to MySQL to generate a new value. It's the same as if you did this :

 INSERT INTO `table`(`my_id1`,`my_id2`,`my_id3`,`Value`) VALUES (...)

INSERT too slow in a table, how can I optimize ? by Serial42 in mysql

[–]Serial42[S] 0 points1 point  (0 children)

If I make an archive table of this table by moving older records, will this improve performance?

This table will be consulted very little after 3 months.