Questions tagged [mysql]
If your question is explicitly for the MySQL database (server or client). Targeting "any" database, rather use the 'database' tag.
164 questions
0 votes
0 answers
31 views
Web application to insert/edit data for MySQL Database
I'm looking for a generic Linux web application to insert/edit data for MySQL/MariaDB databases. Something like phpmyadmin but with the following features: no changes on the tables structure (data ...
0 votes
2 answers
41 views
Database for having very long but simple tables
I am in need for a database that can store very long tables. E.g. MYTAB ----- name STRING date DATETIME mark INTEGER value DOUBLE "A.112.akizo", "2023-01-01 01:00", 0, 1234.54 &...
0 votes
0 answers
15 views
How can I copy the recent copy of my database backup from the website to the development machine?
I finally have daily mysql backups working on my 3 shared servers hosting 6 websites. They are organized in folders such as backup\2022-08-20\ backup\2022-08-21\ where each folder has that days ...
1 vote
0 answers
55 views
PHP/MySQL monitor tool/dashboard
So I have tried to Google around a lot, but I feel that the are so many tools out there and I don't find anything that is perfect what I'm after. So I'm currently building a system that has a lot of ...
1 vote
0 answers
19 views
MySQL Client with settings across devices
Is there any MySQL client with which I can save settings (connection info, authentication, port etc) and it'll be available to usable by my other devices? For SSH I'm using Termius and I need software ...
3 votes
2 answers
113 views
Software for creating graphical applications for interacting with a MySQL Database
So I'm currently looking at modernizing our company's (<50 employees) database system, which is pretty archaic. The system uses Alpha Five, the database in question isn't even really relational, ...
1 vote
2 answers
49 views
How to use MySQL cloud services (gratis)?
I am new to web development. My team is planning to create a dynamic website as a project. I want to have a relational database (MySQL) but all tutorials seem to use MySQL and PHP locally. We want to ...
1 vote
2 answers
282 views
Self-Hosted Calender System for Scheduling Appointments based on Timeslots, similar to 'Calendly'
Is there a free, open source appointment scheduling-system similar to Calendly where I can predetermine timeslots for others to choose? And if one person selected a timeslot, then that timeslot is ...