Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
connect java with mysql
- Page 1
Re: Page Speed Issue
Digital Media
Digital Marketing
6 Days Ago
by Ulfson
It's possible to build fast web sites with any given technology, just like it's possible to build slow web sites with any given technology. Without data, you're just guessing why a site might be slow, and quite possibly be optimizing something that doesn't help much. So start investigating WHY the site is slow, and work on those things. The network…
Re: How to connect to the Pinterest API using PHP?
Programming
Web Development
2 Weeks Ago
by geekinformatic
Hey! If you're using the CakePHP framework, you can
connect
to the Pinterest API with cURL and OAuth integration. Just follow Pinterest’s API docs for endpoints and token handling.
Connecting Dlink Extender to WiFi?
Hardware and Software
Networking
4 Weeks Ago
by Dylan_21
For connecting dlink extender to wifi, plug the extender in near your router.
Connect
your device to the extender's WiFi network. Open a browser and type dlinkap. local or 192.168.0.50. Follow the setup wizard to
connect
it to your router's network. You can also use the WPS button on both devices.
digital marketer
Hardware and Software
Networking
3 Weeks Ago
by jamessmith22
… marketer passionate about helping brands grow their online presence and
connect
with the right audience. With a strong background in SEO…
Re: Page Speed Issue
Digital Media
Digital Marketing
1 Week Ago
by kearawill
… box thanks to built-in caching, optimized themes, and CDNs.
Java
sites (especially custom-built ones) need manual setup for things…
Re: JForum release for JakartaEE 10
Hardware and Software
Cloud-based Apps
4 Weeks Ago
by Ulfson
> May I ask what inspired the decision to host the project on Sourceforge instead of GitHub? I rarely see well-maintained projects on sourceforge these days, sadly. JForum had already lived on SF for several years before I became involved. At this point there are just 2 committers, and while we talked about moving to Git, it never seemed …
Re: JForum release for JakartaEE 10
Hardware and Software
Cloud-based Apps
4 Weeks Ago
by Dani
A bit off topic, but as a developer of one, DaniWeb started on SVN and eventually moved to Git when redoing the platform from scratch about a decade ago. I also really like being in GitHub, despite it being a private repository so I’m not taking advantage of the network effect.
Re: Theory on the VPN
Programming
Mobile Development
3 Weeks Ago
by Liam91
Sounds like you're diving deep into how tunneling apps work! These apps often use VPN-like methods to route traffic through servers, sometimes exploiting free access points. Configs like .hat may include encryption keys or payload setups. Keep exploring... lots to learn!
Re: Connecting Dlink Extender to WiFi?
Hardware and Software
Networking
4 Weeks Ago
by Dani
Do you have a question?
When Speed Replaces Satisfaction in Coding
Community Center
Say Hello!
3 Weeks Ago
by John_165
Before ChatGPT or DeepSeek existed, successfully completing a coding task was a very fulfilling experience, even if it took a long time. Now that things can be done quickly, the sense of accomplishment feels diminished.
Re: When Speed Replaces Satisfaction in Coding
Community Center
Say Hello!
3 Weeks Ago
by trcooke
This question sounds familiar.....(https://coderanch.com/t/789618/Speed-Replaces-Satisfaction-Coding) I'll repeat what I said over there. Perhaps fulfillment just looks different with AI "accelerator" tools such as the ones you mentioned. Can you develop code quickly while maintaining your values? Is your code well tested? Is your code…
Re: When Speed Replaces Satisfaction in Coding
Community Center
Say Hello!
3 Weeks Ago
by Dani
> Giving you some reputation so you won’t get flagged by the spam bot anymore Oops! I tried, but I’m in bed feeling unwell today (one of my bad days, I’m afraid) and didn’t realize this was posted in the off-topic lounge, which doesn’t award reputation.
Re: When Speed Replaces Satisfaction in Coding
Community Center
Say Hello!
3 Weeks Ago
by trcooke
> Oops! I tried It's ok, I know I'm a nobody around here. I think I've sussed the spam bot, links are ok but only if they're out in the open.
Re: When Speed Replaces Satisfaction in Coding
Community Center
Say Hello!
3 Weeks Ago
by Reverend Jim
Compare this to making cookies. One person's idea of making cookies is 1. open the bag 2. put the cookies on a plate 3. done The other extreme would involve grinding the flour and harvesting eggs from your own chickens. I prefer something in the middle. I have enjoyed programming as a professional and a hobbyist for more than 45 years, but …
Hire sharepoint developers
Programming
Software Development
2 Weeks Ago
by asnashehr234
What is the difference between a sharepoint developer and a sharepoint administrator ?
Re: Hire sharepoint developers
Programming
Software Development
2 Weeks Ago
by dev_281
The Developer makes SharePoint "do more" and look better. The Administrator keeps it running smoothly, securely, and reliably
Database Connection Failing in MySQL – Need to Hire Developers in the USA
Programming
2 Months Ago
by YashSmith
I'm facing a database connection error in my
MySQL
-based application. The credentials are correct, but I keep getting: … 'admin'@'localhost' Is it a privilege issue, host misconfiguration, or
MySQL
version mismatch? Seeking expert developers in the USA to resolve…
Re: Delete unused MySQL indexes
Programming
Databases
1 Month Ago
by Dani
…, as well as related ones such as [this](https://dev.
mysql
.com/doc/refman/8.4/en/performance-schema-wait-tables….html) and [this](https://dev.
mysql
.com/doc/refman/8.4/en/performance-schema-event-tables…
Re: Delete unused MySQL indexes
Programming
Databases
1 Month Ago
by Dani
I can see your rationale, but I don't necessarily agree with a separate table in the database for every month. There are much more elegant ways of handling that use case these days, especially in
MySQL
. You didn't specify how long ago this was. Either way, still hoping a
MySQL
expert can come along and answer my question here.
Delete unused MySQL indexes
Programming
Databases
1 Month Ago
by Dani
How can I identify and delete unused
MySQL
indexes? I have a large table that has somehow accumulated way too many indexes over the years, and I'd now like to identify and delete indexes that are no longer used by the application.
Re: Delete unused MySQL indexes
Programming
Databases
1 Month Ago
by Dani
… blog post](https://www.percona.com/blog/basic-housekeeping-for-
mysql
-indexes/) by the one and only Percona, that says that…
Re: Delete unused MySQL indexes
Programming
Databases
1 Month Ago
by Reverend Jim
… for removing only unused indexes, I don't know how
MySql
would be able to determine if an index is used…
Re: Delete unused MySQL indexes
Programming
Databases
1 Month Ago
by Dani
As some general background, that's the syntax to delete an index, of course, but
MySQL
knows if an index is used because, well, it's the one that uses it, and it tracks that stuff internally. Now on to my question ... ;)
Re: Delete unused MySQL indexes
Programming
Databases
1 Month Ago
by Reverend Jim
See [performance-schema-consumer-filtering](https://dev.
mysql
.com/doc/refman/8.4/en/performance-schema-consumer-filtering.html)
Re: Delete unused MySQL indexes
Programming
Databases
1 Month Ago
by toneewa
… of the performance schemas were off. event_waits_current was off, so
MySQL
didn't store the data (e.g., collect wait event…
Null Pointer Exception in Java Application – Need Fixing
Programming
Software Development
2 Months Ago
by YashSmith
My
Java
application crashes with a NullPointerException when trying to access an …
Re: Best Android phone for starting to test a Java app?
Programming
Software Development
1 Month Ago
by jonathannweyer
For testing a
Java
app, a good choice would be a mid-range device …
Re: Java Coin Flip Program
Programming
Software Development
1 Month Ago
by jassonadder
Hey! You're on the right track with your idea—it’s a great beginner project to practice loops, input, and class methods in Python. Here’s a sample program that does exactly what you're asking. It defines a class with a flipCoin() method, reads in how many times the user wants to flip a coin, prints each result, and then shows the totals at the …
Re: Java Coin Flip Program
Programming
Software Development
1 Month Ago
by Dani
Better late than never! Thanks for your post. It looks like it's really helped a few people already.
Re: Java Coin Flip Program
Programming
Software Development
1 Month Ago
by Salem
> It looks like it's really helped a few people already. Yeah, 4 new members with consecutive user ID's, smelling like sock-puppet accounts.
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC