Posts by Felippe Silvestre • 29 points
3 posts
- 
		-1 votes1 answer242 viewsA: Google Chrome sandboxhttps://support.google.com/chrome/answer/114662 Unsandboxed plugin access I have not seen this happen to one user and not to another, it remains particular configuration of the browser. Another… 
- 
		2 votes1 answer776 viewsA: Mysql very slow sorting for results with many recordsIf you enter data in this table by filling in the column date with now(), try to sort the table 2 for id, which is sequential and will likely follow the date sequence. If you have imported these… 
- 
		1 votes1 answer483 viewsA: Backup mysql database in PHP1º - Save the file to the user’s machine or server? If it’s on the user’s machine, try generating the dump and providing the download to the customer by removing the dump after the download is…