Find Jobs
Hire Freelancers

MariaDB Auto-Deletion Interface

$30-250 USD

已关闭
已发布大约 2 个月前

$30-250 USD

货到付款
I need a skilled MariaDB, PHP, and HTML development expert to create a functionality that automates the deletion of lines in my MariaDB based on the age of data. This is an effort to efficiently free up storage space on our server. Key Requirements: - Deletion of data should be based on creation date. - A user-friendly PHP/HTML interface should be provided to enable turning on and off of this auto-deletion feature. - The interface should also allow for the adjustment of the variable that sets the age of line deletions. Ideal Skills and Experience: - Proficient in MariaDB and Alma Linux. - Experience in PHP and HTML for user interface development. - Experience in automating database tasks and managing storage space. With your set of skills, I'm looking forward to optimizing the storage efficiency of my database.
项目 ID: 37899012

关于此项目

58提案
远程项目
活跃22 天前

想赚点钱吗?

在Freelancer上竞价的好处

设定您的预算和时间范围
为您的工作获得报酬
简要概述您的提案
免费注册和竞标工作
58威客以平均价$161 USD来参与此工作竞价
用户头像
Hello. I am interested in your project. Look at my profile. I am expert in these tasks that mentioned in project description. I have more than 9 years of work experience. Time and budget will be decided after detail discussion on chat or call. I am hoping for your positive response. Regards
$250 USD 在7天之内
4.9 (632条评论)
9.3
9.3
用户头像
Hello----Rich experience with MariaDB ---Immediately here to asssit you with your requirement-- Let's get started with a quick chat. Thanks!
$280 USD 在5天之内
4.9 (138条评论)
8.0
8.0
用户头像
With over a decade of experience in PHP and HTML, I am confident my team at Einnovention can deliver an elegant solution to your MariaDB auto-deletion interface requirement. We have an intricate knowledge of the MariaDB and PHP arena and have successfully tackled similar projects in the past with aplomb. Our mastery in automating database tasks harmonized with our capability to effectively design user-friendly interfaces will assure you not only of a seamless process for deleting old data but also allows you to toggle this feature on and off, plus adjust the age-variable limit, easily just how you desire. As professionals versed in Alma Linux, we are attuned to the need for efficient storage management, an attribute that sets us apart from others. Having delivered outstanding results across almost 250 projects with a 4.9/5 rating, our clients repeatedly choose us because they trust us. Our approach is flexible; we offer consultations before commencing work, unlimited revisions during development, and two weeks of free service post-project completion.
$120 USD 在7天之内
4.9 (207条评论)
7.8
7.8
用户头像
hello, i have more than 9 year experience in development and i am very much interested in your project, thanks
$250 USD 在6天之内
4.8 (203条评论)
7.4
7.4
用户头像
PHP Programmer with 12+ years of experience. I can create a interface for auto -deletion of data. Please PM me to discuss further.
$80 USD 在3天之内
4.9 (291条评论)
6.8
6.8
用户头像
With over 8 years of experience in WordPress and PHP framework—such as Laravel and Codeigniter—I bring a rich set of skills that encompasses all the requirements you need for your project. Not only am I highly proficient in MariaDB, proven by my distinguished track record working with MariaDB-based systems, but I also have a strong competency in Linux operations, which would be vital for the execution and security of this automated deletion task. Moreover, my adeptness in HTML and PHP will ensure that I can develop an intuitive and user-friendly interface for you. This interface will not only enable you to effortlessly switch on and off the auto-deletion feature but also allow for easy adjustments of the variable setting line deletions based on data's age. Regardless of your familiarity with coding or database management, you'll find this system seamlessly integrated into your workflow—and your time freed up even more. Lastly, my background as a network security engineer ensures I follow the best practices to guarantee that your database is secure from any potential threats while executing this project. Optimize your storage space efficiently by selecting me for this task, and I promise to deliver exceptional results on time and within budget!
$200 USD 在4天之内
4.7 (175条评论)
7.0
7.0
用户头像
Hi, I have more then 15 year’ experienced in Development with full stack . As i am expert, I can build it according to your requirements. Because I have a lot of the experiences about these fields, I can build your project as soon as possible perfectly. I offer excellent software quality work and provide the best support on your project. If you give me this job, I will do my best to finish your job until your timeline. If you want to see my past works, I can show you my past works right now. Ready to discuss with you about the task now.
$100 USD 在7天之内
5.0 (45条评论)
6.4
6.4
用户头像
Hello, Hope you are doing well, I reviewed your project thoroughly. I posses over 8+ years of extensive experience and intimate knowledge of PHP, MySQL, HTML, CSS, JavaScript, Linux. I will ensure your MariaDB database is properly configure and accessible, create a table (if not already exists) that contains the data to be managed, including a column for the creation date. I will develop PHP scripts to handle the backend logic like script to connect to the MariaDB database and perform deletion based on the specified age threshold, implement a configurable variable for setting the age threshold for data deletion and add functionality to toggle the auto-deletion feature on and off. I will also design a user-friendly interface using HTML/CSS/JS like creating a dashboard where users can enabledisable the auto-deletion feature, provide an input field for users to adjust the age threshold for data deletion. I will proficiently integrate the backend and frontend components to ensure seamless communication. I can understand your vision and will give a firm consideration to continued collaboration to bring your vision to life. I am committed to offer assistance post completion to the best of my ability. Looking forward to have an elaborated discussion regarding project. Regards, Vaishnavi.
$150 USD 在4天之内
5.0 (104条评论)
6.3
6.3
用户头像
⭐⭐⭐⭐⭐ Hi there, I am full stack developer with 7+ years of experience in website and desktop app and game development. I will create a PHP/HTML script that will allow you to automatically delete records from MariaDB based on deletion criteria in PHP/HTML. An easy job for me. Have a look at my profile for my portfolio and similar projects I've completed with reviews. Message me, we can discuss further details over chat.
$160 USD 在7天之内
4.9 (79条评论)
6.4
6.4
用户头像
Hiya Solution: To automate the process of data deletion in MariaDB, we can create a simple web interface using PHP and HTML that will trigger a scheduled task or cron job in the server to delete the data at a specific time interval. Here are the steps to create the web interface and automate the data deletion process: 1. Create a database in MariaDB: Start by creating a database in MariaDB where you will keep all the data that needs to be deleted. You can name this database as "autodelete" for reference. 2. Create a table for storing data with a timestamp: In the autodelete database, create a table named "data" with the following fields: - id (auto-increment primary key) - data (to store the data that needs to be deleted) - timestamp (to store the time when the data was inserted) This will help in identifying the old data that needs to be deleted based on the timestamp. 3. Create a basic web interface: Next, create a basic PHP web page with a form to input the data that needs to be deleted. On submission, the data will be stored in the "data" table along with the current timestamp. 4. Create a scheduled task or cron job: In the server, set up a scheduled task or a cron job to run a PHP script at a specific time interval, let's say every hour. 5. Write the PHP script to delete data: In the scheduled task or cron job, call a PHP script that will connect to the autodelete database and run a query to delete the data based on the timestamp. The script can be something like this: $connection = mysqli_connect("localhost", "username", "password", "autodelete"); $current_time = time(); // get current timestamp $query = "DELETE FROM data WHERE timestamp <= DATE_SUB('$current_time', INTERVAL 1 HOUR)"; // delete data older than 1 hour. You can change the time interval as per your requirement. $result = mysqli_query($connection, $query); if (!$result) { // error handling } else { // data deletion successful } 6. Test the web interface and scheduled task: Test the web interface by submitting some data. Check if the data is stored in the "data" table and if it gets deleted after an hour. You can also test the scheduled task by manually triggering it. 7. Add error handling and security measures: Add proper error handling in the PHP script and make sure to sanitize user input to prevent any SQL injection attacks. With this solution, you will have a web interface where you can input the data that needs to be deleted and a scheduled task that will run at a specific time interval to delete the data. You can schedule the task to run every hour, every day, or any other time interval as per your requirement. Note: This solution is just a basic example. You can modify it as per your project requirements. Also, make sure to test the solution thoroughly before implementing it on a production server. Best regards, Giáp Văn Hưng
$149 USD 在7天之内
5.0 (130条评论)
6.1
6.1
用户头像
With over a decade of experience in developing with MySQL + PHP, I am confident that I can create the MariaDB Auto-Deletion Interface you are looking for effectively. Specifically, my expertise lies in automating database functions, including data management and optimization, which aligns perfectly with your project needs. I have a deep understanding of MariaDB functionalities and have worked extensively on Linux-based systems, particularly Alma Linux, further enhancing my suitability for this task. One of the most important aspects of this project is creating a user-friendly interface to toggle the auto-deletion feature and adjust variable settings. As someone well-versed in PHP and HTML development, I assure you of an intuitive yet efficient interface that will empower you to manage your database efficiently. In conclusion, I bring not only my proficiency in MariaDB and Alma Linux but also a wider range of skills including project management to streamline every step from blueprinting to implementation. My proven track record in delivering complex projects on time, as well as within budget will give you peace of mind about the timely completion of your project without any compromise.
$140 USD 在7天之内
4.8 (13条评论)
5.7
5.7
用户头像
Hello, How are you doing? I have read your job description properly, I am 110% confident that do as per your requirements with satisfaction. I can create a user-friendly PHP/HTML interface for you to automate the deletion of lines in your MariaDB based on the age of data. This will help efficiently free up storage space on your server. I can also provide the option to adjust the variable that sets the age of deletions. Kindly come to the chat and get a top-notch solution done. I also want to add that Don't pay me until unless you are satisfied with my work. With best regards, Arbaz S
$90 USD 在1天之内
5.0 (37条评论)
5.4
5.4
用户头像
Dear Client, I am excited to bid on your project for automating the deletion of lines in your MariaDB based on data age. With expertise in MariaDB, PHP, and HTML development, I am confident in delivering a solution that meets your requirements effectively. The solution will include a PHP script integrated with HTML interface to provide user-friendly control over the auto-deletion feature. Through this interface, users can easily toggle the deletion functionality on and off. Additionally, they will have the flexibility to adjust the parameter determining the age of data for deletion. My approach ensures 100% success in automating data deletion while providing a straightforward interface for easy management. I am committed to delivering a high-quality solution that optimizes your server's storage resources. Regards, Lalit
$230 USD 在7天之内
4.9 (25条评论)
5.1
5.1
用户头像
As a proficient and experienced web developer with strong expertise in JavaScript and MySQL, I bring a valuable set of skills that directly align with your project requirements for the MariaDB auto-deletion interface. Over the last six years, I've worked on numerous projects like CRMs, CMS, and ERPs where the efficient management of databases and server resources was paramount. My experience in automating database tasks will be crucial in developing your desired functionality of deleting lines based on their age. In addition to my technical competence, my ability to create clean and user-friendly interfaces using PHP and HTML adds further value to your project. I understand that having a functional interface is just as important as ensuring an accurate and efficient algorithm behind it. Moreover, my knowledge and experience extend beyond the direct development tasks. As a server administrator for Linux and Windows servers, I can confidently assure you that your project will be handled with utmost professionalism and within agreed timelines. With me, you're not just hiring a dev but an entire team focused on delivering practical solutions to optimize your database storage space while providing 10-Day post-project support for any assistance needed. So let's partner up and solve your storage challenges in the most efficient way!
$140 USD 在2天之内
5.0 (16条评论)
4.8
4.8
用户头像
As an experienced software developer with a strong and diverse technical background, I am confident in my ability to meet your project requirements for the MariaDB Auto-Deletion Interface. Having worked extensively with MariaDB, PHP, HTML, and Linux including Alma Linux, I have hands-on experience in managing databases, automating tasks, and optimizing storage space - skills which directly align with your needs. Not only can I automate the deletion process based on creation date but also design an intuitive PHP/HTML interface for convenient user control of this feature. Over the span of my 7-year career, I've honed my skills in various programming languages and frameworks, which gives me a unique perspective on problem-solving. My proficiency extends beyond the project requisites - embracing most areas of technology including Cloud Computing and SEO. This enables me to not only deliver effective solutions but also add value through cross-domain knowledge and possible optimization suggestions. Above all, client satisfaction is always my primary goal; I approach each project individually ensuring keen attention to detail and effective communication throughout. Overall, choose me for your MariaDB Auto-Deletion Interface implementation, and you can be assured of efficient storage management with a user-friendly interface as per
$30 USD 在7天之内
5.0 (14条评论)
4.7
4.7
用户头像
Hi There, With 24 years of IT experience, including software architecture and development expertise, I'm well-equipped for your project. Allow me to optimize your database efficiently using a cronjob and develop an intuitive admin interface for deletion control. I'm ready to dive in! Cheers, June
$122 USD 在4天之内
4.8 (8条评论)
4.9
4.9
用户头像
Hi Technology A. It seems like you're looking for a senior engineer who can complete the project - MariaDB Auto-Deletion Interface. I am writing to express my keen interest in your project since I have definitely worked on the similar projects in the past. Proven Track Record: I have a solid track record of successfully completing projects similar to yours, with positive feedback from satisfied clients. Technical Expertise: My extensive experience in IT development equips me with the skills needed to navigate the complexities of Apache, JavaScript, PHP, MySQL and Linux. Deadline Commitment: I understand the importance of timelines and am committed to delivering your project on schedule. With over 7 years of experience in IT development, I have successfully delivered projects similar to yours. My expertise spans a range of technologies and platforms, and I am confident in my ability to provide you with high-quality work within the specified deadline. I am eager to discuss your project further and explore how my skills align with your vision. A conversation would allow me to better understand your specific requirements and share insights on how we can achieve your goals. Best regards, Paulo
$250 USD 在7天之内
5.0 (3条评论)
4.3
4.3
用户头像
Hello. I am a SR. WEB DEVELOPER who can certainly make your idea into real! I have enough experience in JavaScript, MySQL, PHP, Apache and Linux. I am waiting your reply here, please don't hesitate contact me anytime. Thanks.
$200 USD 在7天之内
5.0 (6条评论)
4.2
4.2
用户头像
Hi, It's great to meet you, I’m an experienced PHP developer. I am familiar with the MariaDB. I can create a function to automatically delete lines in your MariaDB based on the age of data If you are interested in my proposal please contact me. Thank you.
$60 USD 在2天之内
5.0 (14条评论)
4.0
4.0
用户头像
Hello client, I have experiences with PHP, Laravel, MySQL (MariaDB), HTML, CSS, JS > 10 years. For the first we work with, we can chat to discuss more the detail. With the describe above, I think I can done this task with 300$ in 7 working day. Thank you ----- Luan Vo
$300 USD 在7天之内
5.0 (11条评论)
3.7
3.7

关于客户

UNITED STATES的国旗
HOUSTON, United States
4.9
17
付款方式已验证
会员自8月 13, 2021起

客户认证

谢谢!我们已通过电子邮件向您发送了索取免费积分的链接。
发送电子邮件时出现问题。请再试一次。
已注册用户 发布工作总数
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
加载预览
授予地理位置权限。
您的登录会话已过期而且您已经登出,请再次登录。