SQL experience needed
SQL experience needed
Does anyone here feel experienced with MYSQL databases? We need another collaborator on the project to upgrade our forum software. Thanks!
- joshuadenmark
- Big Mover
- Posts: 1181
- Joined: Sat Oct 23, 2010 11:32 am
- Location: Denmark
- Occupation: Old and tired
Hi Jeff
I think we hit the limit for sql queries when trying to upload the database!
At my host (with the test forum) I use a program called Sypex Dumper 2 to upload the SQL, with great luck, this program doesen't even respond at your host.
If you can find at talented SQL guy to do the upload, I will provide a recent converted forum backup file (SQL)
Kind regards
Peter
From your host site:
MySQL connections and query limits
A query limit is the maximum number of database actions performed in one hour by a specific user. Note that a user can have multiple concurrent MySQL connections, in which case the sum of all database actions for all connections cannot exceed the given limit.
The maximum number of concurrent MySQL connections per user is 10.
The maximum number of database queries per user is 75,000/hr.
I think we hit the limit for sql queries when trying to upload the database!
At my host (with the test forum) I use a program called Sypex Dumper 2 to upload the SQL, with great luck, this program doesen't even respond at your host.
If you can find at talented SQL guy to do the upload, I will provide a recent converted forum backup file (SQL)
Kind regards
Peter
From your host site:
MySQL connections and query limits
A query limit is the maximum number of database actions performed in one hour by a specific user. Note that a user can have multiple concurrent MySQL connections, in which case the sum of all database actions for all connections cannot exceed the given limit.
The maximum number of concurrent MySQL connections per user is 10.
The maximum number of database queries per user is 75,000/hr.
Kind regards, Peter.
____________________________________________________
In need of a wiki logon - PM me
____________________________________________________
In need of a wiki logon - PM me
Well, I think, I am a little experienced with handling MySQL DBs, so feel free, if there is any specific problem I might help.
Many providers limit the execution time of PHP scripts to a limit of 60 or 120 seconds or so. When you try to access a large DB (downloading or uploading), programs like PHPMyAdmin are exceeding this limit and are stopped by the server.
If you have root access to your server, you could increase the execution time of PHP scripts by editing the "max_execution_time" variable in the PHP.INI file.
If not, you could use a program like MySQLDumper (works very stable) to work around this limit.[/url]
Many providers limit the execution time of PHP scripts to a limit of 60 or 120 seconds or so. When you try to access a large DB (downloading or uploading), programs like PHPMyAdmin are exceeding this limit and are stopped by the server.
If you have root access to your server, you could increase the execution time of PHP scripts by editing the "max_execution_time" variable in the PHP.INI file.
If not, you could use a program like MySQLDumper (works very stable) to work around this limit.[/url]
- joshuadenmark
- Big Mover
- Posts: 1181
- Joined: Sat Oct 23, 2010 11:32 am
- Location: Denmark
- Occupation: Old and tired
I am not familiar with MySQLDumper and can't take the risk of messing up the database. The updated forum uses the same database as this forum but with another prefix, so messing up is easy.
Let us hear what Jeff says, as I can provide the files needed to do a recent upgrade.
Can you perform the upload of the SQL Dusty?
Let us hear what Jeff says, as I can provide the files needed to do a recent upgrade.
Can you perform the upload of the SQL Dusty?
Kind regards, Peter.
____________________________________________________
In need of a wiki logon - PM me
____________________________________________________
In need of a wiki logon - PM me
Yes, with MySQlDumper it's easy to upload large DB files to a web DB server.
What is needed?
- FTP access to the website (to upload and install MySQLDumper).
- The MySQL dump from the current DB (as provided by PHPMyAdmin or similar)
- Access to the new DB
This should work. Did similar things several times in the past. If you have a test installation of the forum running somewhere, it shouldn't be a problem (okay, we all know, there might be unpredictable problems, though...
)
What is needed?
- FTP access to the website (to upload and install MySQLDumper).
- The MySQL dump from the current DB (as provided by PHPMyAdmin or similar)
- Access to the new DB
This should work. Did similar things several times in the past. If you have a test installation of the forum running somewhere, it shouldn't be a problem (okay, we all know, there might be unpredictable problems, though...

- joshuadenmark
- Big Mover
- Posts: 1181
- Joined: Sat Oct 23, 2010 11:32 am
- Location: Denmark
- Occupation: Old and tired
- joshuadenmark
- Big Mover
- Posts: 1181
- Joined: Sat Oct 23, 2010 11:32 am
- Location: Denmark
- Occupation: Old and tired
I think it's the host limiting the sql connections.
When doing the same job at my online host (gigahost.dk) there is no problem at all getting the SQL database uploaded in just a few minutes using Sypex Dumper 2. But using this tool at Denial's host it can't connect at all.
Maby You can get more lucky doing the trick with MySQL dumper
When doing the same job at my online host (gigahost.dk) there is no problem at all getting the SQL database uploaded in just a few minutes using Sypex Dumper 2. But using this tool at Denial's host it can't connect at all.
Maby You can get more lucky doing the trick with MySQL dumper
Kind regards, Peter.
____________________________________________________
In need of a wiki logon - PM me
____________________________________________________
In need of a wiki logon - PM me
- joshuadenmark
- Big Mover
- Posts: 1181
- Joined: Sat Oct 23, 2010 11:32 am
- Location: Denmark
- Occupation: Old and tired
-
- Omega Star Commander
- Posts: 1375
- Joined: Thu Jan 31, 2008 2:12 pm
- Website: https://robert.hurst-ri.us
- Location: Providence, RI
- Occupation: Tech & Innovation
The tension from this countdown feels a lot like this.
Any technology distinguishable from magic is insufficiently advanced.
https://robert.hurst-ri.us/rob/retrocomputing
https://robert.hurst-ri.us/rob/retrocomputing
- joshuadenmark
- Big Mover
- Posts: 1181
- Joined: Sat Oct 23, 2010 11:32 am
- Location: Denmark
- Occupation: Old and tired