MySql Max connections.

Hello, i searched all over the Knowledge Base, but i did not find an answer for this question.
So, What is the max_connections Configured/Allowed per Database ?

If this is for FTP, ive done 10 connections at once and it works flawlessly. Not really sure what the max IS, but hey…

As the Title of the discussion goes it is about MySql Databases.
Thanks for your replay.

extra_max_connections 1
max_connections 70
max_user_connections 9

@Kattan said:
As the Title of the discussion goes it is about MySql Databases.
Thanks for your replay.

Oh, damn. Work has me loopy. :confused:

@MrJunior already gave the correct values. But a pro tip for if you want to know more server settings: you can access phpMyAdmin for any database on your hosting account and use the show variables SQL query to get a list of settings from the database.